Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c413 cmd_buf[SD_SPI_CMD_BODY_SIZE] = crc7_be(0, cmd_buf, SD_SPI_CMD_BODY_SIZE) | 0x1; in sdhc_spi_send_cmd()
/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h184 #define SD_SPI_CMD_BODY_SIZE (SD_SPI_CMD_SIZE - 1) macro