/src/sys/dev/spi/ |
spivar.h | 197 int spi_send_recv(spi_handle_t, int, const uint8_t *, int, uint8_t *);
|
m25p.c | 172 if (spi_send_recv(sc->sc_sh, 1, &cmd, 3, buf)) { 181 if (spi_send_recv(sc->sc_sh, 1, &cmd, 4, buf)) {
|
bmx280thpspi.c | 76 err = spi_send_recv(sh, 1, &rreg,
|
mcp23xxxgpio_spi.c | 149 return spi_send_recv(ssc->sc_sh, 2, buf, 1, valp);
|
spi.c | 428 error = spi_send_recv(sh, 685 * spi_send_recv - sends data to the bus, and then receives. Note that this is 731 spi_send_recv(spi_handle_t sh, int scnt, const uint8_t *snd, function in typeref:typename:int
|
oj6sh.c | 274 spi_send_recv(spi, 1, ®, 1, &ret);
|
mcp3k.c | 454 if (spi_send_recv(sc->sc_sh, 1, &ctrl, 2, buf) != 0) {
|