Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dspi.h424 struct spi_buf { struct
438 /** Pointer to an array of spi_buf, or NULL */ argument
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/flash/
Dspi_nor.c378 struct spi_buf spi_buf[2] = { in spi_nor_access() local