|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Timer synchronisation configuration:Functions | |
| __STATIC_INLINE void | LL_TIM_SetTriggerOutput (TIM_TypeDef *TIMx, uint32_t TimerSynchronization) |
| Set the trigger output (TRGO) used for timer synchronization . More... | |
| __STATIC_INLINE void | LL_TIM_SetSlaveMode (TIM_TypeDef *TIMx, uint32_t SlaveMode) |
| Set the synchronization mode of a slave timer. More... | |
| __STATIC_INLINE void | LL_TIM_SetTriggerInput (TIM_TypeDef *TIMx, uint32_t TriggerInput) |
| Set the selects the trigger input to be used to synchronize the counter. More... | |
| __STATIC_INLINE void | LL_TIM_EnableMasterSlaveMode (TIM_TypeDef *TIMx) |
| Enable the Master/Slave mode. More... | |
| __STATIC_INLINE void | LL_TIM_DisableMasterSlaveMode (TIM_TypeDef *TIMx) |
| Disable the Master/Slave mode. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledMasterSlaveMode (const TIM_TypeDef *TIMx) |
| Indicates whether the Master/Slave mode is enabled. More... | |
| __STATIC_INLINE void | LL_TIM_ConfigETR (TIM_TypeDef *TIMx, uint32_t ETRPolarity, uint32_t ETRPrescaler, uint32_t ETRFilter) |
| Configure the external trigger (ETR) input. More... | |
| __STATIC_INLINE void LL_TIM_ConfigETR | ( | TIM_TypeDef * | TIMx, |
| uint32_t | ETRPolarity, | ||
| uint32_t | ETRPrescaler, | ||
| uint32_t | ETRFilter | ||
| ) |
Configure the external trigger (ETR) input.
| TIMx | Timer instance |
| ETRPolarity | This parameter can be one of the following values:
|
| ETRPrescaler | This parameter can be one of the following values:
|
| ETRFilter | This parameter can be one of the following values:
|
| None |
Definition at line 2859 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableMasterSlaveMode | ( | TIM_TypeDef * | TIMx | ) |
Disable the Master/Slave mode.
| TIMx | Timer instance |
| None |
Definition at line 2806 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableMasterSlaveMode | ( | TIM_TypeDef * | TIMx | ) |
Enable the Master/Slave mode.
| TIMx | Timer instance |
| None |
Definition at line 2793 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledMasterSlaveMode | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the Master/Slave mode is enabled.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 2819 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_SetSlaveMode | ( | TIM_TypeDef * | TIMx, |
| uint32_t | SlaveMode | ||
| ) |
Set the synchronization mode of a slave timer.
| TIMx | Timer instance |
| SlaveMode | This parameter can be one of the following values:
|
| None |
Definition at line 2758 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_SetTriggerInput | ( | TIM_TypeDef * | TIMx, |
| uint32_t | TriggerInput | ||
| ) |
Set the selects the trigger input to be used to synchronize the counter.
| TIMx | Timer instance |
| TriggerInput | This parameter can be one of the following values:
|
| None |
Definition at line 2780 of file stm32f4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_SetTriggerOutput | ( | TIM_TypeDef * | TIMx, |
| uint32_t | TimerSynchronization | ||
| ) |
Set the trigger output (TRGO) used for timer synchronization .
| TIMx | Timer instance |
| TimerSynchronization | This parameter can be one of the following values:
|
| None |
Definition at line 2740 of file stm32f4xx_ll_tim.h.