STM32F439xx HAL User Manual
Defines
TIM Counter Mode
TIM Exported Constants

Defines

#define TIM_COUNTERMODE_UP   0x00000000U
#define TIM_COUNTERMODE_DOWN   TIM_CR1_DIR
#define TIM_COUNTERMODE_CENTERALIGNED1   TIM_CR1_CMS_0
#define TIM_COUNTERMODE_CENTERALIGNED2   TIM_CR1_CMS_1
#define TIM_COUNTERMODE_CENTERALIGNED3   TIM_CR1_CMS

Define Documentation

#define TIM_COUNTERMODE_CENTERALIGNED1   TIM_CR1_CMS_0

Definition at line 341 of file stm32f4xx_hal_tim.h.

#define TIM_COUNTERMODE_CENTERALIGNED2   TIM_CR1_CMS_1

Definition at line 342 of file stm32f4xx_hal_tim.h.

#define TIM_COUNTERMODE_CENTERALIGNED3   TIM_CR1_CMS

Definition at line 343 of file stm32f4xx_hal_tim.h.

#define TIM_COUNTERMODE_DOWN   TIM_CR1_DIR

Definition at line 340 of file stm32f4xx_hal_tim.h.

#define TIM_COUNTERMODE_UP   0x00000000U

Definition at line 339 of file stm32f4xx_hal_tim.h.