app_i2s_pin_t Struct Reference

I2S IO Structures. More...

#include <app_i2s.h>

Data Fields

app_io_type_t type
 
app_io_mux_t mux
 
uint32_t pin
 
app_io_pull_t pull
 

Detailed Description

I2S IO Structures.

Field Documentation

◆ mux

app_io_mux_t app_i2s_pin_t::mux

Specifies the Peripheral to be connected to the selected pins.

◆ pin

uint32_t app_i2s_pin_t::pin

Specifies the IO pins to be configured. This parameter can be any value of IO pins.

◆ pull

app_io_pull_t app_i2s_pin_t::pull

Specifies the Pull-up or Pull-Down activation for the selected pins.

◆ type

app_io_type_t app_i2s_pin_t::type

Specifies the type of I2S IO.


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