STM32F4xx_HAL_Driver  1.8.3
LPTIM Private Functions
+ Collaboration diagram for LPTIM Private Functions:

Functions

void LPTIM_Disable (LPTIM_HandleTypeDef *hlptim)
 Disable LPTIM HW instance. More...
 

Detailed Description

Function Documentation

◆ LPTIM_Disable()

void LPTIM_Disable ( LPTIM_HandleTypeDef hlptim)

Disable LPTIM HW instance.

Parameters
hlptimpointer to a LPTIM_HandleTypeDef structure that contains the configuration information for LPTIM module.
Note
The following sequence is required to solve LPTIM disable HW limitation. Please check Errata Sheet ES0335 for more details under "MCU may remain stuck in LPTIM interrupt when entering Stop mode" section.
Return values
None

Definition at line 2355 of file stm32f4xx_hal_lptim.c.