RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <mmcsd_host.h>
成员变量 | |
void(* | request )(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req) |
void(* | set_iocfg )(struct rt_mmcsd_host *host, struct rt_mmcsd_io_cfg *io_cfg) |
rt_int32_t(* | get_card_status )(struct rt_mmcsd_host *host) |
void(* | enable_sdio_irq )(struct rt_mmcsd_host *host, rt_int32_t en) |
rt_int32_t(* | execute_tuning )(struct rt_mmcsd_host *host, rt_int32_t opcode) |
rt_int32_t(* | switch_uhs_voltage )(struct rt_mmcsd_host *host) |
在文件 mmcsd_host.h 第 84 行定义.
void(* rt_mmcsd_host_ops::request) (struct rt_mmcsd_host *host, struct rt_mmcsd_req *req) |
在文件 mmcsd_host.h 第 86 行定义.
void(* rt_mmcsd_host_ops::set_iocfg) (struct rt_mmcsd_host *host, struct rt_mmcsd_io_cfg *io_cfg) |
在文件 mmcsd_host.h 第 87 行定义.
rt_int32_t(* rt_mmcsd_host_ops::get_card_status) (struct rt_mmcsd_host *host) |
在文件 mmcsd_host.h 第 88 行定义.
void(* rt_mmcsd_host_ops::enable_sdio_irq) (struct rt_mmcsd_host *host, rt_int32_t en) |
在文件 mmcsd_host.h 第 89 行定义.
rt_int32_t(* rt_mmcsd_host_ops::execute_tuning) (struct rt_mmcsd_host *host, rt_int32_t opcode) |
在文件 mmcsd_host.h 第 90 行定义.
rt_int32_t(* rt_mmcsd_host_ops::switch_uhs_voltage) (struct rt_mmcsd_host *host) |
在文件 mmcsd_host.h 第 91 行定义.