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