|
HAL_StatusTypeDef | HAL_I2S_Transmit (I2S_HandleTypeDef *hi2s, uint16_t *pData, uint16_t Size, uint32_t Timeout) |
|
HAL_StatusTypeDef | HAL_I2S_Receive (I2S_HandleTypeDef *hi2s, uint16_t *pData, uint16_t Size, uint32_t Timeout) |
|
HAL_StatusTypeDef | HAL_I2S_Transmit_IT (I2S_HandleTypeDef *hi2s, uint16_t *pData, uint16_t Size) |
|
HAL_StatusTypeDef | HAL_I2S_Receive_IT (I2S_HandleTypeDef *hi2s, uint16_t *pData, uint16_t Size) |
|
void | HAL_I2S_IRQHandler (I2S_HandleTypeDef *hi2s) |
|
HAL_StatusTypeDef | HAL_I2S_Transmit_DMA (I2S_HandleTypeDef *hi2s, uint16_t *pData, uint16_t Size) |
|
HAL_StatusTypeDef | HAL_I2S_Receive_DMA (I2S_HandleTypeDef *hi2s, uint16_t *pData, uint16_t Size) |
|
HAL_StatusTypeDef | HAL_I2S_DMAPause (I2S_HandleTypeDef *hi2s) |
|
HAL_StatusTypeDef | HAL_I2S_DMAResume (I2S_HandleTypeDef *hi2s) |
|
HAL_StatusTypeDef | HAL_I2S_DMAStop (I2S_HandleTypeDef *hi2s) |
|
void | HAL_I2S_TxHalfCpltCallback (I2S_HandleTypeDef *hi2s) |
|
void | HAL_I2S_TxCpltCallback (I2S_HandleTypeDef *hi2s) |
|
void | HAL_I2S_RxHalfCpltCallback (I2S_HandleTypeDef *hi2s) |
|
void | HAL_I2S_RxCpltCallback (I2S_HandleTypeDef *hi2s) |
|
void | HAL_I2S_ErrorCallback (I2S_HandleTypeDef *hi2s) |
|