TMS320F28335 Library  1.0
Documentation
_I2CInterface Struct Reference

I2C Interface: Assign GPIOs to I2C module. More...

#include <i2c.h>

Data Fields

Uint16 sda
 I2C-SDA-GPIO (GPIO32) More...
 
Uint16 scl
 I2C-SCL-GPIO (GPIO33) More...
 

Detailed Description

I2C Interface: Assign GPIOs to I2C module.


Definition at line 12 of file i2c.h.

Field Documentation

◆ scl

Uint16 scl

I2C-SCL-GPIO (GPIO33)

Definition at line 14 of file i2c.h.

◆ sda

Uint16 sda

I2C-SDA-GPIO (GPIO32)

Definition at line 13 of file i2c.h.