app_i2s_params_t Struct Reference

I2S parameters structure definition. More...

#include <app_i2s.h>

+ Collaboration diagram for app_i2s_params_t:

Public Attributes

app_i2s_id_t id
 specified I2S module ID. More...
 
app_i2s_pin_cfg_t pin_cfg
 the pin configuration information for the specified I2S module. More...
 
app_i2s_dma_cfg_t dma_cfg
 I2S operate mode Enumerations definition. More...
 
i2s_init_t init
 I2S communication parameters. More...
 
i2s_env_t i2s_env
 I2S device structure definition. More...
 

Detailed Description

I2S parameters structure definition.

Definition at line 188 of file app_i2s.h.

Member Data Documentation

◆ dma_cfg

app_i2s_dma_cfg_t app_i2s_params_t::dma_cfg

I2S operate mode Enumerations definition.


Definition at line 192 of file app_i2s.h.

◆ i2s_env

i2s_env_t app_i2s_params_t::i2s_env

I2S device structure definition.


Definition at line 194 of file app_i2s.h.

◆ id

app_i2s_id_t app_i2s_params_t::id

specified I2S module ID.


Definition at line 190 of file app_i2s.h.

◆ init

i2s_init_t app_i2s_params_t::init

I2S communication parameters.


Definition at line 193 of file app_i2s.h.

◆ pin_cfg

app_i2s_pin_cfg_t app_i2s_params_t::pin_cfg

the pin configuration information for the specified I2S module.

Definition at line 191 of file app_i2s.h.


The documentation for this struct was generated from the following file: