Searched refs:AOS_I2C_XF_SEQ_TAIL (Results 1 – 2 of 2) sorted by relevance
16 #define AOS_I2C_XF_SEQ_TAIL ((uint32_t)0x1 << 3) macro
54 i2c->x.flags |= (msg_tail && i + 1 == num_msgs) ? AOS_I2C_XF_SEQ_TAIL : 0; in transfer_sequence()
Completed in 4 milliseconds