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.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
i2c_t Struct Reference
[Hal]
Asynch I2C HAL structure. More...
#include <i2c_api.h>
Data Fields | |
| struct i2c_s | i2c |
| Target specific I2C structure. | |
| struct buffer_s | tx_buff |
| Tx buffer. | |
| struct buffer_s | rx_buff |
| Rx buffer. | |
Detailed Description
Asynch I2C HAL structure.
Definition at line 48 of file cmsis/BUILD/mbed/hal/i2c_api.h.
Field Documentation
| struct i2c_s i2c |
Target specific I2C structure.
Definition at line 49 of file cmsis/BUILD/mbed/hal/i2c_api.h.
Rx buffer.
Definition at line 51 of file cmsis/BUILD/mbed/hal/i2c_api.h.
Tx buffer.
Definition at line 50 of file cmsis/BUILD/mbed/hal/i2c_api.h.
Generated on Tue Jul 12 2022 20:41:17 by
1.7.2


