Loading...
Searching...
No Matches
usbus_handler Struct Reference

USBUS handler struct. More...

Detailed Description

USBUS handler struct.

Inherit from this struct for custom USB functionality

Definition at line 436 of file usbus.h.

#include <usbus.h>

Data Fields

struct usbus_handlernext
 List of handlers (to be used by usbus_t)
 
const usbus_handler_driver_tdriver
 driver for this handler
 
usbus_interface_tiface
 Interface this handler belongs to.
 
uint32_t flags
 Report flags.
 

Field Documentation

◆ driver

const usbus_handler_driver_t* usbus_handler::driver

driver for this handler

Definition at line 439 of file usbus.h.

◆ flags

uint32_t usbus_handler::flags

Report flags.

Definition at line 442 of file usbus.h.

◆ iface

usbus_interface_t* usbus_handler::iface

Interface this handler belongs to.

Definition at line 440 of file usbus.h.

◆ next

struct usbus_handler* usbus_handler::next

List of handlers (to be used by usbus_t)

Definition at line 437 of file usbus.h.


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