#include "conf_usb.h"
#include "usb_drv.h"
#include "usb_descriptors.h"
#include "usb_standard_request.h"
#include "usb_specific_request.h"
Functions | |
void | usb_user_endpoint_init (U8 conf_nb) |
This function configures the endpoints of the device application. More... | |
bool | usb_user_get_descriptor (U8 type, U8 string) |
This function returns the size and the pointer on a user information structure. More... | |
bool | usb_user_read_request (U8 type, U8 request) |
This function is called by the standard USB read request function when the USB request is not supported. More... | |
Variables | |
U16 | data_to_transfer |
const void * | pbuffer |
U16 data_to_transfer |
Referenced by usb_get_descriptor(), usb_set_interface(), and usb_user_get_descriptor().
const void* pbuffer |
Referenced by usb_get_descriptor(), usb_set_interface(), and usb_user_get_descriptor().