i2c_pal_mapping.h File Reference
#include "device_registers.h"
#include "i2c_pal_cfg.h"

Go to the source code of this file.

Data Structures

struct  i2c_instance_t
 Structure storing PAL instance information. More...
 

Enumerations

enum  i2c_inst_type_t { I2C_INST_TYPE_LPI2C = 0u, I2C_INST_TYPE_FLEXIO = 1u }
 Enumeration with the types of peripherals supported by I2C PAL. More...
 

Enumeration Type Documentation

Enumeration with the types of peripherals supported by I2C PAL.

This enumeration contains the types of peripherals supported by I2C PAL. Implements : i2c_inst_type_t_Class

Enumerator
I2C_INST_TYPE_LPI2C 
I2C_INST_TYPE_FLEXIO 

Definition at line 59 of file i2c_pal_mapping.h.