#include "conf_usb.h"
Functions | |
void | usb_user_endpoint_init (U8) |
This function configures the endpoints of the device application. More... | |
bool | usb_user_get_descriptor (U8, U8) |
This function returns the size and the pointer on a user information structure. More... | |
bool | usb_user_read_request (U8, U8) |
This function is called by the standard USB read request function when the USB request is not supported. More... | |
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 |
Referenced by usb_user_get_descriptor().
const S_usb_manufacturer_string_descriptor usb_user_manufacturer_string_descriptor |
Referenced by usb_user_get_descriptor().
const S_usb_product_string_descriptor usb_user_product_string_descriptor |
Referenced by usb_user_get_descriptor().
const S_usb_serial_number usb_user_serial_number |
Referenced by usb_user_get_descriptor().