Home
last modified time | relevance | path

Searched refs:rt_spi_bit_ops (Results 1 – 3 of 3) sorted by relevance

/components/drivers/spi/
A Ddev_spi_bit_ops.h21 struct rt_spi_bit_ops struct
43 struct rt_spi_bit_ops *ops; argument
49 struct rt_spi_bit_ops *ops);
A Ddev_spi_bit_ops.c32 rt_inline void spi_delay(struct rt_spi_bit_ops *ops) in spi_delay()
37 rt_inline void spi_delay2(struct rt_spi_bit_ops *ops) in spi_delay2()
51 rt_inline rt_ssize_t spi_xfer_4line_data8(struct rt_spi_bit_ops *ops, in spi_xfer_4line_data8()
126 rt_inline rt_ssize_t spi_xfer_4line_data16(struct rt_spi_bit_ops *ops, in spi_xfer_4line_data16()
201 rt_inline rt_ssize_t spi_xfer_3line_data8(struct rt_spi_bit_ops *ops, in spi_xfer_3line_data8()
314 rt_inline rt_ssize_t spi_xfer_3line_data16(struct rt_spi_bit_ops *ops, in spi_xfer_3line_data16()
430 struct rt_spi_bit_ops *ops = obj->ops; in spi_bit_configure()
471 struct rt_spi_bit_ops *ops = obj->ops; in spi_bit_xfer()
570 struct rt_spi_bit_ops *ops) in rt_spi_bit_add_bus()
A Ddev_soft_spi.c47 struct rt_spi_bit_ops ops;
230 static struct rt_spi_bit_ops soft_spi_ops=
254 rt_memcpy(&spi_obj[i].ops, &soft_spi_ops, sizeof(struct rt_spi_bit_ops)); in rt_soft_spi_init()

Completed in 5 milliseconds