I2C event structure definition. More...
#include <app_i2c.h>
Public Attributes | |
| app_i2c_evt_type_t | type |
| Type of event. More... | |
| union { | |
| uint32_t error_code | |
| I2C Error code . More... | |
| uint16_t size | |
| I2C transmitted/received counter. More... | |
| } | data |
| I2C data. More... | |
| union { ... } app_i2c_evt_t::data |
I2C data.
| uint16_t app_i2c_evt_t::size |
| app_i2c_evt_type_t app_i2c_evt_t::type |