Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_private.h72 #define SDSPI_CMD_SIZE 6 macro
77 #define SDSPI_CMD_NORESP_SIZE (SDSPI_CMD_SIZE+0) //!< Size of the command without any response
78 #define SDSPI_CMD_R1_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+1) //!< Size of the command wi…
79 #define SDSPI_CMD_R2_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+2) //!< Size of the command wi…
80 #define SDSPI_CMD_R3_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+5) //!< Size of the command wit…
81 #define SDSPI_CMD_R4_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+5) //!< Size of the command wit…
82 #define SDSPI_CMD_R5_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+2) //!< Size of the command wi…
83 #define SDSPI_CMD_R7_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+5) //!< Size of the command wit…
Dsdspi_host.c648 int copy_bytes = sent_bytes - SDSPI_CMD_SIZE - ncr_cnt; in shift_cmd_response()