Quentin Roche / ST_I2S

Dependents:   X_NUCLEO_CCA02M1

Fork of ST_I2S by ST

Embed: (wiki syntax)

« Back to documentation index

i2s_t Struct Reference

i2s_t Struct Reference

Asynch I2S HAL structure. More...

#include <stm_i2s_api.h>

Data Fields

struct i2s_s i2s
 Target specific I2S structure.
struct dma_s dma
 Target specific DMA structure.
struct buffer_s tx_buff
 Tx buffer.
struct buffer_s rx_buff
 Rx buffer.

Detailed Description

Asynch I2S HAL structure.

Definition at line 55 of file stm_i2s_api.h.


Field Documentation

struct dma_s dma

Target specific DMA structure.

Definition at line 57 of file stm_i2s_api.h.

struct i2s_s i2s

Target specific I2S structure.

Definition at line 56 of file stm_i2s_api.h.

struct buffer_s rx_buff

Rx buffer.

Definition at line 59 of file stm_i2s_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 58 of file stm_i2s_api.h.