#include <usb_core.h>
Public Attributes | |
void(* | DeviceConfigured )(void) |
void(* | DeviceConnected )(void) |
void(* | DeviceDisconnected )(void) |
void(* | DeviceReset )(uint8_t speed) |
void(* | DeviceResumed )(void) |
void(* | DeviceSuspended )(void) |
void(* | Init )(void) |
Definition at line 229 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceConfigured) (void) |
Definition at line 233 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceConnected) (void) |
Definition at line 237 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceDisconnected) (void) |
Definition at line 238 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceReset) (uint8_t speed) |
Definition at line 232 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceResumed) (void) |
Definition at line 235 of file usb_core.h.
void(* _USBD_USR_PROP::DeviceSuspended) (void) |
Definition at line 234 of file usb_core.h.
void(* _USBD_USR_PROP::Init) (void) |
Definition at line 231 of file usb_core.h.