OPTIGA™ Trust M
Host Library Documentation
pal_i2c Struct Reference

PAL I2C context structure. More...

#include <pal_i2c.h>

Data Fields

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...
 

Detailed Description

PAL I2C context structure.

Definition at line 56 of file pal_i2c.h.

Field Documentation

◆ p_i2c_hw_config

void* pal_i2c::p_i2c_hw_config

Pointer to I2C master platform specific context.

Definition at line 59 of file pal_i2c.h.

◆ p_upper_layer_ctx

void* pal_i2c::p_upper_layer_ctx

Pointer to store the callers context information.

Definition at line 63 of file pal_i2c.h.

◆ slave_address

uint8_t pal_i2c::slave_address

I2C slave address.

Definition at line 61 of file pal_i2c.h.

◆ upper_layer_event_handler

void* pal_i2c::upper_layer_event_handler

Pointer to store the callers handler.

Definition at line 65 of file pal_i2c.h.