SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
sunxi_i2c_gpio_t Struct Reference

Structure representing the GPIO configuration for I2C. More...

#include <sys-i2c.h>

Collaboration diagram for sunxi_i2c_gpio_t:
Collaboration graph
[legend]

Public Attributes

gpio_mux_t gpio_scl
 GPIO configuration for the SCL line.
 
gpio_mux_t gpio_sda
 GPIO configuration for the SDA line.
 

Detailed Description

Structure representing the GPIO configuration for I2C.

This structure holds the GPIO multiplexing configurations for the SCL (Serial Clock Line) and SDA (Serial Data Line) used in the I2C interface.

Member Data Documentation

◆ gpio_scl

gpio_mux_t sunxi_i2c_gpio_t::gpio_scl

GPIO configuration for the SCL line.

◆ gpio_sda

gpio_mux_t sunxi_i2c_gpio_t::gpio_sda

GPIO configuration for the SDA line.


The documentation for this struct was generated from the following file: