Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c371 static uint8_t spi_async_txbuf[8]; variable
391 spi_async_txbuf[0] = opcode; in spi_flash_read_fd_async()
397 &spi_async_txbuf[1], sizeof(spi_async_txbuf)-1); in spi_flash_read_fd_async()
404 sb[cnt].buf = spi_async_txbuf; in spi_flash_read_fd_async()