Home
last modified time | relevance | path

Searched defs:spi_buf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dspi.h458 struct spi_buf { struct
472 /** Pointer to an array of spi_buf, or NULL */ argument
/Zephyr-latest/drivers/adc/
Dadc_max1125x.c289 const struct spi_buf spi_buf[2] = {{.buf = &command, .len = sizeof(command)}, in max1125x_write_reg() local
307 const struct spi_buf spi_buf = {.buf = &command, .len = sizeof(command)}; in max1125x_send_command() local
/Zephyr-latest/drivers/flash/
Dspi_nor.c382 struct spi_buf spi_buf[2] = { in spi_nor_access() local