CgcR

Type Alias CgcR 

pub type CgcR = BitReader<Cgc>;
Expand description

Field CGC reader - Clock Gate Control

Aliased Type§

pub struct CgcR { /* private fields */ }

Implementations§

§

impl CgcR

pub const fn variant(&self) -> Cgc

Get enumerated values variant

pub fn is_0(&self) -> bool

Clock disabled

pub fn is_1(&self) -> bool

Clock enabled. The current clock selection and divider options are locked.