app_i2s_pin_cfg_t Struct Reference

I2S pins config Structures. More...

#include <app_i2s.h>

Public Attributes

app_i2s_pin_t ws
 
app_i2s_pin_t sdo
 
app_i2s_pin_t sdi
 
app_i2s_pin_t sclk
 

Detailed Description

I2S pins config Structures.

Definition at line 114 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 119 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 118 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 117 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 116 of file app_i2s.h.


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