Home
last modified time | relevance | path

Searched refs:AOS_I2C_XF_BUF_IDX (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c.c50 i2c->x.flags = (j & 0x1) ? AOS_I2C_XF_BUF_IDX : 0; in transfer_sequence()
112 int index = (i2c->x.flags & AOS_I2C_XF_BUF_IDX) ? 1 : 0; in transfer_sequence()
255 const uint8_t *buf = i2c->buf[(i2c->x.flags & AOS_I2C_XF_BUF_IDX) ? 1 : 0]; in aos_i2c_hard_push()
272 uint8_t *buf = i2c->buf[(i2c->x.flags & AOS_I2C_XF_BUF_IDX) ? 1 : 0]; in aos_i2c_hard_pull()
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/
A Di2c_core.h17 #define AOS_I2C_XF_BUF_IDX ((uint32_t)0x1 << 4) macro

Completed in 3 milliseconds