OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
pal_ifx_i2c_config.h
Go to the documentation of this file.
1 
38 #ifndef _PAL_IFX_I2C_CONFIG_H_
39 #define _PAL_IFX_I2C_CONFIG_H_
40 
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 
45 #include "pal.h"
46 #include "pal_i2c.h"
47 #include "pal_gpio.h"
48 #include "pal_os_datastore.h"
49 
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif /* _PAL_IFX_I2C_CONFIG_H_ */
59 
This file provides the prototype declarations of platform abstraction layer.
pal_gpio_t optiga_reset_0
Definition: pal_ifx_i2c_config_arduino.cpp:62
pal_i2c_t optiga_pal_i2c_context_0
Definition: pal_ifx_i2c_config_arduino.cpp:44
Structure defines the PAL GPIO configuration.
Definition: pal_gpio.h:51
PAL I2C context structure.
Definition: pal_i2c.h:56
This file provides the prototype declarations of PAL I2C.
This file provides API prototypes of platform abstraction layer for datastore operations.
pal_gpio_t optiga_vdd_0
Definition: pal_ifx_i2c_config_arduino.cpp:56
This file provides the prototype declarations of PAL GPIO.