Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_cmp.c186 CMP_CS |= CMP_CS_CMP0SW; in cmp_switch_enable()
197 CMP_CS &= ~CMP_CS_CMP0SW; in cmp_switch_disable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_cmp.h50 #define CMP_CS_CMP0SW BIT(1) /*!< CMP0 switch */ macro