+ Collaboration diagram for HAL I2S state:

Enumerations

enum  hal_i2s_state_t {
  HAL_I2S_STATE_RESET = 0x00, HAL_I2S_STATE_READY = 0x01, HAL_I2S_STATE_BUSY = 0x02, HAL_I2S_STATE_BUSY_TX = 0x12,
  HAL_I2S_STATE_BUSY_RX = 0x22, HAL_I2S_STATE_BUSY_TX_RX = 0x32, HAL_I2S_STATE_ABORT = 0x08, HAL_I2S_STATE_ERROR = 0x04
}
 HAL I2S State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_i2s_state_t

HAL I2S State Enumerations definition.

Enumerator
HAL_I2S_STATE_RESET 

Peripheral not initialized

HAL_I2S_STATE_READY 

Peripheral initialized and ready for use

HAL_I2S_STATE_BUSY 

An internal process is ongoing

HAL_I2S_STATE_BUSY_TX 

Data Transmission process is ongoing

HAL_I2S_STATE_BUSY_RX 

Data Reception process is ongoing

HAL_I2S_STATE_BUSY_TX_RX 

Data Transmission and Reception process is ongoing

HAL_I2S_STATE_ABORT 

Peripheral with abort request ongoing

HAL_I2S_STATE_ERROR 

Peripheral in error

Definition at line 75 of file gr55xx_hal_i2s.h.