HAL
HAL_LPTIM_SetOnce_Start_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_LPTIM_SetOnce_Start_IT()

HAL_LPTIM_SetOnce_Start_IT() function

Start the LPTIM Set once mode in interrupt mode.

Syntax

HAL_StatusTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim,     uint32_t Period,     uint32_t Pulse);
Implemented in stm32f4xx_hal_lptim.c:986

Arguments

hlptim

LPTIM handle

Period

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

Pulse

Specifies the compare value. This parameter must be a value between 0x0000 and 0xFFFF.

Return value

HAL status

References

LocationText
stm32f4xx_hal_lptim.c:986
HAL_StatusTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse)
stm32f4xx_hal_lptim.h:657
HAL_StatusTypeDef HAL_LPTIM_SetOnce_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);