|
Lightweight USB stack
1.0
|
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. | |