Searched refs:TM_CH_7 (Results 1 – 3 of 3) sorted by relevance
242 if ((OutInit->Channel > TM_CH_3) && (OutInit->Channel <= TM_CH_7) ) in TM_OutputInit()255 if ((OutInit->Channel > TM_CH_3) && (OutInit->Channel <= TM_CH_7) ) in TM_OutputInit()826 if ((TM_CH_n > TM_CH_3) && (TM_CH_n <= TM_CH_7) ) in TM_ForcedOREF()890 if ((Channel > TM_CH_3) && (Channel <= TM_CH_7)) in TM_CHCCRPreloadConfig()996 if ((Channel > TM_CH_3) && (Channel <= TM_CH_7) ) in TM_ImmActiveConfig()1081 if ((Channel > TM_CH_3) && (Channel <= TM_CH_7) ) in TM_OutputModeConfig()1092 if ((Channel > TM_CH_3) && (Channel <= TM_CH_7) ) in TM_OutputModeConfig()1328 if ((TM_CH_n > TM_CH_3) && (TM_CH_n <= TM_CH_7) ) in TM_SetCaptureCompare()1442 if ((TM_CH_n > TM_CH_3) && (TM_CH_n <= TM_CH_7)) in TM_GetCaptureCompare()
65 …TM_CH_7, /*!< TM channel 7 … enumerator
553 #define IS_TM_CH_7(x) (x == TM_CH_7)833 #define TM_SetCaptureCompare7(TMx, Cmp) TM_SetCaptureCompare(TMx, TM_CH_7, Cmp)844 #define TM_ForcedOREF7(TMx, ForcedAction) TM_ForcedOREF(TMx, TM_CH_7, ForcedAction)860 #define TM_GetCaptureCompare7(TMx) TM_GetCaptureCompare(TMx, TM_CH_7)
Completed in 12 milliseconds