Functions | |
| HAL_I2S_StateTypeDef | HAL_I2S_GetState (I2S_HandleTypeDef *hi2s) |
| Return the I2S state. More... | |
| uint32_t | HAL_I2S_GetError (I2S_HandleTypeDef *hi2s) |
| Return the I2S error code. More... | |
| 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 |
| HAL_I2S_StateTypeDef HAL_I2S_GetState | ( | I2S_HandleTypeDef * | hi2s | ) |
Return the I2S state.
| hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
| HAL | state |