RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Structures | Typedefs | Enumerations

Data Structures

struct  I2S_InitTypeDef
 I2S Init structure definition. More...
 
struct  __I2S_HandleTypeDef
 I2S handle Structure definition. More...
 

Typedefs

typedef struct __I2S_HandleTypeDef I2S_HandleTypeDef
 I2S handle Structure definition.
 

Enumerations

enum  HAL_I2S_StateTypeDef {
  HAL_I2S_STATE_RESET = 0x00UL , HAL_I2S_STATE_READY = 0x01UL , HAL_I2S_STATE_BUSY = 0x02UL , HAL_I2S_STATE_BUSY_TX = 0x03UL ,
  HAL_I2S_STATE_BUSY_RX = 0x04UL , HAL_I2S_STATE_BUSY_TX_RX = 0x05UL , HAL_I2S_STATE_TIMEOUT = 0x06UL , HAL_I2S_STATE_ERROR = 0x07UL
}
 HAL State structures definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ HAL_I2S_StateTypeDef

HAL State structures definition.

Enumerator
HAL_I2S_STATE_RESET 

I2S not yet initialized or disabled

HAL_I2S_STATE_READY 

I2S initialized and ready for use

HAL_I2S_STATE_BUSY 

I2S 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_TIMEOUT 

I2S timeout state

HAL_I2S_STATE_ERROR 

I2S error state