Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usbd_msg Struct Reference

USB device message. More...

#include <usbd_msg.h>

Data Fields

enum usbd_msg_type type
 Message type.
 
union {
   int   status
 
   const struct device *   dev
 
}; 
 Message status, value or data.
 

Detailed Description

USB device message.

Field Documentation

◆ 

union { ... } usbd_msg::@410

Message status, value or data.

◆ dev

const struct device* usbd_msg::dev

◆ status

int usbd_msg::status

◆ type

enum usbd_msg_type usbd_msg::type

Message type.


The documentation for this struct was generated from the following file: