|
STM32F4xx_HAL_Driver
1.8.3
|
Initialization and Configuration functions. More...
Collaboration diagram for Initialization/de-initialization functions:Functions | |
| HAL_StatusTypeDef | HAL_LPTIM_Init (LPTIM_HandleTypeDef *hlptim) |
| Initialize the LPTIM according to the specified parameters in the LPTIM_InitTypeDef and initialize the associated handle. More... | |
| HAL_StatusTypeDef | HAL_LPTIM_DeInit (LPTIM_HandleTypeDef *hlptim) |
| DeInitialize the LPTIM peripheral. More... | |
| void | HAL_LPTIM_MspInit (LPTIM_HandleTypeDef *hlptim) |
| Initialize the LPTIM MSP. More... | |
| void | HAL_LPTIM_MspDeInit (LPTIM_HandleTypeDef *hlptim) |
| DeInitialize LPTIM MSP. More... | |
Initialization and Configuration functions.
==============================================================================
##### Initialization and de-initialization functions #####
==============================================================================
[..] This section provides functions allowing to:
(+) Initialize the LPTIM according to the specified parameters in the
LPTIM_InitTypeDef and initialize the associated handle.
(+) DeInitialize the LPTIM peripheral.
(+) Initialize the LPTIM MSP.
(+) DeInitialize the LPTIM MSP. | HAL_StatusTypeDef HAL_LPTIM_DeInit | ( | LPTIM_HandleTypeDef * | hlptim | ) |
DeInitialize the LPTIM peripheral.
| hlptim | LPTIM handle |
| HAL | status |
Definition at line 341 of file stm32f4xx_hal_lptim.c.
| HAL_StatusTypeDef HAL_LPTIM_Init | ( | LPTIM_HandleTypeDef * | hlptim | ) |
Initialize the LPTIM according to the specified parameters in the LPTIM_InitTypeDef and initialize the associated handle.
| hlptim | LPTIM handle |
| HAL | status |
Definition at line 220 of file stm32f4xx_hal_lptim.c.
| __weak void HAL_LPTIM_MspDeInit | ( | LPTIM_HandleTypeDef * | hlptim | ) |
DeInitialize LPTIM MSP.
| hlptim | LPTIM handle |
| None |
Definition at line 403 of file stm32f4xx_hal_lptim.c.
| __weak void HAL_LPTIM_MspInit | ( | LPTIM_HandleTypeDef * | hlptim | ) |
Initialize the LPTIM MSP.
| hlptim | LPTIM handle |
| None |
Definition at line 388 of file stm32f4xx_hal_lptim.c.