STM32F479xx HAL User Manual
|
TIM Slave configuration Structure definition. More...
#include <stm32f4xx_hal_tim.h>
Data Fields | |
uint32_t | SlaveMode |
uint32_t | InputTrigger |
uint32_t | TriggerPolarity |
uint32_t | TriggerPrescaler |
uint32_t | TriggerFilter |
TIM Slave configuration Structure definition.
Definition at line 248 of file stm32f4xx_hal_tim.h.
uint32_t TIM_SlaveConfigTypeDef::InputTrigger |
Input Trigger source This parameter can be a value of TIM Trigger Selection
Definition at line 252 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_SlaveConfigSynchro(), HAL_TIM_SlaveConfigSynchro_IT(), and TIM_SlaveTimer_SetConfig().
uint32_t TIM_SlaveConfigTypeDef::SlaveMode |
Slave mode selection This parameter can be a value of TIM Slave mode
Definition at line 250 of file stm32f4xx_hal_tim.h.
Referenced by HAL_TIM_SlaveConfigSynchro(), HAL_TIM_SlaveConfigSynchro_IT(), and TIM_SlaveTimer_SetConfig().
Input trigger filter This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF
Definition at line 258 of file stm32f4xx_hal_tim.h.
Referenced by TIM_SlaveTimer_SetConfig().
Input Trigger polarity This parameter can be a value of TIM Trigger Polarity
Definition at line 254 of file stm32f4xx_hal_tim.h.
Referenced by TIM_SlaveTimer_SetConfig().
Input trigger prescaler This parameter can be a value of TIM Trigger Prescaler
Definition at line 256 of file stm32f4xx_hal_tim.h.
Referenced by TIM_SlaveTimer_SetConfig().