STM32L486xx HAL User Manual
Data Fields
TIM_SlaveConfigTypeDef Struct Reference

TIM Slave configuration Structure definition. More...

#include <stm32l4xx_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 260 of file stm32l4xx_hal_tim.h.


Field Documentation

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

Definition at line 264 of file stm32l4xx_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 262 of file stm32l4xx_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 270 of file stm32l4xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().

Input Trigger polarity This parameter can be a value of TIM Trigger Polarity

Definition at line 266 of file stm32l4xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().

Input trigger prescaler This parameter can be a value of TIM Trigger Prescaler

Definition at line 268 of file stm32l4xx_hal_tim.h.

Referenced by TIM_SlaveTimer_SetConfig().


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