Lightweight USB stack  1.0
usb_cdc_notification Struct Reference

Notification structure from CDC. More...

#include <usb_cdc.h>

Data Fields

uint8_t bmRequestType
 This bitmapped field identifies the characteristics of the specific request.
 
uint8_t bNotificationType
 Notification type.
 
uint16_t wValue
 Notification value.
 
uint16_t wIndex
 Interface.
 
uint16_t wLength
 Data payload length in bytes.
 
uint8_t Data []
 Data payload.
 

Detailed Description

Notification structure from CDC.

Definition at line 265 of file usb_cdc.h.


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