STM32F439xx HAL User Manual
Defines
Channel
TIM Exported Constants

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 Documentation

#define LL_TIM_CHANNEL_CH1   TIM_CCER_CC1E

Timer input/output channel 1

Definition at line 596 of file stm32f4xx_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 597 of file stm32f4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH2   TIM_CCER_CC2E

Timer input/output channel 2

Definition at line 598 of file stm32f4xx_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 599 of file stm32f4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH3   TIM_CCER_CC3E

Timer input/output channel 3

Definition at line 600 of file stm32f4xx_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 601 of file stm32f4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH4   TIM_CCER_CC4E

Timer input/output channel 4

Definition at line 602 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_IC_Init(), and LL_TIM_OC_Init().