Peripheral State functions.
More...
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.
◆ HAL_I2S_GetError()
Return the I2S error code.
- Parameters
-
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
- Return values
-
Definition at line 1781 of file stm32f4xx_hal_i2s.c.
◆ HAL_I2S_GetState()
Return the I2S state.
- Parameters
-
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
- Return values
-
Definition at line 1770 of file stm32f4xx_hal_i2s.c.