INPUT
#define INPUT(pin) (1 << (pin)) /* input bit */
#define INPUT ops->ibo_bits[I2C_BIT_INPUT] /* SDA is input */
} INPUT;