STM32L443xx 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 LL_TIM_CHANNEL_CH5   TIM_CCER_CC5E
#define LL_TIM_CHANNEL_CH6   TIM_CCER_CC6E

Define Documentation

#define LL_TIM_CHANNEL_CH1   TIM_CCER_CC1E

Timer input/output channel 1

Definition at line 716 of file stm32l4xx_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 717 of file stm32l4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH2   TIM_CCER_CC2E

Timer input/output channel 2

Definition at line 718 of file stm32l4xx_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 719 of file stm32l4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH3   TIM_CCER_CC3E

Timer input/output channel 3

Definition at line 720 of file stm32l4xx_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 721 of file stm32l4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH4   TIM_CCER_CC4E

Timer input/output channel 4

Definition at line 722 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_IC_Init(), and LL_TIM_OC_Init().

#define LL_TIM_CHANNEL_CH5   TIM_CCER_CC5E

Timer output channel 5

Definition at line 723 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_OC_Init().

#define LL_TIM_CHANNEL_CH6   TIM_CCER_CC6E

Timer output channel 6

Definition at line 724 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_OC_Init().