Searched refs:rxset (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/boards/mec172xevb_assy6906/qspi/src/ |
D | main.c | 141 const struct spi_buf_set rxset = { in spi_flash_read_status() local 146 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in spi_flash_read_status() 232 const struct spi_buf_set rxset = { in ZTEST_USER() local 237 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in ZTEST_USER() 386 const struct spi_buf_set rxset = { in ZTEST_USER() local 391 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in ZTEST_USER() 447 const struct spi_buf_set rxset = { in ZTEST_USER() local 457 ret = spi_transceive(spi_dev, &spi_cfg_dual, NULL, &rxset); in ZTEST_USER() 599 const struct spi_buf_set rxset = { in ZTEST_USER() local 609 ret = spi_transceive(spi_dev, &spi_cfg_quad, NULL, &rxset); in ZTEST_USER()
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/ |
D | main.c | 271 const struct spi_buf_set rxset = { in spi_flash_read_fd_sync() local 276 err = spi_transceive(dev, spi_cfg, &txset, &rxset); in spi_flash_read_fd_sync() 316 const struct spi_buf_set rxset = { in spi_flash_read_hd_sync() local 328 err = spi_transceive(dev, spi_cfg_data, NULL, &rxset); in spi_flash_read_hd_sync()
|