APM:Libraries
Functions
USBD_USR_Exported_Variables
Collaboration diagram for USBD_USR_Exported_Variables:

Functions

void USBD_USR_Init (void)
 
void USBD_USR_DeviceReset (uint8_t speed)
 
void USBD_USR_DeviceConfigured (void)
 
void USBD_USR_DeviceSuspended (void)
 
void USBD_USR_DeviceResumed (void)
 
void USBD_USR_DeviceConnected (void)
 
void USBD_USR_DeviceDisconnected (void)
 
void USBD_USR_FS_Init (void)
 
void USBD_USR_FS_DeviceReset (uint8_t speed)
 
void USBD_USR_FS_DeviceConfigured (void)
 
void USBD_USR_FS_DeviceSuspended (void)
 
void USBD_USR_FS_DeviceResumed (void)
 
void USBD_USR_FS_DeviceConnected (void)
 
void USBD_USR_FS_DeviceDisconnected (void)
 
void USBD_USR_HS_Init (void)
 
void USBD_USR_HS_DeviceReset (uint8_t speed)
 
void USBD_USR_HS_DeviceConfigured (void)
 
void USBD_USR_HS_DeviceSuspended (void)
 
void USBD_USR_HS_DeviceResumed (void)
 
void USBD_USR_HS_DeviceConnected (void)
 
void USBD_USR_HS_DeviceDisconnected (void)
 

Detailed Description

Function Documentation

◆ USBD_USR_DeviceConfigured()

void USBD_USR_DeviceConfigured ( void  )

Definition at line 258 of file usb.c.

◆ USBD_USR_DeviceConnected()

void USBD_USR_DeviceConnected ( void  )

Definition at line 278 of file usb.c.

◆ USBD_USR_DeviceDisconnected()

void USBD_USR_DeviceDisconnected ( void  )

Definition at line 285 of file usb.c.

Here is the call graph for this function:

◆ USBD_USR_DeviceReset()

void USBD_USR_DeviceReset ( uint8_t  speed)

Definition at line 246 of file usb.c.

◆ USBD_USR_DeviceResumed()

void USBD_USR_DeviceResumed ( void  )

Definition at line 271 of file usb.c.

◆ USBD_USR_DeviceSuspended()

void USBD_USR_DeviceSuspended ( void  )

Definition at line 264 of file usb.c.

◆ USBD_USR_FS_DeviceConfigured()

void USBD_USR_FS_DeviceConfigured ( void  )

◆ USBD_USR_FS_DeviceConnected()

void USBD_USR_FS_DeviceConnected ( void  )

◆ USBD_USR_FS_DeviceDisconnected()

void USBD_USR_FS_DeviceDisconnected ( void  )

◆ USBD_USR_FS_DeviceReset()

void USBD_USR_FS_DeviceReset ( uint8_t  speed)

◆ USBD_USR_FS_DeviceResumed()

void USBD_USR_FS_DeviceResumed ( void  )

◆ USBD_USR_FS_DeviceSuspended()

void USBD_USR_FS_DeviceSuspended ( void  )

◆ USBD_USR_FS_Init()

void USBD_USR_FS_Init ( void  )

◆ USBD_USR_HS_DeviceConfigured()

void USBD_USR_HS_DeviceConfigured ( void  )

◆ USBD_USR_HS_DeviceConnected()

void USBD_USR_HS_DeviceConnected ( void  )

◆ USBD_USR_HS_DeviceDisconnected()

void USBD_USR_HS_DeviceDisconnected ( void  )

◆ USBD_USR_HS_DeviceReset()

void USBD_USR_HS_DeviceReset ( uint8_t  speed)

◆ USBD_USR_HS_DeviceResumed()

void USBD_USR_HS_DeviceResumed ( void  )

◆ USBD_USR_HS_DeviceSuspended()

void USBD_USR_HS_DeviceSuspended ( void  )

◆ USBD_USR_HS_Init()

void USBD_USR_HS_Init ( void  )

◆ USBD_USR_Init()

void USBD_USR_Init ( void  )

Definition at line 240 of file usb.c.