STM32F439xx HAL User Manual
Functions
I2S Peripheral Control and State functions
I2S Exported Functions

Peripheral State functions. More...

Functions

HAL_I2S_StateTypeDef HAL_I2S_GetState (I2S_HandleTypeDef *hi2s)
 Return the I2S state.
uint32_t HAL_I2S_GetError (I2S_HandleTypeDef *hi2s)
 Return the I2S error code.

Detailed Description

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.


Function Documentation

uint32_t HAL_I2S_GetError ( I2S_HandleTypeDef hi2s)

Return the I2S error code.

Parameters:
hi2spointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module
Return values:
I2SError Code

Definition at line 1282 of file stm32f4xx_hal_i2s.c.

References __I2S_HandleTypeDef::ErrorCode.

Return the I2S state.

Parameters:
hi2spointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module
Return values:
HALstate

Definition at line 1271 of file stm32f4xx_hal_i2s.c.

References __I2S_HandleTypeDef::State.