Type Alias avr_device::atmega2560::tc4::tccr4b::CS4_R
source · pub type CS4_R = FieldReader<u8, CS4_A>;Expand description
Field CS4 reader - Prescaler source of Timer/Counter 4
Aliased Type§
struct CS4_R { /* private fields */ }Implementations§
source§impl CS4_R
impl CS4_R
sourcepub fn is_no_clock(&self) -> bool
pub fn is_no_clock(&self) -> bool
Checks if the value of the field is NO_CLOCK
sourcepub fn is_prescale_8(&self) -> bool
pub fn is_prescale_8(&self) -> bool
Checks if the value of the field is PRESCALE_8
sourcepub fn is_prescale_64(&self) -> bool
pub fn is_prescale_64(&self) -> bool
Checks if the value of the field is PRESCALE_64
sourcepub fn is_prescale_256(&self) -> bool
pub fn is_prescale_256(&self) -> bool
Checks if the value of the field is PRESCALE_256
sourcepub fn is_prescale_1024(&self) -> bool
pub fn is_prescale_1024(&self) -> bool
Checks if the value of the field is PRESCALE_1024
sourcepub fn is_ext_falling(&self) -> bool
pub fn is_ext_falling(&self) -> bool
Checks if the value of the field is EXT_FALLING
sourcepub fn is_ext_rising(&self) -> bool
pub fn is_ext_rising(&self) -> bool
Checks if the value of the field is EXT_RISING