Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c.c28 if (!(msgs[0].cfg & AOS_I2C_MCFG_RX)) in transfer_sequence()
60 if (last_msg && (last_msg->cfg & AOS_I2C_MCFG_RX)) { in transfer_sequence()
79 if (next_msg && !(next_msg->cfg & AOS_I2C_MCFG_RX)) { in transfer_sequence()
111 if (last_msg && (last_msg->cfg & AOS_I2C_MCFG_RX)) { in transfer_sequence()
254 if (!(i2c->x.cfg & AOS_I2C_MCFG_RX) && tx_buf) { in aos_i2c_hard_push()
271 if ((i2c->x.cfg & AOS_I2C_MCFG_RX) && rx_buf) { in aos_i2c_hard_pull()
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/
A Di2c.h11 #define AOS_I2C_MCFG_RX ((uint32_t)0x1 << 0) macro

Completed in 3 milliseconds