Searched refs:IS_CMP (Results 1 – 6 of 6) sorted by relevance
70 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()
70 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()
46 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 …]
188 #define IS_CMP(x) ((x == HT_CMP0) || (x == HT_CMP1)) macro
56 #define IS_CMP(__CMP__) (((__CMP__) == CMP_1) || ((__CMP__) == CMP_2)) macro
338 #define IS_CMP(x) ((x == HT_CMP0) || (x == HT_CMP1) || IS_CMP2(x)) macro
Completed in 22 milliseconds