Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_cmp.c194 CMP_CS(cmp_periph) |= CMP_CS_CMPEN; in cmp_enable()
205 CMP_CS(cmp_periph) &= ~CMP_CS_CMPEN; in cmp_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_cmp.h51 #define CMP_CS_CMPEN BIT(0) /*!< CMPx enable */ macro