APM:Libraries
Public Attributes | List of all members
_USBD_USR_PROP Struct Reference

#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)
 

Detailed Description

Definition at line 238 of file usb_core.h.

Member Data Documentation

◆ DeviceConfigured

void(* _USBD_USR_PROP::DeviceConfigured) (void)

Definition at line 242 of file usb_core.h.

Referenced by USBD_SetCfg().

◆ DeviceConnected

void(* _USBD_USR_PROP::DeviceConnected) (void)

Definition at line 246 of file usb_core.h.

Referenced by USBD_IsoOUTIncomplete().

◆ DeviceDisconnected

void(* _USBD_USR_PROP::DeviceDisconnected) (void)

Definition at line 247 of file usb_core.h.

Referenced by USBD_IsoOUTIncomplete().

◆ DeviceReset

void(* _USBD_USR_PROP::DeviceReset) (uint8_t speed)

Definition at line 241 of file usb_core.h.

Referenced by USBD_Reset().

◆ DeviceResumed

void(* _USBD_USR_PROP::DeviceResumed) (void)

Definition at line 244 of file usb_core.h.

Referenced by USBD_Resume().

◆ DeviceSuspended

void(* _USBD_USR_PROP::DeviceSuspended) (void)

Definition at line 243 of file usb_core.h.

Referenced by USBD_Suspend().

◆ Init

void(* _USBD_USR_PROP::Init) (void)

Definition at line 240 of file usb_core.h.

Referenced by USBD_Init().


The documentation for this struct was generated from the following file: