APM:Libraries
Functions
usbd_req.h File Reference

header file for the usbd_req.c file More...

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

Go to the source code of this file.

Functions

USBD_Status USBD_StdDevReq (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req)
 USBD_StdDevReq Handle standard usb device requests. More...
 
USBD_Status USBD_StdItfReq (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req)
 USBD_StdItfReq Handle standard usb interface requests. More...
 
USBD_Status USBD_StdEPReq (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req)
 USBD_StdEPReq Handle standard usb endpoint requests. More...
 
void USBD_ParseSetupRequest (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req)
 USBD_ParseSetupRequest Copy buffer into setup structure. More...
 
void USBD_CtlError (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req)
 USBD_CtlError Handle USB low level Error. More...
 
void USBD_GetString (const uint8_t *desc, uint8_t *unicode, uint16_t *len)
 USBD_GetString Convert Ascii string into unicode one. More...
 

Detailed Description

header file for the usbd_req.c file

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_req.h.