Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/
Dmain.c137 const struct spi_buf_set txset = { in spi_flash_read_status() local
146 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in spi_flash_read_status()
171 const struct spi_buf_set txset = { in spi_flash_write_status() local
176 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in spi_flash_write_status()
194 const struct spi_buf_set txset = { in spi_flash_tx_one_byte_cmd() local
199 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in spi_flash_tx_one_byte_cmd()
228 const struct spi_buf_set txset = { in ZTEST_USER() local
237 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in ZTEST_USER()
271 const struct spi_buf_set txset = { in ZTEST_USER() local
276 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in ZTEST_USER()
[all …]
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c267 const struct spi_buf_set txset = { in spi_flash_read_fd_sync() local
276 err = spi_transceive(dev, spi_cfg, &txset, &rxset); in spi_flash_read_fd_sync()
312 const struct spi_buf_set txset = { in spi_flash_read_hd_sync() local
322 err = spi_transceive(dev, spi_cfg_cmd, &txset, NULL); in spi_flash_read_hd_sync()