Prusa MINI Firmware overview
usbh_ioreq.c File Reference

This file handles the issuing of the USB transactions. More...

#include "usbh_ioreq.h"

Functions

USBH_StatusTypeDef USBH_CtlSendSetup (USBH_HandleTypeDef *phost, uint8_t *buff, uint8_t pipe_num)
 USBH_CtlSendSetup Sends the Setup Packet to the Device. More...
 
USBH_StatusTypeDef USBH_CtlSendData (USBH_HandleTypeDef *phost, uint8_t *buff, uint16_t length, uint8_t pipe_num, uint8_t do_ping)
 USBH_CtlSendData Sends a data Packet to the Device. More...
 
USBH_StatusTypeDef USBH_CtlReceiveData (USBH_HandleTypeDef *phost, uint8_t *buff, uint16_t length, uint8_t pipe_num)
 USBH_CtlReceiveData Receives the Device Response to the Setup Packet. More...
 
USBH_StatusTypeDef USBH_BulkSendData (USBH_HandleTypeDef *phost, uint8_t *buff, uint16_t length, uint8_t pipe_num, uint8_t do_ping)
 USBH_BulkSendData Sends the Bulk Packet to the device. More...
 
USBH_StatusTypeDef USBH_BulkReceiveData (USBH_HandleTypeDef *phost, uint8_t *buff, uint16_t length, uint8_t pipe_num)
 USBH_BulkReceiveData Receives IN bulk packet from device. More...
 
USBH_StatusTypeDef USBH_InterruptReceiveData (USBH_HandleTypeDef *phost, uint8_t *buff, uint8_t length, uint8_t pipe_num)
 USBH_InterruptReceiveData Receives the Device Response to the Interrupt IN token. More...
 
USBH_StatusTypeDef USBH_InterruptSendData (USBH_HandleTypeDef *phost, uint8_t *buff, uint8_t length, uint8_t pipe_num)
 USBH_InterruptSendData Sends the data on Interrupt OUT Endpoint. More...
 
USBH_StatusTypeDef USBH_IsocReceiveData (USBH_HandleTypeDef *phost, uint8_t *buff, uint32_t length, uint8_t pipe_num)
 USBH_IsocReceiveData Receives the Device Response to the Isochronous IN token. More...
 
USBH_StatusTypeDef USBH_IsocSendData (USBH_HandleTypeDef *phost, uint8_t *buff, uint32_t length, uint8_t pipe_num)
 USBH_IsocSendData Sends the data on Isochronous OUT Endpoint. More...
 

Detailed Description

This file handles the issuing of the USB transactions.

Author
MCD Application Team
Version
V3.2.2
Date
07-July-2015
Attention

© COPYRIGHT 2015 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.