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 methods
[SWPMI Exported Functions]
Initialization and Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_SWPMI_Init (SWPMI_HandleTypeDef *hswpmi) |
Initialize the SWPMI peripheral according to the specified parameters in the SWPMI_InitTypeDef. | |
HAL_StatusTypeDef | HAL_SWPMI_DeInit (SWPMI_HandleTypeDef *hswpmi) |
De-initialize the SWPMI peripheral. | |
__weak void | HAL_SWPMI_MspInit (SWPMI_HandleTypeDef *hswpmi) |
Initialize the SWPMI MSP. | |
__weak void | HAL_SWPMI_MspDeInit (SWPMI_HandleTypeDef *hswpmi) |
DeInitialize the SWPMI MSP. |
Detailed Description
Initialization and Configuration functions.
=============================================================================== ##### Initialization and Configuration functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Initialize and configure the SWPMI peripheral. (+) De-initialize the SWPMI peripheral.
Function Documentation
HAL_StatusTypeDef HAL_SWPMI_DeInit | ( | SWPMI_HandleTypeDef * | hswpmi ) |
De-initialize the SWPMI peripheral.
- Parameters:
-
hswpmi,: SWPMI handle
- Return values:
-
HAL status
Definition at line 219 of file stm32l4xx_hal_swpmi.c.
HAL_StatusTypeDef HAL_SWPMI_Init | ( | SWPMI_HandleTypeDef * | hswpmi ) |
Initialize the SWPMI peripheral according to the specified parameters in the SWPMI_InitTypeDef.
- Parameters:
-
hswpmi,: SWPMI handle
- Return values:
-
HAL status
Definition at line 145 of file stm32l4xx_hal_swpmi.c.
__weak void HAL_SWPMI_MspDeInit | ( | SWPMI_HandleTypeDef * | hswpmi ) |
DeInitialize the SWPMI MSP.
- Parameters:
-
hswpmi,: SWPMI handle
- Return values:
-
None
Definition at line 272 of file stm32l4xx_hal_swpmi.c.
__weak void HAL_SWPMI_MspInit | ( | SWPMI_HandleTypeDef * | hswpmi ) |
Initialize the SWPMI MSP.
- Parameters:
-
hswpmi,: SWPMI handle
- Return values:
-
None
Definition at line 257 of file stm32l4xx_hal_swpmi.c.
Generated on Tue Jul 12 2022 17:38:54 by
