RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#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.h 第 100 行定义.
rt_list_t upipe::list |
在文件 usb_host.h 第 102 行定义.
rt_uint8_t upipe::pipe_index |
在文件 usb_host.h 第 103 行定义.
rt_uint32_t upipe::status |
在文件 usb_host.h 第 104 行定义.
struct uendpoint_descriptor upipe::ep |
在文件 usb_host.h 第 105 行定义.
uinst_t upipe::inst |
在文件 usb_host.h 第 106 行定义.
func_callback upipe::callback |
在文件 usb_host.h 第 107 行定义.
void* upipe::user_data |
在文件 usb_host.h 第 108 行定义.