pub type CS0_R = FieldReader<CS0_A>;Expand description
Field CS0 reader - Clock Select
Aliased Type§
struct CS0_R { /* private fields */ }Implementations§
Source§impl CS0_R
impl CS0_R
Sourcepub fn is_no_clock(&self) -> bool
pub fn is_no_clock(&self) -> bool
No clock source (Timer/Counter stopped)
Sourcepub fn is_prescale_8(&self) -> bool
pub fn is_prescale_8(&self) -> bool
Running, CLK/8
Sourcepub fn is_prescale_64(&self) -> bool
pub fn is_prescale_64(&self) -> bool
Running, CLK/64
Sourcepub fn is_prescale_256(&self) -> bool
pub fn is_prescale_256(&self) -> bool
Running, CLK/256
Sourcepub fn is_prescale_1024(&self) -> bool
pub fn is_prescale_1024(&self) -> bool
Running, CLK/1024
Sourcepub fn is_ext_falling(&self) -> bool
pub fn is_ext_falling(&self) -> bool
Running, ExtClk Tx Falling Edge
Sourcepub fn is_ext_rising(&self) -> bool
pub fn is_ext_rising(&self) -> bool
Running, ExtClk Tx Rising Edge