STM32F103xB HAL User Manual
Data Fields
TIM_SlaveConfigTypeDef Struct Reference

TIM Slave configuration Structure definition. More...

#include <stm32f1xx_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 248 of file stm32f1xx_hal_tim.h.


Field Documentation

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

Definition at line 252 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_SlaveConfigSynchro(), HAL_TIM_SlaveConfigSynchro_IT(), and TIM_SlaveTimer_SetConfig().

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

Definition at line 250 of file stm32f1xx_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 stm32f1xx_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 stm32f1xx_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 stm32f1xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().


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