思澈科技软件开发工具包  2.20
I2S Exported Types

Data Structures

struct  CLK_DIV_T
 I2S bclk lrck divder table structure definition. More...
 
struct  I2S_CFG_T
 I2S bus configure structure definition. More...
 
struct  I2S_InitTypeDef
 I2S Init structure definition. More...
 
struct  I2S_HandleTypeDef
 I2S handle Structure definition. More...
 

Enumerations

enum  HAL_I2S_StateTypeDef {
  HAL_I2S_STATE_RESET = 0x00U,
  HAL_I2S_STATE_READY = 0x01U,
  HAL_I2S_STATE_BUSY = 0x02U,
  HAL_I2S_STATE_BUSY_TX = 0x04U,
  HAL_I2S_STATE_BUSY_RX = 0x08U,
  HAL_I2S_STATE_PAUSE = 0x16U,
  HAL_I2S_STATE_ERROR = 0x32U
}
 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_PAUSE 

I2S pause state: used in case of DMA

HAL_I2S_STATE_ERROR 

I2S error state