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 State functions
[SAI Exported Functions]
Peripheral State functions. More...
Functions | |
HAL_SAI_StateTypeDef | HAL_SAI_GetState (SAI_HandleTypeDef *hsai) |
Return the SAI handle state. | |
uint32_t | HAL_SAI_GetError (SAI_HandleTypeDef *hsai) |
Return the SAI error code. |
Detailed Description
Peripheral State functions.
=============================================================================== ##### Peripheral State and Errors functions ##### =============================================================================== [..] This subsection permits to get in run-time the status of the peripheral and the data flow.
Function Documentation
uint32_t HAL_SAI_GetError | ( | SAI_HandleTypeDef * | hsai ) |
Return the SAI error code.
- Parameters:
-
hsai,: pointer to a SAI_HandleTypeDef structure that contains the configuration information for the specified SAI Block.
- Return values:
-
SAI Error Code
Definition at line 1630 of file stm32l4xx_hal_sai.c.
HAL_SAI_StateTypeDef HAL_SAI_GetState | ( | SAI_HandleTypeDef * | hsai ) |
Return the SAI handle state.
- Parameters:
-
hsai,: pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.
- Return values:
-
HAL state
Definition at line 1619 of file stm32l4xx_hal_sai.c.
Generated on Tue Jul 12 2022 17:38:54 by
