Lines Matching full:function
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
29 * @param func: function structure to initialize
30 * @param card: SD card to enable function on
31 * @param num: function number to initialize
32 * @retval 0 function was initialized successfully
39 * @brief Enable SDIO function
41 * Enables SDIO card function. @ref sdio_init_func must be called to
42 * initialized the function structure before enabling it in the card.
43 * @param func: function to enable
44 * @retval 0 function was enabled successfully
51 * @brief Set block size of SDIO function
53 * Set desired block size for SDIO function, used by block transfers
55 * @param func: function to set block size for
67 * @param func: function to read from
81 * @param func: function to write to
95 * @param func: function to write to
112 * @param func: function to read from
129 * @param func: function to write to
146 * @param func: function to read from
163 * @param func: function to write to
179 * @param func: function to read from
196 * @param func: function to write to