Lines Matching +full:blocks +full:-
4 * SPDX-License-Identifier: Apache-2.0
24 * @brief Write blocks to SD card from buffer
26 * Writes blocks from SD buffer to SD card. For best performance, this buffer
31 * @param num_blocks number of blocks to write
33 * @retval -EBUSY: card is busy with another request
34 * @retval -ETIMEDOUT: card write timed out
35 * @retval -EIO: I/O error
43 * Reads blocks into SD buffer from SD card. For best performance, this buffer
48 * @param num_blocks number of blocks to read
50 * @retval -EBUSY: card is busy with another request
51 * @retval -ETIMEDOUT: card read timed out
52 * @retval -EIO: I/O error
65 * @retval -ENOTSUP: IOCTL command not supported
66 * @retval -EIO: I/O failure