STM32H735xx 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

Center-aligned mode 1

Definition at line 552 of file stm32h7xx_hal_tim.h.

#define TIM_COUNTERMODE_CENTERALIGNED2   TIM_CR1_CMS_1

Center-aligned mode 2

Definition at line 553 of file stm32h7xx_hal_tim.h.

#define TIM_COUNTERMODE_CENTERALIGNED3   TIM_CR1_CMS

Center-aligned mode 3

Definition at line 554 of file stm32h7xx_hal_tim.h.

#define TIM_COUNTERMODE_DOWN   TIM_CR1_DIR

Counter used as down-counter

Definition at line 551 of file stm32h7xx_hal_tim.h.

#define TIM_COUNTERMODE_UP   0x00000000U

Counter used as up-counter

Definition at line 550 of file stm32h7xx_hal_tim.h.