Type Alias avr_device::atmega2560::usart1::ucsr1c::UCPOL1_R
source · pub type UCPOL1_R = BitReader<UCPOL1_A>;Expand description
Field UCPOL1 reader - Clock Polarity
Aliased Type§
struct UCPOL1_R { /* private fields */ }Implementations§
source§impl UCPOL1_R
impl UCPOL1_R
sourcepub fn is_rising_edge(&self) -> bool
pub fn is_rising_edge(&self) -> bool
Checks if the value of the field is RISING_EDGE
sourcepub fn is_falling_edge(&self) -> bool
pub fn is_falling_edge(&self) -> bool
Checks if the value of the field is FALLING_EDGE