app_i2s_evt_t Struct Reference

I2S event structure definition. More...

#include <app_i2s.h>

Data Fields

app_i2s_evt_type_t type
 
union {
   uint32_t   error_code
 
   uint16_t   size
 
data
 

Detailed Description

I2S event structure definition.

Field Documentation

◆ data

union { ... } app_i2s_evt_t::data

I2S data.

◆ error_code

uint32_t app_i2s_evt_t::error_code

I2S Error code .

◆ size

uint16_t app_i2s_evt_t::size

I2S transmitted/received counter.

◆ type

app_i2s_evt_type_t app_i2s_evt_t::type

Type of event.


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