STM32F103xB HAL User Manual
|
TIM Master configuration Structure definition. More...
#include <stm32f1xx_hal_tim.h>
Data Fields | |
uint32_t | MasterOutputTrigger |
uint32_t | MasterSlaveMode |
TIM Master configuration Structure definition.
Definition at line 232 of file stm32f1xx_hal_tim.h.
Trigger output (TRGO) selection This parameter can be a value of TIM Master Mode Selection
Definition at line 234 of file stm32f1xx_hal_tim.h.
Referenced by HAL_TIMEx_MasterConfigSynchronization().
Master/slave mode selection This parameter can be a value of TIM Master/Slave Mode
Definition at line 236 of file stm32f1xx_hal_tim.h.
Referenced by HAL_TIMEx_MasterConfigSynchronization().