Lines Matching full:from
28 * - One of the error codes from SDMMC host controller
47 * - One of the error codes from SDMMC host controller
56 * @param src pointer to data buffer to read data from; data size must be
62 * - One of the error codes from SDMMC host controller
68 * Read given number of sectors from the SD/MMC card
78 * - One of the error codes from SDMMC host controller
84 * Read one byte from an SDIO card using IO_RW_DIRECT (CMD52)
90 * @param[out] out_byte output, receives the value read from the card
93 * - One of the error codes from SDMMC host controller
107 * from the card (read-after-write).
110 * - One of the error codes from SDMMC host controller
116 * Read multiple bytes from an SDIO card using IO_RW_EXTENDED (CMD53)
125 * @param dst buffer which receives the data read from card
130 * - One of the error codes from SDMMC host controller
150 * - One of the error codes from SDMMC host controller
156 * Read blocks of data from an SDIO card using IO_RW_EXTENDED (CMD53)
165 * @param dst buffer which receives the data read from card
171 * - One of the error codes from SDMMC host controller
192 * - One of the error codes from SDMMC host controller
251 * - and other error code return from sdmmc_io_read_bytes
269 * - ESP_ERR_NOT_SUPPORTED: if the value from the card is not supported to be parsed.