4.4.8.3.4 USB_SETUP_OVERUNDERRUN_CALLBACK_t
typedef RETURN_CODE_t(* USB_SETUP_OVERUNDERRUN_CALLBACK_t) (void)
Function callback type USB_SETUP_OVERUNDERRUN_CALLBACK_t. Callback type used for USB Overrun and Underrun event processing on the control endpoints, with a return code to let the stack know to proceed.
None. |
SUCCESS or an Error code according to RETURN_CODE_t |