Zephyr API 3.6.99
|
SDIO function definition. More...
#include <sd.h>
Data Fields | |
enum sdio_func_num | num |
Function number. | |
struct sd_card * | card |
Card this function is present on. | |
struct sdio_cis | cis |
CIS tuple data for this function. | |
uint16_t | block_size |
Current block size for this function. | |
SDIO function definition.
SDIO function definition. Used to store function information per each SDIO function
uint16_t sdio_func::block_size |
Current block size for this function.
struct sd_card* sdio_func::card |
Card this function is present on.
struct sdio_cis sdio_func::cis |
CIS tuple data for this function.
enum sdio_func_num sdio_func::num |
Function number.