Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sdhc/
Dsdhc_spi.c472 if (ret != SD_SPI_TOKEN_SINGLE) { in sdhc_spi_read_data()
499 if (ret != SD_SPI_TOKEN_SINGLE) { in sdhc_spi_read_data()
544 token = SD_SPI_TOKEN_SINGLE; in sdhc_spi_write_data()
/Zephyr-Core-3.5.0/include/zephyr/sd/
Dsd_spec.h191 #define SD_SPI_TOKEN_SINGLE 0xFE macro