Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_cmp.c119 cmp_cs |= (uint32_t)CMP_CS_PL; in cmp_output_init()
121 cmp_cs &= ~(uint32_t)CMP_CS_PL; in cmp_output_init()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_cmp.h54 #define CMP_CS_PL BIT(15) /*!< polarity of CM… macro