Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_cmp.h209 #define IS_CMP_InputSelection(x) ((x == CMP_INPUT_CMPnP) || \ macro
225 #define IS_CMP_InputSelection(x) ((x == CMP_INPUT_CMP0P) || \ macro
239 #define IS_CMP_InputSelection(x) ((x == CMP_INPUT_CMPnP) || (x == CMP_INPUT_OPA0O)… macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_cmp.c94 Assert_Param(IS_CMP_InputSelection(CMP_InitStruct->CMP_InputSelection)); in CMP_Init()

Completed in 5 milliseconds