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.c502 if (ret != SD_SPI_TOKEN_SINGLE) { in sdhc_spi_read_data()
529 if (ret != SD_SPI_TOKEN_SINGLE) { in sdhc_spi_read_data()
574 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