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

#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.h84 行定义.

结构体成员变量说明

◆ request

void(* rt_mmcsd_host_ops::request) (struct rt_mmcsd_host *host, struct rt_mmcsd_req *req)

在文件 mmcsd_host.h86 行定义.

◆ set_iocfg

void(* rt_mmcsd_host_ops::set_iocfg) (struct rt_mmcsd_host *host, struct rt_mmcsd_io_cfg *io_cfg)

在文件 mmcsd_host.h87 行定义.

◆ get_card_status

rt_int32_t(* rt_mmcsd_host_ops::get_card_status) (struct rt_mmcsd_host *host)

在文件 mmcsd_host.h88 行定义.

◆ enable_sdio_irq

void(* rt_mmcsd_host_ops::enable_sdio_irq) (struct rt_mmcsd_host *host, rt_int32_t en)

在文件 mmcsd_host.h89 行定义.

◆ execute_tuning

rt_int32_t(* rt_mmcsd_host_ops::execute_tuning) (struct rt_mmcsd_host *host, rt_int32_t opcode)

在文件 mmcsd_host.h90 行定义.

◆ switch_uhs_voltage

rt_int32_t(* rt_mmcsd_host_ops::switch_uhs_voltage) (struct rt_mmcsd_host *host)

在文件 mmcsd_host.h91 行定义.