pub type CS1_R = FieldReader<CS1_A>;Expand description
Field CS1 reader - Clock Select Bits
Aliased Type§
struct CS1_R { /* private fields */ }Implementations§
Source§impl CS1_R
impl CS1_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_2(&self) -> bool
pub fn is_prescale_2(&self) -> bool
Running, CLK/2
Sourcepub fn is_prescale_4(&self) -> bool
pub fn is_prescale_4(&self) -> bool
Running, CLK/4
Sourcepub fn is_prescale_8(&self) -> bool
pub fn is_prescale_8(&self) -> bool
Running, CLK/8
Sourcepub fn is_prescale_16(&self) -> bool
pub fn is_prescale_16(&self) -> bool
Running, CLK/16
Sourcepub fn is_prescale_32(&self) -> bool
pub fn is_prescale_32(&self) -> bool
Running, CLK/32
Sourcepub fn is_prescale_64(&self) -> bool
pub fn is_prescale_64(&self) -> bool
Running, CLK/64
Sourcepub fn is_prescale_128(&self) -> bool
pub fn is_prescale_128(&self) -> bool
Running, CLK/128
Sourcepub fn is_prescale_256(&self) -> bool
pub fn is_prescale_256(&self) -> bool
Running, CLK/256
Sourcepub fn is_prescale_512(&self) -> bool
pub fn is_prescale_512(&self) -> bool
Running, CLK/512
Sourcepub fn is_prescale_1024(&self) -> bool
pub fn is_prescale_1024(&self) -> bool
Running, CLK/1024
Sourcepub fn is_prescale_2048(&self) -> bool
pub fn is_prescale_2048(&self) -> bool
Running, CLK/2048
Sourcepub fn is_prescale_4096(&self) -> bool
pub fn is_prescale_4096(&self) -> bool
Running, CLK/4096
Sourcepub fn is_prescale_8192(&self) -> bool
pub fn is_prescale_8192(&self) -> bool
Running, CLK/8192
Sourcepub fn is_prescale_16384(&self) -> bool
pub fn is_prescale_16384(&self) -> bool
Running, CLK/16384