RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <usb_device.h>
成员变量 | |
rt_list_t | list |
uep_desc_t | ep_desc |
rt_list_t | request_list |
struct uio_request | request |
rt_uint8_t * | buffer |
rt_bool_t | stalled |
struct ep_id * | id |
udep_handler_t | handler |
rt_err_t(* | rx_indicate )(struct udevice *dev, rt_size_t size) |
在文件 usb_device.h 第 119 行定义.
rt_list_t uendpoint::list |
在文件 usb_device.h 第 121 行定义.
uep_desc_t uendpoint::ep_desc |
在文件 usb_device.h 第 122 行定义.
rt_list_t uendpoint::request_list |
在文件 usb_device.h 第 123 行定义.
struct uio_request uendpoint::request |
在文件 usb_device.h 第 124 行定义.
rt_uint8_t* uendpoint::buffer |
在文件 usb_device.h 第 125 行定义.
rt_bool_t uendpoint::stalled |
在文件 usb_device.h 第 126 行定义.
struct ep_id* uendpoint::id |
在文件 usb_device.h 第 127 行定义.
udep_handler_t uendpoint::handler |
在文件 usb_device.h 第 128 行定义.
在文件 usb_device.h 第 129 行定义.