APM:Libraries
Functions | Variables
usbd_usr.h File Reference

Header file for usbd_usr.c. More...

#include "usbd_core.h"
Include dependency graph for usbd_usr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)
 

Variables

const USBD_Usr_cb_TypeDef USR_cb
 
const USBD_Usr_cb_TypeDef USR_FS_cb
 
const USBD_Usr_cb_TypeDef USR_HS_cb
 

Detailed Description

Header file for usbd_usr.c.

Author
MCD Application Team
Version
V1.1.0
Date
19-March-2012
Attention

© COPYRIGHT 2012 STMicroelectronics

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

   http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file usbd_usr.h.