Type Alias atsame70n21b::uart0::mr::PAR_W

source ·
pub type PAR_W<'a, const O: u8> = FieldWriter<'a, MR_SPEC, 3, O, PARSELECT_A>;
Expand description

Field PAR writer - Parity Type

Aliased Type§

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

Implementations§

source§

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

source

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

Even Parity

source

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

Odd Parity

source

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

Space: parity forced to 0

source

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

Mark: parity forced to 1

source

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

No parity