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

#include <usb_host.h>

成员变量

uhost_msg_type type
 
union { 
 
   struct uhub *   hub 
 
   struct { 
 
      func_callback   function 
 
      void *   context 
 
   }   cb 
 
content 
 

详细描述

在文件 usb_host.h152 行定义.

结构体成员变量说明

◆ type

uhost_msg_type uhost_msg::type

在文件 usb_host.h154 行定义.

◆ hub

struct uhub* uhost_msg::hub

在文件 usb_host.h157 行定义.

◆ function

func_callback uhost_msg::function

在文件 usb_host.h160 行定义.

◆ context

void* uhost_msg::context

在文件 usb_host.h161 行定义.

◆ [struct]

struct { ... } uhost_msg::cb

◆ [union]

union { ... } uhost_msg::content