app_i2s_params_t Struct Reference

I2S parameters structure definition. More...

#include <app_i2s.h>

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_mode_t use_mode
 I2S operate mode. More...
 
i2s_init_t init
 I2S communication parameters. More...
 

Detailed Description

I2S parameters structure definition.

Definition at line 146 of file app_i2s.h.

Member Data Documentation

◆ id

app_i2s_id_t app_i2s_params_t::id

specified I2S module ID.


Definition at line 148 of file app_i2s.h.

◆ init

i2s_init_t app_i2s_params_t::init

I2S communication parameters.


Definition at line 151 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 149 of file app_i2s.h.

◆ use_mode

app_i2s_mode_t app_i2s_params_t::use_mode

I2S operate mode.


Definition at line 150 of file app_i2s.h.


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