APM:Libraries
|
#include <usb_core.h>
Public Attributes | |
void(* | Init )(void) |
void(* | DeviceReset )(uint8_t speed) |
void(* | DeviceConfigured )(void) |
void(* | DeviceSuspended )(void) |
void(* | DeviceResumed )(void) |
void(* | DeviceConnected )(void) |
void(* | DeviceDisconnected )(void) |
Definition at line 238 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceConfigured) (void) |
Definition at line 242 of file usb_core.h.
Referenced by USBD_SetCfg().
void(* _USBD_USR_PROP::DeviceConnected) (void) |
Definition at line 246 of file usb_core.h.
Referenced by USBD_IsoOUTIncomplete().
void(* _USBD_USR_PROP::DeviceDisconnected) (void) |
Definition at line 247 of file usb_core.h.
Referenced by USBD_IsoOUTIncomplete().
void(* _USBD_USR_PROP::DeviceReset) (uint8_t speed) |
Definition at line 241 of file usb_core.h.
Referenced by USBD_Reset().
void(* _USBD_USR_PROP::DeviceResumed) (void) |
Definition at line 244 of file usb_core.h.
Referenced by USBD_Resume().
void(* _USBD_USR_PROP::DeviceSuspended) (void) |
Definition at line 243 of file usb_core.h.
Referenced by USBD_Suspend().
void(* _USBD_USR_PROP::Init) (void) |
Definition at line 240 of file usb_core.h.
Referenced by USBD_Init().