Lines Matching +full:0 +full:x49
16 #define SC18IM704_CMD_STOP 0x50
17 #define SC18IM704_CMD_I2C_START 0x53
18 #define SC18IM704_CMD_READ_REG 0x52
19 #define SC18IM704_CMD_WRITE_REG 0x57
20 #define SC18IM704_CMD_READ_GPIO 0x49
21 #define SC18IM704_CMD_WRITE_GPIO 0x4f
22 #define SC18IM704_CMD_POWER_DOWN 0x5a
24 #define SC18IM704_REG_BRG0 0x00
25 #define SC18IM704_REG_BRG1 0x01
26 #define SC18IM704_REG_GPIO_CONF1 0x02
27 #define SC18IM704_REG_GPIO_CONF2 0x03
28 #define SC18IM704_REG_GPIO_STATE 0x04
29 #define SC18IM704_REG_I2C_ADDR 0x06
30 #define SC18IM704_REG_I2C_CLK_L 0x07
31 #define SC18IM704_REG_I2C_CLK_H 0x08
32 #define SC18IM704_REG_I2C_TIMEOUT 0x09
33 #define SC18IM704_REG_I2C_STAT 0x0a
35 #define SC18IM704_I2C_STAT_OK 0xf0
36 #define SC18IM704_I2C_STAT_NACK_ADDR 0xf1
37 #define SC18IM704_I2C_STAT_NACK_DATA 0xf2
38 #define SC18IM704_I2C_STAT_TIMEOUT 0xf8
48 * @retval 0 Device claimed.
60 * @retval 0 Device claim to release.
75 * @retval 0 If successful.