38 #ifndef _IFX_I2C_PHYSICAL_LAYER_H_ 39 #define _IFX_I2C_PHYSICAL_LAYER_H_ 137 uint8_t slave_address,
138 uint8_t storage_type);
optiga_lib_status_t ifx_i2c_pl_send_frame(ifx_i2c_context_t *p_ctx, uint8_t *p_frame, uint16_t frame_len)
Function for sending a frame.
Definition: ifx_i2c_physical_layer.c:182
optiga_lib_status_t ifx_i2c_pl_receive_frame(ifx_i2c_context_t *p_ctx)
Function for receiving a frame.
Definition: ifx_i2c_physical_layer.c:199
This file defines the structures and macros for the Infineon I2C Protocol.
optiga_lib_status_t ifx_i2c_pl_init(ifx_i2c_context_t *p_ctx, ifx_i2c_event_handler_t handler)
Function for initializing the module.
Definition: ifx_i2c_physical_layer.c:147
IFX I2C context structure.
Definition: ifx_i2c_config.h:416
optiga_lib_status_t ifx_i2c_pl_write_slave_address(ifx_i2c_context_t *p_ctx, uint8_t slave_address, uint8_t storage_type)
Function for setting slave address.
Definition: ifx_i2c_physical_layer.c:212
void(* ifx_i2c_event_handler_t)(struct ifx_i2c_context *p_ctx, optiga_lib_status_t event, const uint8_t *data, uint16_t data_len)
Event handler function prototype.
Definition: ifx_i2c_config.h:195
uint16_t optiga_lib_status_t
typedef for OPTIGA host library status
Definition: optiga_lib_types.h:97