header file for the usbd_req.c file More...
Go to the source code of this file.
Functions | |
void | USBD_CtlError (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req) |
USBD_CtlError Handle USB low level Error. More... | |
void | USBD_GetString (uint8_t *desc, uint8_t *unicode, uint16_t *len) |
USBD_GetString Convert Ascii string into unicode one. More... | |
void | USBD_ParseSetupRequest (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req) |
USBD_ParseSetupRequest Copy buffer into setup structure. More... | |
USBD_Status | USBD_StdDevReq (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req) |
USBD_StdDevReq Handle standard usb device requests. More... | |
USBD_Status | USBD_StdEPReq (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req) |
USBD_StdEPReq Handle standard usb endpoint requests. More... | |
USBD_Status | USBD_StdItfReq (USB_OTG_CORE_HANDLE *pdev, USB_SETUP_REQ *req) |
USBD_StdItfReq Handle standard usb interface requests. More... | |
header file for the usbd_req.c file
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.