Home
last modified time | relevance | path

Searched refs:USART_CHC_PCM (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c797 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()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h153 #define USART_CHC_PCM BIT(1) /*!< parity check coherence mode */ macro