I2C Send Stop

group x3d_I2C_send_stop

Defines

I2C_STOP_ENABLE BIT9

I2C stop will be issued.

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.