Home
last modified time | relevance | path

Searched refs:TM_CH_0 (Results 1 – 8 of 8) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_tm.h365 #define IS_TM_CH(x) (((x) == TM_CH_0) || ((x) == TM_CH_1) || \
370 #define IS_TM_CH_PWMI(x) (((x) == TM_CH_0) || ((x) == TM_CH_1))
531 #define TM_SetCaptureCompare0(TMx, Cmp) TM_SetCaptureCompare(TMx, TM_CH_0, Cmp)
536 #define TM_ForcedOREF0(TMx, ForcedAction) TM_ForcedOREF(TMx, TM_CH_0, ForcedAction)
541 #define TM_SetAsymmetricCompare0(TMx, Cmp) TM_SetAsymmetricCompare(TMx, TM_CH_0, Cmp)
546 #define TM_GetCaptureCompare0(TMx) TM_GetCaptureCompare(TMx,TM_CH_0)
A Dht32f1xxxx_tm_type.h57TM_CH_0 = 0, /*!< TM channel 0 … enumerator
A Dht32f1xxxx_mctm.h157 #define IS_MCTM_COMPLEMENTARY_CH(x) (((x) == TM_CH_0) || ((x) == TM_CH_1) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_tm_type.h57TM_CH_0 = 0, /*!< TM channel 0 … enumerator
A Dht32f5xxxx_tm.h545 #define IS_TM_CH_0(x) (x == TM_CH_0)
568 #define IS_TM_CH_PWMI(x) (((x) == TM_CH_0) || ((x) == TM_CH_1))
825 #define TM_SetCaptureCompare0(TMx, Cmp) TM_SetCaptureCompare(TMx, TM_CH_0, Cmp)
836 #define TM_ForcedOREF0(TMx, ForcedAction) TM_ForcedOREF(TMx, TM_CH_0, ForcedAction)
847 #define TM_SetAsymmetricCompare0(TMx, Cmp) TM_SetAsymmetricCompare(TMx, TM_CH_0, Cmp)
852 #define TM_GetCaptureCompare0(TMx) TM_GetCaptureCompare(TMx, TM_CH_0)
A Dht32f5xxxx_mctm.h214 #define IS_MCTM_COMPLEMENTARY_CH(x) (((x) == TM_CH_0) || ((x) == TM_CH_1) || \
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_tm.c344 if (CapInit->Channel == TM_CH_0) in TM_PwmInputInit()
350 OppositeChannel = TM_CH_0; in TM_PwmInputInit()
389 OutInit->Channel = TM_CH_0; in TM_OutputStructInit()
409 CapInit->Channel = TM_CH_0; in TM_CaptureStructInit()
494 _TM_CHx_Config(TMx, TM_CH_0, Pol, TM_CHCCS_DIRECT, Filter); in TM_ChExternalClockConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_tm.c404 if (CapInit->Channel == TM_CH_0) in TM_PwmInputInit()
410 OppositeChannel = TM_CH_0; in TM_PwmInputInit()
457 OutInit->Channel = TM_CH_0; in TM_OutputStructInit()
479 CapInit->Channel = TM_CH_0; in TM_CaptureStructInit()
575 _TM_CHx_Config(TMx, TM_CH_0, Pol, TM_CHCCS_DIRECT, Filter); in TM_ChExternalClockConfig()

Completed in 611 milliseconds