Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_cmp.c154 CMP_CS |= (uint32_t)CMP_CS_EN; in cmp_enable()
165 CMP_CS &= ~(uint32_t)CMP_CS_EN; in cmp_disable()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_cmp.h48 #define CMP_CS_EN BIT(0) /*!< CMP enable */ macro