HAL
LL_LPTIM_SetPrescaler() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_LPTIM_SetPrescaler() function

Set actual prescaler division ratio.

Syntax

__STATIC_INLINE void LL_LPTIM_SetPrescaler(LPTIM_TypeDef *LPTIMx,     uint32_t Prescaler);

Arguments

LPTIMx

Low-Power Timer instance

Prescaler

Return value

None

Notes

This function must be called when the LPTIM instance is disabled. When the LPTIM is configured to be clocked by an internal clock source and the LPTIM counter is configured to be updated by active edges detected on the LPTIM external Input1, the internal clock provided to the LPTIM must be not be prescaled.

References

LocationText
stm32f4xx_ll_lptim.h:614
__STATIC_INLINE void LL_LPTIM_SetPrescaler(LPTIM_TypeDef *LPTIMx, uint32_t Prescaler)

Data Use

Data read by LL_LPTIM_SetPrescaler()
LL_LPTIM_SetPrescaler()