Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_cmp.h155 #define CMP_LOW_SPEED ((u32)0x00000000) macro
157 #define IS_CMP_Speed_Set(x) ((x == CMP_HIGH_SPEED) || (x == CMP_LOW_SPEED))
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_cmp.h300 #define CMP_LOW_SPEED ((u32)0x00000000) macro
302 #define IS_CMP_Speed_Set(x) ((x == CMP_HIGH_SPEED) || (x == CMP_LOW_SPEED))
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_cmp.c120 CMP_InitStruct->CMP_Speed = CMP_LOW_SPEED; in CMP_StructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_cmp.c131 CMP_InitStruct->CMP_Speed = CMP_LOW_SPEED; in CMP_StructInit()

Completed in 6 milliseconds