Lines Matching full:parity
46 FIELD(CR1, PCE, 10, 1) /* Parity control enable */
47 FIELD(CR1, PS, 9, 1) /* Parity selection */
137 FIELD(ISR, PE, 0, 1) /* Parity Error */
151 FIELD(ICR, PECF, 0, 1) /* Parity error clear flag */
291 int speed, parity, data_bits, stop_bits; in stm32l4x5_update_params() local
295 /* Select the parity type */ in stm32l4x5_update_params()
298 parity = 'O'; in stm32l4x5_update_params()
300 parity = 'E'; in stm32l4x5_update_params()
303 parity = 'N'; in stm32l4x5_update_params()
366 ssp.parity = parity; in stm32l4x5_update_params()
372 trace_stm32l4x5_usart_update_params(speed, parity, data_bits, stop_bits); in stm32l4x5_update_params()