STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_CHANNEL_CH1 TIM_CCER_CC1E |
#define | LL_TIM_CHANNEL_CH1N TIM_CCER_CC1NE |
#define | LL_TIM_CHANNEL_CH2 TIM_CCER_CC2E |
#define | LL_TIM_CHANNEL_CH2N TIM_CCER_CC2NE |
#define | LL_TIM_CHANNEL_CH3 TIM_CCER_CC3E |
#define | LL_TIM_CHANNEL_CH3N TIM_CCER_CC3NE |
#define | LL_TIM_CHANNEL_CH4 TIM_CCER_CC4E |
#define LL_TIM_CHANNEL_CH1 TIM_CCER_CC1E |
Timer input/output channel 1
Definition at line 620 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_IC_Init(), and LL_TIM_OC_Init().
#define LL_TIM_CHANNEL_CH1N TIM_CCER_CC1NE |
Timer complementary output channel 1
Definition at line 621 of file stm32f1xx_ll_tim.h.
#define LL_TIM_CHANNEL_CH2 TIM_CCER_CC2E |
Timer input/output channel 2
Definition at line 622 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_IC_Init(), and LL_TIM_OC_Init().
#define LL_TIM_CHANNEL_CH2N TIM_CCER_CC2NE |
Timer complementary output channel 2
Definition at line 623 of file stm32f1xx_ll_tim.h.
#define LL_TIM_CHANNEL_CH3 TIM_CCER_CC3E |
Timer input/output channel 3
Definition at line 624 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_IC_Init(), and LL_TIM_OC_Init().
#define LL_TIM_CHANNEL_CH3N TIM_CCER_CC3NE |
Timer complementary output channel 3
Definition at line 625 of file stm32f1xx_ll_tim.h.
#define LL_TIM_CHANNEL_CH4 TIM_CCER_CC4E |
Timer input/output channel 4
Definition at line 626 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_IC_Init(), and LL_TIM_OC_Init().