Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h183 #define SD_SPI_CMD_SIZE 6 macro
184 #define SD_SPI_CMD_BODY_SIZE (SD_SPI_CMD_SIZE - 1)
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c393 bufs[0].len = SD_SPI_CMD_SIZE + 3; in sdhc_spi_send_cmd()