HAL_I2S_Receive_DMA()
HAL_I2S_DMAPause()
HAL_I2S_DMAResume()
HAL_I2S_DMAStop()
HAL_I2S_IRQHandler()
HAL_I2S_TxHalfCpltCallback()
HAL_I2S_TxCpltCallback()
HAL_I2S_RxHalfCpltCallback()
HAL_I2S_RxCpltCallback()
HAL_I2S_ErrorCallback()
HAL_I2S_GetState()
HAL_I2S_GetError()
25.2.4 Peripheral State and Errors functions
This subsection permits to get in run-time the status of the peripheral and the data flow.
This section contains the following APIs:
HAL_I2S_GetState()
HAL_I2S_GetError()
25.2.5 Detailed description of functions
HAL_I2S_Init
HAL_StatusTypeDef HAL_I2S_Init (I2S_HandleTypeDef * hi2s)
Initializes the I2S according to the specified parameters in the
I2S_InitTypeDef and create the associated handle.
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module
HAL_I2S_DeInit
HAL_StatusTypeDef HAL_I2S_DeInit (I2S_HandleTypeDef *
hi2s)
DeInitializes the I2S peripheral.
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module
HAL_I2S_MspInit
void HAL_I2S_MspInit (I2S_HandleTypeDef * hi2s)
hi2s: pointer to a I2S_HandleTypeDef structure that contains
the configuration information for I2S module