32 #define __INCLUDE_FROM_USB_DRIVER
33 #include "../USBMode.h"
35 #if defined(USB_CAN_BE_DEVICE)
36 #include "../Endpoint.h"
38 #if !defined(FIXED_CONTROL_ENDPOINT_SIZE)
56 bool Endpoint_ConfigureEndpoint_Prv(const uint8_t Number,
57 const uint8_t UECFG0XData,
58 const uint8_t UECFG1XData)
60 #if defined(CONTROL_ONLY_DEVICE) || defined(ORDERED_EP_CONFIG)
77 if (EPNum == Number) {
132 #if !defined(CONTROL_ONLY_DEVICE)