Searched refs:ui2c_dev (Results 1 – 3 of 3) sorted by relevance
33 struct rt_i2c_bus_device ui2c_dev; member40 static rt_ssize_t nu_ui2c_mst_xfer(struct rt_i2c_bus_device *ui2c_dev,78 if ((rt_tick_get() - start) > nu_ui2c->ui2c_dev.timeout) in nu_ui2c_wait_ready_with_timeout()355 nu_ui2c0.ui2c_dev.ops = &nu_ui2c_ops; in rt_hw_ui2c_init()357 ret = rt_i2c_bus_device_register(&nu_ui2c0.ui2c_dev, nu_ui2c0.dev_name); in rt_hw_ui2c_init()366 nu_ui2c1.ui2c_dev.ops = &nu_ui2c_ops; in rt_hw_ui2c_init()368 ret = rt_i2c_bus_device_register(&nu_ui2c1.ui2c_dev, nu_ui2c1.dev_name); in rt_hw_ui2c_init()
33 struct rt_i2c_bus_device ui2c_dev; member40 static rt_ssize_t nu_ui2c_mst_xfer(struct rt_i2c_bus_device *ui2c_dev,78 if ((rt_tick_get() - start) > nu_ui2c->ui2c_dev.timeout) in nu_ui2c_wait_ready_with_timeout()364 nu_ui2c0.ui2c_dev.ops = &nu_ui2c_ops; in rt_hw_ui2c_init()365 ret = rt_i2c_bus_device_register(&nu_ui2c0.ui2c_dev, nu_ui2c0.dev_name); in rt_hw_ui2c_init()376 nu_ui2c1.ui2c_dev.ops = &nu_ui2c_ops; in rt_hw_ui2c_init()377 ret = rt_i2c_bus_device_register(&nu_ui2c1.ui2c_dev, nu_ui2c1.dev_name); in rt_hw_ui2c_init()
Completed in 7 milliseconds