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

#include <usb_host.h>

成员变量

rt_err_t(* reset_port )(rt_uint8_t port)
 
int(* pipe_xfer )(upipe_t pipe, rt_uint8_t token, void *buffer, int nbytes, int timeout)
 
rt_err_t(* open_pipe )(upipe_t pipe)
 
rt_err_t(* close_pipe )(upipe_t pipe)
 

详细描述

在文件 usb_host.h127 行定义.

结构体成员变量说明

◆ reset_port

rt_err_t(* uhcd_ops::reset_port) (rt_uint8_t port)

在文件 usb_host.h129 行定义.

◆ pipe_xfer

int(* uhcd_ops::pipe_xfer) (upipe_t pipe, rt_uint8_t token, void *buffer, int nbytes, int timeout)

在文件 usb_host.h130 行定义.

◆ open_pipe

rt_err_t(* uhcd_ops::open_pipe) (upipe_t pipe)

在文件 usb_host.h131 行定义.

◆ close_pipe

rt_err_t(* uhcd_ops::close_pipe) (upipe_t pipe)

在文件 usb_host.h132 行定义.