pub type UCPOL3_W<'a, const O: u8> = BitWriter<'a, u8, UCSR3C_SPEC, UCPOL3_A, O>;
Expand description

Field UCPOL3 writer - Clock Polarity

Aliased Type§

struct UCPOL3_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> UCPOL3_W<'a, O>

source

pub fn rising_edge(self) -> &'a mut W

Transmit on Rising XCKn Edge, Receive on Falling XCKn Edge

source

pub fn falling_edge(self) -> &'a mut W

Transmit on Falling XCKn Edge, Receive on Rising XCKn Edge