Home
last modified time | relevance | path

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

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