Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h160 SD_SPI_R1ILLEGAL_CMD_ERR = BIT(2), enumerator
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c273 } else if (cmd->response[0] & (SD_SPI_R1ILLEGAL_CMD_ERR)) { in sdhc_spi_response_get()