Home
last modified time | relevance | path

Searched refs:CMP_WUP_DISABLE (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_cmp.h87 #define CMP_WUP_DISABLE ((u32)0x00000000) macro
89 #define IS_CMP_Wakeup_Set(x) ((x == CMP_WUP_ENABLE) || (x == CMP_WUP_DISABLE))
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_cmp.h105 #define CMP_WUP_DISABLE ((u32)0x00000000) macro
107 #define IS_CMP_Wakeup_Set(x) ((x == CMP_WUP_ENABLE) || (x == CMP_WUP_DISABLE))
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_cmp.c111 CMP_InitStruct->CMP_Wakeup = CMP_WUP_DISABLE; in CMP_StructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_cmp.c118 CMP_InitStruct->CMP_Wakeup = CMP_WUP_DISABLE; in CMP_StructInit()

Completed in 8 milliseconds