Searched defs:I2C_CMD_STOP (Results 1 – 3 of 3) sorted by relevance
102 #define I2C_CMD_STOP (((uint32_t)(((uint32_t)(0x2)) << I2C_CMD_SHIFT)) & I2C_CMD_MASK) // 0x20 macro
152 #define I2C_CMD_STOP (0x1UL << 1) /**< Send stop condition … macro
Completed in 17 milliseconds