|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_TIM_SetTriggerOutput (TIM_TypeDef *TIMx, uint32_t TimerSynchronization) |
| Set the trigger output (TRGO) used for timer synchronization . | |
| __STATIC_INLINE void | LL_TIM_SetTriggerOutput2 (TIM_TypeDef *TIMx, uint32_t ADCSynchronization) |
| Set the trigger output 2 (TRGO2) used for ADC synchronization . | |
| __STATIC_INLINE void | LL_TIM_SetSlaveMode (TIM_TypeDef *TIMx, uint32_t SlaveMode) |
| Set the synchronization mode of a slave timer. | |
| __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. | |
| __STATIC_INLINE void | LL_TIM_EnableMasterSlaveMode (TIM_TypeDef *TIMx) |
| Enable the Master/Slave mode. | |
| __STATIC_INLINE void | LL_TIM_DisableMasterSlaveMode (TIM_TypeDef *TIMx) |
| Disable the Master/Slave mode. | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledMasterSlaveMode (TIM_TypeDef *TIMx) |
| Indicates whether the Master/Slave mode is enabled. | |
| __STATIC_INLINE void | LL_TIM_ConfigETR (TIM_TypeDef *TIMx, uint32_t ETRPolarity, uint32_t ETRPrescaler, uint32_t ETRFilter) |
| Configure the external trigger (ETR) input. | |
| __STATIC_INLINE void | LL_TIM_SetETRSource (TIM_TypeDef *TIMx, uint32_t ETRSource) |
| Select the external trigger (ETR) input source. | |
| __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 3486 of file stm32h7xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableMasterSlaveMode | ( | TIM_TypeDef * | TIMx | ) |
Disable the Master/Slave mode.
| TIMx | Timer instance |
| None |
Definition at line 3433 of file stm32h7xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableMasterSlaveMode | ( | TIM_TypeDef * | TIMx | ) |
Enable the Master/Slave mode.
| TIMx | Timer instance |
| None |
Definition at line 3420 of file stm32h7xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledMasterSlaveMode | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the Master/Slave mode is enabled.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 3446 of file stm32h7xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_SetETRSource | ( | TIM_TypeDef * | TIMx, |
| uint32_t | ETRSource | ||
| ) |
Select the external trigger (ETR) input source.
| TIMx | Timer instance |
| ETRSource | This parameter can be one of the following values: For TIM1, the parameter is one of the following values:
|
| None |
Definition at line 3555 of file stm32h7xx_ll_tim.h.
References TIMx_AF1_ETRSEL.
| __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 3373 of file stm32h7xx_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 3407 of file stm32h7xx_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 3324 of file stm32h7xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_SetTriggerOutput2 | ( | TIM_TypeDef * | TIMx, |
| uint32_t | ADCSynchronization | ||
| ) |
Set the trigger output 2 (TRGO2) used for ADC synchronization .
| TIMx | Timer Instance |
| ADCSynchronization | This parameter can be one of the following values:
|
| None |
Definition at line 3354 of file stm32h7xx_ll_tim.h.
1.7.6.1