Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c507 if (ret != SD_SPI_TOKEN_SINGLE) { in sdhc_spi_read_data()
534 if (ret != SD_SPI_TOKEN_SINGLE) { in sdhc_spi_read_data()
579 token = SD_SPI_TOKEN_SINGLE; in sdhc_spi_write_data()
/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h194 #define SD_SPI_TOKEN_SINGLE 0xFE macro