Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c506 size_t cmd_size = SDSPI_CMD_R1_SIZE; in start_command_default()
510 cmd_size = SDSPI_CMD_R1_SIZE; in start_command_default()
702 .length = (SDSPI_CMD_R1_SIZE + SDSPI_RESPONSE_MAX_DELAY) * 8, in start_command_read_blocks()
713 uint8_t* pre_scan_data_ptr = cmd_u8 + SDSPI_CMD_R1_SIZE; in start_command_read_blocks()
744 … ret = poll_data_token(slot, cmd_u8 + SDSPI_CMD_R1_SIZE, &extra_data_size, cmd->timeout_ms); in start_command_read_blocks()
749 extra_data_ptr = cmd_u8 + SDSPI_CMD_R1_SIZE; in start_command_read_blocks()
Dsdspi_private.h78 #define SDSPI_CMD_R1_SIZE (SDSPI_CMD_SIZE+SDSPI_NCR_MIN_SIZE+1) //!< Size of the command wi… macro