#include "usb_desc.h"
Go to the source code of this file.
Data Structures | |
struct | usb_conf_desc_bootloader_t |
Defines | |
#define | USB_STRING_DESC_COUNT 2 |
Variables | |
code usb_conf_desc_bootloader_t | g_usb_conf_desc |
code usb_dev_desc_t | g_usb_dev_desc |
code uint8_t | g_usb_string_desc_1 [] |
code uint8_t | g_usb_string_desc_2 [] |
code uint8_t | string_zero [4] |
Header file for the Bootloader USB descriptor
Definition in file usb_desc_bootloader.h.
#define USB_STRING_DESC_COUNT 2 |
Definition at line 23 of file usb_desc_bootloader.h.
Definition at line 47 of file usb_desc_bootloader.c.
Definition at line 30 of file usb_desc_bootloader.c.
code uint8_t g_usb_string_desc_1[] |
Definition at line 93 of file usb_desc_bootloader.c.
code uint8_t g_usb_string_desc_2[] |
Definition at line 120 of file usb_desc_bootloader.c.
code uint8_t string_zero[4] |
Definition at line 148 of file usb_desc_bootloader.c.