STM32F439xx HAL User Manual
Data Fields
TIM_SlaveConfigTypeDef Struct Reference

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

Detailed Description

TIM Slave configuration Structure definition.

Definition at line 246 of file stm32f4xx_hal_tim.h.


Field Documentation

Input Trigger source This parameter can be a value of TIM Trigger Selection

Definition at line 249 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_SlaveConfigSynchronization(), HAL_TIM_SlaveConfigSynchronization_IT(), and TIM_SlaveTimer_SetConfig().

Slave mode selection This parameter can be a value of TIM Slave Mode

Definition at line 247 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_SlaveConfigSynchronization(), HAL_TIM_SlaveConfigSynchronization_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 255 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 251 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 253 of file stm32f4xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().


The documentation for this struct was generated from the following file: