Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
i2c_desc Struct Reference
Structure holding I2C descriptor. More...
#include <i2c.h>
Data Fields | |
| uint32_t | max_speed_hz |
| I2C maximum transfer speed supported. | |
| uint8_t | slave_address |
| Slave address. | |
| struct i2c_platform_ops * | platform_ops |
| I2C platform specific functions. | |
| void * | extra |
| I2C extra parameters (device specific parameters) | |
Detailed Description
Structure holding I2C descriptor.
Definition at line 79 of file i2c.h.
Field Documentation
| uint32_t max_speed_hz |
| struct i2c_platform_ops* platform_ops |
| uint8_t slave_address |
Generated on Wed Jul 20 2022 16:03:28 by
1.7.2