app_i2s_pin_cfg_t Struct Reference

I2S IO configuration Structures. More...

#include <app_i2s.h>

Public Attributes

app_i2s_pin_t ws
 Set the configuration of I2S WS pin. More...
 
app_i2s_pin_t sdo
 Set the configuration of I2S SDO pin. More...
 
app_i2s_pin_t sdi
 Set the configuration of I2S SDI pin. More...
 
app_i2s_pin_t sclk
 Set the configuration of I2S SCLK pin. More...
 

Detailed Description

I2S IO configuration Structures.

Definition at line 125 of file app_i2s.h.

Member Data Documentation

◆ sclk

app_i2s_pin_t app_i2s_pin_cfg_t::sclk

Set the configuration of I2S SCLK pin.


Definition at line 130 of file app_i2s.h.

◆ sdi

app_i2s_pin_t app_i2s_pin_cfg_t::sdi

Set the configuration of I2S SDI pin.


Definition at line 129 of file app_i2s.h.

◆ sdo

app_i2s_pin_t app_i2s_pin_cfg_t::sdo

Set the configuration of I2S SDO pin.


Definition at line 128 of file app_i2s.h.

◆ ws

app_i2s_pin_t app_i2s_pin_cfg_t::ws

Set the configuration of I2S WS pin.


Definition at line 127 of file app_i2s.h.


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