Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 6 of 6) sorted by relevance

/components/drivers/can/
A Ddev_can.c51 size = msgs; in _can_int_rx()
75 if (can->hdr[hdr].msgs) in _can_int_rx()
127 return (size - msgs); in _can_int_rx()
137 size = msgs; in _can_int_tx()
141 while (msgs) in _can_int_tx()
197 if (!msgs) break; in _can_int_tx()
209 return (size - msgs); in _can_int_tx()
221 size = msgs; in _can_int_tx_priv()
225 while (msgs) in _can_int_tx_priv()
263 if (!msgs) break; in _can_int_tx_priv()
[all …]
/components/drivers/i2c/
A Ddev_i2c_core.c62 struct rt_i2c_msg msgs[], in rt_i2c_transfer() argument
74 (msgs[ret].flags & RT_I2C_RD) ? 'R' : 'W', in rt_i2c_transfer()
75 msgs[ret].addr, msgs[ret].len); in rt_i2c_transfer()
83 ret = bus->ops->master_xfer(bus, msgs, num); in rt_i2c_transfer()
A Ddev_i2c_bit_ops.c370 struct rt_i2c_msg msgs[], in i2c_bit_xfer() argument
389 msg = &msgs[i]; in i2c_bit_xfer()
406 msgs[i].addr, i); in i2c_bit_xfer()
A Ddev_i2c_dev.c84 ret = rt_i2c_transfer(bus, priv_data->msgs, priv_data->number); in i2c_bus_device_control()
/components/drivers/include/drivers/
A Ddev_i2c.h203 struct rt_i2c_msg *msgs; member
226 struct rt_i2c_msg msgs[],
229 struct rt_i2c_msg msgs[],
332 struct rt_i2c_msg msgs[],
A Ddev_can.h396 rt_uint32_t msgs; member

Completed in 10 milliseconds