Defines the configuration structure for I2C slave Implements: i2c_slave_t_Class. More...
#include <platform/pal/i2c/inc/i2c_pal.h>
Data Fields | |
uint16_t | slaveAddress |
bool | is10bitAddr |
bool | slaveListening |
i2c_operating_mode_t | operatingMode |
i2c_pal_transfer_type_t | transferType |
uint8_t | dmaChannel |
i2c_slave_callback_t | callback |
void * | callbackParam |
Defines the configuration structure for I2C slave Implements: i2c_slave_t_Class.
i2c_slave_callback_t callback |
void* callbackParam |
uint8_t dmaChannel |
i2c_operating_mode_t operatingMode |
bool slaveListening |
i2c_pal_transfer_type_t transferType |