This file includes the user application layer. More...
Go to the source code of this file.
Functions | |
void | USBD_USR_DeviceConfigured (void) |
USBD_USR_DeviceConfigured Displays the message on LCD on device configuration Event. More... | |
void | USBD_USR_DeviceConnected (void) |
USBD_USR_DeviceConnected Displays the message on LCD on device connection Event. More... | |
void | USBD_USR_DeviceDisconnected (void) |
USBD_USR_DeviceDisonnected Displays the message on LCD on device disconnection Event. More... | |
void | USBD_USR_DeviceReset (uint8_t speed) |
USBD_USR_DeviceReset Displays the message on LCD on device Reset Event. More... | |
void | USBD_USR_DeviceResumed (void) |
USBD_USR_DeviceResumed Displays the message on LCD on device resume Event. More... | |
void | USBD_USR_DeviceSuspended (void) |
USBD_USR_DeviceSuspended Displays the message on LCD on device suspend Event. More... | |
void | USBD_USR_Init (void) |
USBD_USR_Init Displays the message on LCD for host lib initialization. More... | |
Variables | |
USBD_Usr_cb_TypeDef | USR_cb |
This file includes the user application layer.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
Definition in file usbd_usr.c.