Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_cmp.c82 CMPx_CS &= ~(uint32_t)(CMP_CS_CMP0M | CMP_CS_CMP0MSEL | CMP_CS_CMP0HST ); in cmp_mode_init()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_cmp.h52 #define CMP_CS_CMP0MSEL BITS(4,6) /*!< COMP0_M input … macro
/hal_gigadevice-latest/gd32f3x0/cmsis/gd/gd32f3x0/source/
Dsystem_gd32f3x0.c137 CMP_CS |= (CMP_CS_CMP1MSEL | CMP_CS_CMP0MSEL); in SystemInit()