Structure to hold the port and pin configuration for I2C.
This structure defines the configuration parameters for the I2C pins, including the port, pin, mux, and pad settings for both SDA and SCL lines.
Public Attributes#
uint8_t
I2C SDA GPIO port.
uint8_t
I2C SDA GPIO pin.
uint8_t
I2C SDA GPIO mux.
uint8_t
I2C SDA GPIO pad.
uint8_t
I2C SCL GPIO port.
uint8_t
I2C SCL GPIO pin.
uint8_t
I2C SCL GPIO mux.
uint8_t
I2C SCL GPIO pad.
uint8_t
I2C instance.