STM32L486xx 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 697 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 698 of file stm32l4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH2   TIM_CCER_CC2E

Timer input/output channel 2

Definition at line 699 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 700 of file stm32l4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH3   TIM_CCER_CC3E

Timer input/output channel 3

Definition at line 701 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 702 of file stm32l4xx_ll_tim.h.

#define LL_TIM_CHANNEL_CH4   TIM_CCER_CC4E

Timer input/output channel 4

Definition at line 703 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 704 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 705 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_OC_Init().