Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Initialization/de-initialization functions
[LPTIM Exported Functions]
Initialization and Configuration functions. More...
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. | |
HAL_StatusTypeDef | HAL_LPTIM_DeInit (LPTIM_HandleTypeDef *hlptim) |
DeInitialize the LPTIM peripheral. | |
__weak void | HAL_LPTIM_MspInit (LPTIM_HandleTypeDef *hlptim) |
Initialize the LPTIM MSP. | |
__weak void | HAL_LPTIM_MspDeInit (LPTIM_HandleTypeDef *hlptim) |
DeInitialize LPTIM MSP. |
Detailed Description
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.
Function Documentation
HAL_StatusTypeDef HAL_LPTIM_DeInit | ( | LPTIM_HandleTypeDef * | hlptim ) |
DeInitialize the LPTIM peripheral.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
HAL status
Definition at line 287 of file stm32l4xx_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.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
HAL status
Definition at line 174 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_MspDeInit | ( | LPTIM_HandleTypeDef * | hlptim ) |
DeInitialize LPTIM MSP.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
None
Definition at line 334 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_MspInit | ( | LPTIM_HandleTypeDef * | hlptim ) |
Initialize the LPTIM MSP.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
None
Definition at line 319 of file stm32l4xx_hal_lptim.c.
Generated on Tue Jul 12 2022 17:38:53 by
