Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c368 static struct spi_buf_set txbs; variable
415 txbs.buffers = &sb[0]; in spi_flash_read_fd_async()
416 txbs.count = cnt; in spi_flash_read_fd_async()
422 err = spi_transceive_cb(dev, spi_cfg, &txbs, &rxbs, cb, userdata); in spi_flash_read_fd_async()