USB Device Atmel Firmware Upgrade (Atmel DFU) interface definitions.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
#include "conf_usb.h"
#include "usb_protocol.h"
#include "usb_protocol_dfu.h"
#include "udd.h"
#include "udc_desc.h"
#include "udi.h"
Data Structures | |
struct | udi_dfu_atmel_desc_t |
Interface descriptor structure for Atmel DFU. More... | |
Macros | |
#define | UDI_DFU_ATMEL_DESC |
Content of DFU interface descriptor for Full Speed. More... | |
#define | UDI_DFU_ATMEL_STRING_ID 0 |
By default no string associated to this interface. More... | |
Variables | |
UDC_DESC_STORAGE udi_api_t | udi_api_dfu_atmel |
Global structure which contains standard UDI API for UDC. More... | |