I2C Clock Speed
- group x3ep_I2C_clock_speed
Defines
-
IS_I2C_CLOCK_SPEED(SPEED) (((SPEED) >= 0x01) && ((SPEED) <= 1000000))
I2C clock speed is between 1 and 1000000.
-
IS_I2C_CLOCK_SPEED(SPEED) (((SPEED) >= 0x01) && ((SPEED) <= 1000000))
Defines
I2C clock speed is between 1 and 1000000.