#include "conf_usb.h"
Macros | |
#define | GET_MAX_LUN 0xFE |
#define | MASS_STORAGE_RESET 0xFF |
Functions | |
void | usb_user_endpoint_init (uint8_t) |
This function configures the endpoints of the device application. More... | |
bool | usb_user_get_descriptor (uint8_t, uint8_t) |
This function returns the size and the pointer on a user information structure. More... | |
bool | usb_user_read_request (uint8_t, uint8_t) |
This function is called by the standard USB read request function when the USB request is not supported. More... | |
#define GET_MAX_LUN 0xFE |
Referenced by usb_user_read_request().
#define MASS_STORAGE_RESET 0xFF |
Referenced by usb_user_read_request().
const S_usb_user_configuration_descriptor usb_conf_desc |
const S_usb_device_descriptor usb_dev_desc |
const S_usb_language_id usb_user_language_id |
const S_usb_manufacturer_string_descriptor usb_user_manufacturer_string_descriptor |
const S_usb_product_string_descriptor usb_user_product_string_descriptor |
const S_usb_serial_number usb_user_serial_number |