STM32F439xx HAL User Manual
Defines
TIM Slave Mode
TIM Exported Constants

Defines

#define TIM_SLAVEMODE_DISABLE   0x00000000U
#define TIM_SLAVEMODE_RESET   0x00000004U
#define TIM_SLAVEMODE_GATED   0x00000005U
#define TIM_SLAVEMODE_TRIGGER   0x00000006U
#define TIM_SLAVEMODE_EXTERNAL1   0x00000007U

Define Documentation

#define TIM_SLAVEMODE_DISABLE   0x00000000U

Definition at line 701 of file stm32f4xx_hal_tim.h.

#define TIM_SLAVEMODE_EXTERNAL1   0x00000007U

Definition at line 705 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource(), and TIM_ITRx_SetConfig().

#define TIM_SLAVEMODE_GATED   0x00000005U

Definition at line 703 of file stm32f4xx_hal_tim.h.

#define TIM_SLAVEMODE_RESET   0x00000004U

Definition at line 702 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().

#define TIM_SLAVEMODE_TRIGGER   0x00000006U

Definition at line 704 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_OnePulse_ConfigChannel().