Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/sd/
Dsd_spec.h153 SD_SPI_R1PARAMETER_ERR = BIT(6), enumerator
/Zephyr-Core-3.4.0/drivers/sdhc/
Dsdhc_spi.c245 if (cmd->response[0] & (SD_SPI_R1PARAMETER_ERR | SD_SPI_R1ADDRESS_ERR)) { in sdhc_spi_response_get()