Searched refs:USART_CHC_PCM (Results 1 – 2 of 2) sorted by relevance
797 USART_CHC(usart_periph) &= ~(USART_CHC_PCM); in usart_parity_check_coherence_config()798 USART_CHC(usart_periph) |= (USART_CHC_PCM & pcm); in usart_parity_check_coherence_config()
153 #define USART_CHC_PCM BIT(1) /*!< parity check coherence mode */ macro