Lines Matching full:sdio
9 * @brief Public API for SDIO subsystem
24 * @brief Initialize SDIO function.
26 * Initializes SDIO card function. The card function will not be enabled,
27 * but after this call returns the SDIO function structure can be used to read
39 * @brief Enable SDIO function
41 * Enables SDIO card function. @ref sdio_init_func must be called to
51 * @brief Set block size of SDIO function
53 * Set desired block size for SDIO function, used by block transfers
54 * to SDIO registers.
64 * @brief Read byte from SDIO register
66 * Reads byte from SDIO register
78 * @brief Write byte to SDIO register
80 * Writes byte to SDIO register
92 * @brief Write byte to SDIO register, and read result
94 * Writes byte to SDIO register, and reads the register after write
108 * @brief Read bytes from SDIO fifo
110 * Reads bytes from SDIO register, treating it as a fifo. Reads will
125 * @brief Write bytes to SDIO fifo
127 * Writes bytes to SDIO register, treating it as a fifo. Writes will
142 * @brief Read blocks from SDIO fifo
144 * Reads blocks from SDIO register, treating it as a fifo. Reads will
159 * @brief Write blocks to SDIO fifo
161 * Writes blocks from SDIO register, treating it as a fifo. Writes will
176 * @brief Copy bytes from an SDIO card
178 * Copies bytes from an SDIO card, starting from provided address.
192 * @brief Copy bytes to an SDIO card
194 * Copies bytes to an SDIO card, starting from provided address.