STM32F4xx_HAL_Driver  1.8.3
Peripheral State and Errors functions

Peripheral State functions. More...

+ Collaboration diagram for Peripheral State and Errors functions:

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...
 

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

◆ HAL_I2S_GetError()

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 1781 of file stm32f4xx_hal_i2s.c.

◆ HAL_I2S_GetState()

HAL_I2S_StateTypeDef HAL_I2S_GetState ( I2S_HandleTypeDef hi2s)

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 1770 of file stm32f4xx_hal_i2s.c.