app_i2s_evt_t Struct Reference

I2S event structure definition. More...

#include <app_i2s.h>

Public Attributes

app_i2s_evt_type_t type
 
union {
   uint32_t   error_code
 
   uint16_t   size
 
data
 

Detailed Description

I2S event structure definition.

Definition at line 136 of file app_i2s.h.

Member Data Documentation

◆ data

union { ... } app_i2s_evt_t::data

Data of event.

◆ error_code

uint32_t app_i2s_evt_t::error_code

I2S Error code .

Definition at line 141 of file app_i2s.h.

◆ size

uint16_t app_i2s_evt_t::size

I2S transmitted/received counter.

Definition at line 142 of file app_i2s.h.

◆ type

app_i2s_evt_type_t app_i2s_evt_t::type

Type of event.

Definition at line 138 of file app_i2s.h.


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