TIM Master configuration Structure definition. More...
#include <stm32f4xx_hal_tim.h>
Public Attributes | |
uint32_t | MasterOutputTrigger |
uint32_t | MasterOutputTrigger2 |
uint32_t | MasterSlaveMode |
TIM Master configuration Structure definition.
Definition at line 229 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_MasterConfigTypeDef::MasterOutputTrigger |
Trigger output (TRGO) selection This parameter can be a value of TIM Master Mode Selection
Definition at line 231 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_MasterConfigTypeDef::MasterOutputTrigger2 |
Trigger output2 (TRGO2) selection This parameter can be a value of TIM Master Mode Selection 2 (TRGO2)
Definition at line 235 of file stm32f7xx_hal_tim.h.
uint32_t TIM_MasterConfigTypeDef::MasterSlaveMode |
Master/slave mode selection This parameter can be a value of TIM Master/Slave Mode
Definition at line 233 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.