CMSIS-Driver  Version 2.00
Peripheral Interface for Middleware and Application Code
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
I2C Bus Speed Controls

Specify bus speed settings. More...

Macros

#define ARM_I2C_BUS_SPEED_STANDARD   (0x01)
 Standard Speed (100kHz)
 
#define ARM_I2C_BUS_SPEED_FAST   (0x02)
 Fast Speed (400kHz)
 
#define ARM_I2C_BUS_SPEED_FAST_PLUS   (0x03)
 Fast+ Speed ( 1MHz)
 
#define ARM_I2C_BUS_SPEED_HIGH   (0x04)
 High Speed (3.4MHz)
 

Description

Specify bus speed settings.

Macro Definition Documentation

#define ARM_I2C_BUS_SPEED_FAST   (0x02)

Fast Speed (400kHz)

See Also
ARM_I2C_Control
#define ARM_I2C_BUS_SPEED_FAST_PLUS   (0x03)

Fast+ Speed ( 1MHz)

See Also
ARM_I2C_Control
#define ARM_I2C_BUS_SPEED_HIGH   (0x04)

High Speed (3.4MHz)

See Also
ARM_I2C_Control
#define ARM_I2C_BUS_SPEED_STANDARD   (0x01)

Standard Speed (100kHz)

See Also
ARM_I2C_Control