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

HAL_LPTIM_Counter_Start() function

Start the Counter mode.

Syntax

HAL_StatusTypeDef HAL_LPTIM_Counter_Start(LPTIM_HandleTypeDef *hlptim,     uint32_t Period);
Implemented in stm32f4xx_hal_lptim.c:1544

Arguments

hlptim

LPTIM handle

Period

Specifies the Autoreload value. This parameter must be a value between 0x0001 and 0xFFFF.

Return value

HAL status

References

LocationText
stm32f4xx_hal_lptim.c:1544
HAL_StatusTypeDef HAL_LPTIM_Counter_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period)
stm32f4xx_hal_lptim.h:678
HAL_StatusTypeDef HAL_LPTIM_Counter_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period);