Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h348 #define CHC_PCM(regval) (BIT(1) & ((uint32_t)(regval) << 1)) macro
349 #define USART_PCM_NONE CHC_PCM(0) /*!< not check parity */
350 #define USART_PCM_EN CHC_PCM(1) /*!< check the parity */