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 D | ht32f1xxxx_tm.h | 365 #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 D | ht32f1xxxx_tm_type.h | 57 …TM_CH_0 = 0, /*!< TM channel 0 … enumerator
|
| A D | ht32f1xxxx_mctm.h | 157 #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 D | ht32f5xxxx_tm_type.h | 57 …TM_CH_0 = 0, /*!< TM channel 0 … enumerator
|
| A D | ht32f5xxxx_tm.h | 545 #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 D | ht32f5xxxx_mctm.h | 214 #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 D | ht32f1xxxx_tm.c | 344 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 D | ht32f5xxxx_tm.c | 404 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