Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_cmp.c88 CMPx_CS &= ~(uint32_t)(CMP_CS_CMP1M | CMP_CS_CMP1MSEL | CMP_CS_CMP1HST ); in cmp_mode_init()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_cmp.h60 #define CMP_CS_CMP1MSEL BITS(20,22) /*!< CMP1_M input s… macro
/hal_gigadevice-latest/gd32f3x0/cmsis/gd/gd32f3x0/source/
Dsystem_gd32f3x0.c137 CMP_CS |= (CMP_CS_CMP1MSEL | CMP_CS_CMP0MSEL); in SystemInit()