STM32L486xx HAL User Manual
Defines
TIM Channel
TIM Exported Constants

Defines

#define TIM_CHANNEL_1   0x00000000U
#define TIM_CHANNEL_2   0x00000004U
#define TIM_CHANNEL_3   0x00000008U
#define TIM_CHANNEL_4   0x0000000CU
#define TIM_CHANNEL_5   0x00000010U
#define TIM_CHANNEL_6   0x00000014U
#define TIM_CHANNEL_ALL   0x0000003CU

Define Documentation

#define TIM_CHANNEL_1   0x00000000U
#define TIM_CHANNEL_2   0x00000004U
#define TIM_CHANNEL_3   0x00000008U
#define TIM_CHANNEL_4   0x0000000CU
#define TIM_CHANNEL_5   0x00000010U

Compare channel 5 identifier

Definition at line 727 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear(), HAL_TIM_OC_ConfigChannel(), and HAL_TIM_PWM_ConfigChannel().

#define TIM_CHANNEL_6   0x00000014U

Compare channel 6 identifier

Definition at line 728 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigOCrefClear(), HAL_TIM_OC_ConfigChannel(), and HAL_TIM_PWM_ConfigChannel().

#define TIM_CHANNEL_ALL   0x0000003CU

Global Capture/compare channel identifier

Definition at line 729 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Start_DMA().