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

HAL_LPTIM_PWM_Start_IT() function

Start the LPTIM PWM generation in interrupt mode.

Syntax

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

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:539
HAL_StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse)
stm32f4xx_hal_lptim.h:641
HAL_StatusTypeDef HAL_LPTIM_PWM_Start_IT(LPTIM_HandleTypeDef *hlptim, uint32_t Period, uint32_t Pulse);