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 |
I2S event structure definition.
| union { ... } app_i2s_evt_t::data |
I2S data.
| uint32_t app_i2s_evt_t::error_code |
I2S Error code .
| uint16_t app_i2s_evt_t::size |
I2S transmitted/received counter.
| app_i2s_evt_type_t app_i2s_evt_t::type |
Type of event.