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
Peripheral Control methods
[SWPMI Exported Functions]
SWPMI control functions. More...
Functions | |
HAL_SWPMI_StateTypeDef | HAL_SWPMI_GetState (SWPMI_HandleTypeDef *hswpmi) |
Return the SWPMI handle state. | |
uint32_t | HAL_SWPMI_GetError (SWPMI_HandleTypeDef *hswpmi) |
Return the SWPMI error code. |
Detailed Description
SWPMI control functions.
=============================================================================== ##### Peripheral Control methods ##### =============================================================================== [..] This subsection provides a set of functions allowing to control the SWPMI. (+) HAL_SWPMI_GetState() API is helpful to check in run-time the state of the SWPMI peripheral (+) HAL_SWPMI_GetError() API is helpful to check in run-time the error state of the SWPMI peripheral
Function Documentation
uint32_t HAL_SWPMI_GetError | ( | SWPMI_HandleTypeDef * | hswpmi ) |
Return the SWPMI error code.
- Parameters:
-
hswpmi : pointer to a SWPMI_HandleTypeDef structure that contains the configuration information for the specified SWPMI.
- Return values:
-
SWPMI Error Code
Definition at line 1118 of file stm32l4xx_hal_swpmi.c.
HAL_SWPMI_StateTypeDef HAL_SWPMI_GetState | ( | SWPMI_HandleTypeDef * | hswpmi ) |
Return the SWPMI handle state.
- Parameters:
-
hswpmi,: SWPMI handle
- Return values:
-
HAL state
Definition at line 1106 of file stm32l4xx_hal_swpmi.c.
Generated on Tue Jul 12 2022 17:38:54 by
