RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_sdio_function_tuple结构体 参考

#include <mmcsd_card.h>

成员变量

struct rt_sdio_function_tuplenext
 
rt_uint8_t code
 
rt_uint8_t size
 
rt_uint8_tdata
 

详细描述

在文件 mmcsd_card.h143 行定义.

结构体成员变量说明

◆ next

struct rt_sdio_function_tuple* rt_sdio_function_tuple::next

在文件 mmcsd_card.h144 行定义.

◆ code

rt_uint8_t rt_sdio_function_tuple::code

在文件 mmcsd_card.h145 行定义.

◆ size

rt_uint8_t rt_sdio_function_tuple::size

在文件 mmcsd_card.h146 行定义.

◆ data

rt_uint8_t* rt_sdio_function_tuple::data

在文件 mmcsd_card.h147 行定义.