Home
last modified time | relevance | path

Searched refs:IS_CMP (Results 1 – 6 of 6) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_cmp.c70 Assert_Param(IS_CMP(HT_CMPn)); in CMP_UnprotectConfig()
85 Assert_Param(IS_CMP(HT_CMPn)); in CMP_Init()
143 Assert_Param(IS_CMP(HT_CMPn)); in CMP_Cmd()
169 Assert_Param(IS_CMP(HT_CMPn)); in CMP_IntConfig()
196 Assert_Param(IS_CMP(HT_CMPn)); in CMP_EdgeDetectConfig()
222 Assert_Param(IS_CMP(HT_CMPn)); in CMP_GetFlagStatus()
247 Assert_Param(IS_CMP(HT_CMPn)); in CMP_ClearFlag()
271 Assert_Param(IS_CMP(HT_CMPn)); in CMP_GetOutputStatus()
292 Assert_Param(IS_CMP(HT_CMPn)); in CMP_SetScalerValue()
319 Assert_Param(IS_CMP(HT_CMPn)); in CMP_Output_SyncSource_Select()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_cmp.c70 Assert_Param(IS_CMP(HT_CMPn)); in CMP_UnprotectConfig()
85 Assert_Param(IS_CMP(HT_CMPn)); in CMP_Init()
132 Assert_Param(IS_CMP(HT_CMPn)); in CMP_Cmd()
158 Assert_Param(IS_CMP(HT_CMPn)); in CMP_IntConfig()
185 Assert_Param(IS_CMP(HT_CMPn)); in CMP_EdgeDetectConfig()
211 Assert_Param(IS_CMP(HT_CMPn)); in CMP_GetFlagStatus()
236 Assert_Param(IS_CMP(HT_CMPn)); in CMP_ClearFlag()
260 Assert_Param(IS_CMP(HT_CMPn)); in CMP_GetOutputStatus()
281 Assert_Param(IS_CMP(HT_CMPn)); in CMP_SetScalerValue()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_cmp.c46 assert_parameters(IS_CMP(CMPx)); in CMP_DeInit()
107 assert_parameters(IS_CMP(CMPx)); in CMP_Init()
230 assert_parameters(IS_CMP(CMPx)); in CMP_CountInit()
369 assert_parameters(IS_CMP(CMPx)); in CMP_OutputInit()
414 assert_parameters(IS_CMP(CMPx)); in CMP_GetCNTValue()
436 assert_parameters(IS_CMP(CMPx)); in CMP_ClearCNTValue()
461 assert_parameters(IS_CMP(CMPx)); in CMP_Cmd()
484 assert_parameters(IS_CMP(CMPx)); in CMP_GetOutputValue()
509 assert_parameters(IS_CMP(CMPx)); in CMP_INTConfig()
535 assert_parameters(IS_CMP(CMPx)); in CMP_GetINTStatus()
[all …]
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_cmp.h188 #define IS_CMP(x) ((x == HT_CMP0) || (x == HT_CMP1)) macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_cmp.h56 #define IS_CMP(__CMP__) (((__CMP__) == CMP_1) || ((__CMP__) == CMP_2)) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_cmp.h338 #define IS_CMP(x) ((x == HT_CMP0) || (x == HT_CMP1) || IS_CMP2(x)) macro

Completed in 22 milliseconds