STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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 TIM_COUNTERMODE_UP 0x00000000U |
#include <stm32f4xx_hal_tim.h>
Counter used as up-counter
Definition at line 518 of file stm32f4xx_hal_tim.h.
Referenced by HAL_InitTick().
#define TIM_COUNTERMODE_DOWN TIM_CR1_DIR |
#include <stm32f4xx_hal_tim.h>
Counter used as down-counter
Definition at line 519 of file stm32f4xx_hal_tim.h.
#define TIM_COUNTERMODE_CENTERALIGNED1 TIM_CR1_CMS_0 |
#include <stm32f4xx_hal_tim.h>
Center-aligned mode 1
Definition at line 520 of file stm32f4xx_hal_tim.h.
#define TIM_COUNTERMODE_CENTERALIGNED2 TIM_CR1_CMS_1 |
#include <stm32f4xx_hal_tim.h>
Center-aligned mode 2
Definition at line 521 of file stm32f4xx_hal_tim.h.
#define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS |
#include <stm32f4xx_hal_tim.h>
Center-aligned mode 3
Definition at line 522 of file stm32f4xx_hal_tim.h.