I2S event structure definition. More...
#include <app_i2s.h>
Public Attributes | |
app_i2s_evt_type_t | type |
Type of event. More... | |
union { | |
uint32_t error_code | |
I2S Error code . More... | |
uint16_t size | |
I2S transmitted/received counter. More... | |
} | data |
Data of event. More... | |
union { ... } app_i2s_evt_t::data |
Data of event.
uint16_t app_i2s_evt_t::size |
app_i2s_evt_type_t app_i2s_evt_t::type |