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

#include <usb_host.h>

成员变量

rt_list_t list
 
rt_uint8_t pipe_index
 
rt_uint32_t status
 
struct uendpoint_descriptor ep
 
uinst_t inst
 
func_callback callback
 
void * user_data
 

详细描述

在文件 usb_host.h100 行定义.

结构体成员变量说明

◆ list

rt_list_t upipe::list

在文件 usb_host.h102 行定义.

◆ pipe_index

rt_uint8_t upipe::pipe_index

在文件 usb_host.h103 行定义.

◆ status

rt_uint32_t upipe::status

在文件 usb_host.h104 行定义.

◆ ep

struct uendpoint_descriptor upipe::ep

在文件 usb_host.h105 行定义.

◆ inst

uinst_t upipe::inst

在文件 usb_host.h106 行定义.

◆ callback

func_callback upipe::callback

在文件 usb_host.h107 行定义.

◆ user_data

void* upipe::user_data

在文件 usb_host.h108 行定义.