pub type PARITY_W<'a> = FieldWriter<'a, u32, FRAME_SPEC, u8, PARITY_A, 2, 8>;
Expand description

Field PARITY writer - Parity-Bit Mode

Implementations

Parity bits are not used

Even parity are used. Parity bits are automatically generated and checked by hardware.

Odd parity is used. Parity bits are automatically generated and checked by hardware.