STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPTIM_EnableTimeout (LPTIM_TypeDef *LPTIMx) |
Enable the timeout function. | |
__STATIC_INLINE void | LL_LPTIM_DisableTimeout (LPTIM_TypeDef *LPTIMx) |
Disable the timeout function. | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsEnabledTimeout (LPTIM_TypeDef *LPTIMx) |
Indicate whether the timeout function is enabled. | |
__STATIC_INLINE void | LL_LPTIM_TrigSw (LPTIM_TypeDef *LPTIMx) |
Start the LPTIM counter. | |
__STATIC_INLINE void | LL_LPTIM_ConfigTrigger (LPTIM_TypeDef *LPTIMx, uint32_t Source, uint32_t Filter, uint32_t Polarity) |
Configure the external trigger used as a trigger event for the LPTIM. | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetTriggerSource (LPTIM_TypeDef *LPTIMx) |
Get actual external trigger source. | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetTriggerFilter (LPTIM_TypeDef *LPTIMx) |
Get actual external trigger filter. | |
__STATIC_INLINE uint32_t | LL_LPTIM_GetTriggerPolarity (LPTIM_TypeDef *LPTIMx) |
Get actual external trigger polarity. |
__STATIC_INLINE void LL_LPTIM_ConfigTrigger | ( | LPTIM_TypeDef * | LPTIMx, |
uint32_t | Source, | ||
uint32_t | Filter, | ||
uint32_t | Polarity | ||
) |
Configure the external trigger used as a trigger event for the LPTIM.
LPTIMx | Low-Power Timer instance |
Source | This parameter can be one of the following values:
|
Filter | This parameter can be one of the following values: |
Polarity | This parameter can be one of the following values: |
None |
Definition at line 836 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_DisableTimeout | ( | LPTIM_TypeDef * | LPTIMx | ) |
Disable the timeout function.
LPTIMx | Low-Power Timer instance |
None |
Definition at line 765 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_EnableTimeout | ( | LPTIM_TypeDef * | LPTIMx | ) |
Enable the timeout function.
LPTIMx | Low-Power Timer instance |
None |
Definition at line 751 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetTriggerFilter | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual external trigger filter.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values: |
Definition at line 884 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetTriggerPolarity | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual external trigger polarity.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values: |
Definition at line 898 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_GetTriggerSource | ( | LPTIM_TypeDef * | LPTIMx | ) |
Get actual external trigger source.
LPTIMx | Low-Power Timer instance |
Returned | value can be one of the following values:
|
Definition at line 869 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsEnabledTimeout | ( | LPTIM_TypeDef * | LPTIMx | ) |
Indicate whether the timeout function is enabled.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 776 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_TrigSw | ( | LPTIM_TypeDef * | LPTIMx | ) |
Start the LPTIM counter.
LPTIMx | Low-Power Timer instance |
None |
Definition at line 788 of file stm32h7xx_ll_lptim.h.