HAL_I2S_DMAPause
HAL_StatusTypeDef HAL_I2S_DMAPause
(I2S_HandleTypeDef * hi2s)
Pauses the audio stream playing from the Media.
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module
HAL_I2S_DMAResume
HAL_StatusTypeDef HAL_I2S_DMAResume
(I2S_HandleTypeDef * hi2s)
Resumes the audio stream playing from the Media.
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module
HAL_I2S_DMAStop
HAL_StatusTypeDef HAL_I2S_DMAStop (I2S_HandleTypeDef
* hi2s)
Resumes the audio stream playing from the Media.
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module
HAL_I2S_GetState
HAL_I2S_StateTypeDef HAL_I2S_GetState
(I2S_HandleTypeDef * hi2s)
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module
HAL_I2S_GetError
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