STM32F439xx 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_ALL   0x00000018U

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_ALL   0x00000018U

Definition at line 426 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_Encoder_Start_DMA().