app_i2s_mode_t Struct Reference

I2S operate mode Enumerations definition. More...

#include <app_i2s.h>

Public Attributes

app_i2s_type_t type
 Specifies the operation mode of I2S. More...
 
dma_channel_t tx_dma_channel
 Specifies the dma channel of I2S TX. More...
 
dma_channel_t rx_dma_channel
 Specifies the dma channel of I2S RX. More...
 

Detailed Description

I2S operate mode Enumerations definition.

Definition at line 136 of file app_i2s.h.

Member Data Documentation

◆ rx_dma_channel

dma_channel_t app_i2s_mode_t::rx_dma_channel

Specifies the dma channel of I2S RX.

Definition at line 140 of file app_i2s.h.

◆ tx_dma_channel

dma_channel_t app_i2s_mode_t::tx_dma_channel

Specifies the dma channel of I2S TX.

Definition at line 139 of file app_i2s.h.

◆ type

app_i2s_type_t app_i2s_mode_t::type

Specifies the operation mode of I2S.

Definition at line 138 of file app_i2s.h.


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