SAMV71 Xplained Ultra Software Package 1.4

USBDCallbacks.c File Reference

#include "USBD.h"
#include "USBDDriver.h"

Go to the source code of this file.

Functions

WEAK void USBDCallbacks_Initialized (void)
WEAK void USBDCallbacks_Reset (void)
WEAK void USBDCallbacks_Suspended (void)
WEAK void USBDCallbacks_Resumed (void)
WEAK void USBDCallbacks_RequestReceived (const USBGenericRequest *request)

Detailed Description

Definitions of callbacks used by the USBD API to notify the user application of incoming events. These functions are declared as 'weak', so they can be re-implemented elsewhere in the application in a transparent way.

Definition in file USBDCallbacks.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines