pub type PS_W<'a, const O: u8> = BitWriter<'a, u32, CR1_FIFO_DISABLED_SPEC, bool, O>;
Expand description

Field PS writer - Parity selection This bit selects the odd or even parity when the parity generation/detection is enabled (PCE bit set). It is set and cleared by software. The parity is selected after the current byte. This bitfield can only be written when the USART is disabled (UEÂ =Â 0).