Searched refs:IS_MCTM (Results 1 – 4 of 4) sorted by relevance
79 Assert_Param(IS_MCTM(MCTMx)); in MCTM_ChNPolarityConfig()103 Assert_Param(IS_MCTM(MCTMx)); in MCTM_ChannelNConfig()123 Assert_Param(IS_MCTM(MCTMx)); in MCTM_CHMOECmd()150 Assert_Param(IS_MCTM(MCTMx)); in MCTM_CHBRKCTRConfig()213 Assert_Param(IS_MCTM(MCTMx)); in MCTM_COMPRECmd()241 Assert_Param(IS_MCTM(MCTMx)); in MCTM_COMUSConfig()267 Assert_Param(IS_MCTM(MCTMx)); in MCTM_UpdateEventDisable()
79 Assert_Param(IS_MCTM(MCTMx)); in MCTM_ChNPolarityConfig()103 Assert_Param(IS_MCTM(MCTMx)); in MCTM_ChannelNConfig()123 Assert_Param(IS_MCTM(MCTMx)); in MCTM_CHMOECmd()150 Assert_Param(IS_MCTM(MCTMx)); in MCTM_CHBRKCTRConfig()200 Assert_Param(IS_MCTM(MCTMx)); in MCTM_COMPRECmd()228 Assert_Param(IS_MCTM(MCTMx)); in MCTM_COMUSConfig()
153 #define IS_MCTM(x) ((x == HT_MCTM0) || (x == HT_MCTM1)) macro
203 #define IS_MCTM(x) (IS_MCTM0(x)) macro
Completed in 7 milliseconds