PAL I2C context structure. More...
#include <pal_i2c.h>
Public Attributes | |
void * | p_i2c_hw_config |
Pointer to I2C master platform specific context. More... | |
uint8_t | slave_address |
I2C slave address. More... | |
void * | p_upper_layer_ctx |
Pointer to store the callers context information. More... | |
void * | upper_layer_event_handler |
Pointer to store the callers handler. More... | |
PAL I2C context structure.
void* pal_i2c::p_i2c_hw_config |
Pointer to I2C master platform specific context.
void* pal_i2c::p_upper_layer_ctx |
Pointer to store the callers context information.
uint8_t pal_i2c::slave_address |
I2C slave address.
void* pal_i2c::upper_layer_event_handler |
Pointer to store the callers handler.