Struct lpc845_pac::usart0::cfg::PARITYSEL_W[][src]

pub struct PARITYSEL_W<'a> { /* fields omitted */ }
Expand description

Field PARITYSEL writer - Selects what type of parity is used by the USART.

Implementations

Writes variant to the field

No parity.

Even parity. Adds a bit to each character such that the number of 1s in a transmitted character is even, and the number of 1s in a received character is expected to be even.

Odd parity. Adds a bit to each character such that the number of 1s in a transmitted character is odd, and the number of 1s in a received character is expected to be odd.

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.