STM32L443xx HAL User Manual
|
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. |
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.
uint32_t HAL_SAI_GetError | ( | SAI_HandleTypeDef * | hsai | ) |
Return the SAI error code.
hsai | pointer to a SAI_HandleTypeDef structure that contains the configuration information for the specified SAI Block. |
SAI | Error Code |
Definition at line 2173 of file stm32l4xx_hal_sai.c.
References __SAI_HandleTypeDef::ErrorCode.
Return the SAI handle state.
hsai | pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module. |
HAL | state |
Definition at line 2162 of file stm32l4xx_hal_sai.c.
References __SAI_HandleTypeDef::State.