All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

usbdev device descriptor More...

Detailed Description

usbdev device descriptor

Definition at line 247 of file usbdev.h.

#include <usbdev.h>

Data Fields

const struct usbdev_driverdriver
 usbdev driver struct

 
usbdev_event_cb_t cb
 Event callback supplied by upper layer

 
usbdev_ep_event_cb_t epcb
 Endpoint event callback for upper layer

 
void * context
 Ptr to the thread context

 

Field Documentation

◆ cb

usbdev_event_cb_t usbdev::cb

Event callback supplied by upper layer

Definition at line 249 of file usbdev.h.

◆ context

void* usbdev::context

Ptr to the thread context

Definition at line 253 of file usbdev.h.

◆ driver

const struct usbdev_driver* usbdev::driver

usbdev driver struct

Definition at line 248 of file usbdev.h.

◆ epcb

usbdev_ep_event_cb_t usbdev::epcb

Endpoint event callback for upper layer

Definition at line 251 of file usbdev.h.


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