MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / spi_delay

Function spi_delay

components/drivers/spi/dev_spi_bit_ops.c:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#define DIR_MISO(ops, val) ops->dir_miso(ops->data, val)
31
32rt_inline void spi_delay(struct rt_spi_bit_ops *ops)
33{
34 ops->udelay((ops->delay_us + 1) >> 1);
35}
36
37rt_inline void spi_delay2(struct rt_spi_bit_ops *ops)
38{

Callers 1

spi_bit_xferFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected