Home
last modified time | relevance | path

Searched refs:TM_CH_7 (Results 1 – 3 of 3) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_tm.c242 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()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_tm_type.h65TM_CH_7, /*!< TM channel 7 … enumerator
A Dht32f5xxxx_tm.h553 #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