Type Alias avr_device::atmega2560::usart1::ucsr1c::UCPOL1_W
source · pub type UCPOL1_W<'a, const O: u8> = BitWriter<'a, u8, UCSR1C_SPEC, UCPOL1_A, O>;Expand description
Field UCPOL1 writer - Clock Polarity
Aliased Type§
struct UCPOL1_W<'a, const O: u8> { /* private fields */ }Implementations§
source§impl<'a, const O: u8> UCPOL1_W<'a, O>
impl<'a, const O: u8> UCPOL1_W<'a, O>
sourcepub fn rising_edge(self) -> &'a mut W
pub fn rising_edge(self) -> &'a mut W
Transmit on Rising XCKn Edge, Receive on Falling XCKn Edge
sourcepub fn falling_edge(self) -> &'a mut W
pub fn falling_edge(self) -> &'a mut W
Transmit on Falling XCKn Edge, Receive on Rising XCKn Edge