[][src]Type Definition lpc82x_pac::usart0::cfg::PARITYSEL_R

type PARITYSEL_R = R<u8, PARITYSEL_A>;

Reader of field PARITYSEL

Methods

impl PARITYSEL_R[src]

pub fn variant(&self) -> Variant<u8, PARITYSEL_A>[src]

Get enumerated values variant

pub fn is_no_parity(&self) -> bool[src]

Checks if the value of the field is NO_PARITY

pub fn is_even_parity(&self) -> bool[src]

Checks if the value of the field is EVEN_PARITY

pub fn is_odd_parity(&self) -> bool[src]

Checks if the value of the field is ODD_PARITY