|  | CMSIS-Driver
    Version 2.6.0
    Peripheral Interface for Middleware and Application Code | 
Specify operation parameters and various controls. More...
| Macros | |
| #define | ARM_I2C_OWN_ADDRESS (0x01) | 
| Set Own Slave Address; arg = address.  More... | |
| #define | ARM_I2C_BUS_SPEED (0x02) | 
| Set Bus Speed; arg = speed.  More... | |
| #define | ARM_I2C_BUS_CLEAR (0x03) | 
| Execute Bus clear: send nine clock pulses.  More... | |
| #define | ARM_I2C_ABORT_TRANSFER (0x04) | 
| Abort Master/Slave Transmit/Receive.  More... | |
Specify operation parameters and various controls.
| #define ARM_I2C_OWN_ADDRESS (0x01) | 
Set Own Slave Address; arg = address.
| #define ARM_I2C_BUS_SPEED (0x02) | 
Set Bus Speed; arg = speed.
Speed is specified using the following values: I2C Bus Speed
| #define ARM_I2C_BUS_CLEAR (0x03) | 
Execute Bus clear: send nine clock pulses.
| #define ARM_I2C_ABORT_TRANSFER (0x04) | 
Abort Master/Slave Transmit/Receive.