pub type UPM3_W<'a, const O: u8> = FieldWriter<'a, u8, UCSR3C_SPEC, u8, UPM3_A, 2, O>;
Expand description

Field UPM3 writer - Parity Mode Bits

Aliased Type§

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

Implementations§

source§

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

source

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

Disabled

source

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

Enabled, Even Parity

source

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

Enabled, Odd Parity