I2C Send Stop
- group x3d_I2C_send_stop
Defines
-
I2C_STOP_DISABLE 0
I2C stop will not be issued.
-
IS_I2C_STOP(CMD) (((CMD) == I2C_STOP_ENABLE) || ((CMD) == I2C_STOP_DISABLE))
Check if the input parameter is valid.
-
I2C_STOP_DISABLE 0
Defines
I2C stop will not be issued.
Check if the input parameter is valid.