HAL
HAL_LPTIM_OnePulse_Start() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_LPTIM_OnePulse_Start()

HAL_LPTIM_OnePulse_Start() function

Start the LPTIM One pulse generation.

Syntax

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

Arguments

hlptim

LPTIM handle

Period

Specifies the Autoreload value. This parameter must be a value between 0x0001 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:675
HAL_StatusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse)
stm32f4xx_hal_lptim.h:646
HAL_StatusTypeDef HAL_LPTIM_OnePulse_Start(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);

Call Tree

Functions called by HAL_LPTIM_OnePulse_Start()
HAL_LPTIM_OnePulse_Start()
all items filtered out
Type of HAL_LPTIM_OnePulse_Start()
HAL_LPTIM_OnePulse_Start()
all items filtered out