STM32H735xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
HAL_I2S_StateTypeDef | HAL_I2S_GetState (I2S_HandleTypeDef *hi2s) |
Return the I2S state. | |
uint32_t | HAL_I2S_GetError (I2S_HandleTypeDef *hi2s) |
Return the I2S 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_I2S_GetError | ( | I2S_HandleTypeDef * | hi2s | ) |
Return the I2S error code.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
I2S | Error Code |
Definition at line 2118 of file stm32h7xx_hal_i2s.c.
References __I2S_HandleTypeDef::ErrorCode.
Return the I2S state.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
HAL | state |
Definition at line 2107 of file stm32h7xx_hal_i2s.c.
References __I2S_HandleTypeDef::State.