Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
usbh_ioreq.c File Reference
This file handles the issuing of the USB transactions. More...
Go to the source code of this file.
Functions | |
| USBH_StatusTypeDef | USBH_CtlSendSetup (USBH_HandleTypeDef *phost, uint8_t *buff, uint8_t pipe_num) |
| USBH_CtlSendSetup Sends the Setup Packet to the Device. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
Detailed Description
This file handles the issuing of the USB transactions.
- 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.
Definition in file usbh_ioreq.c.
Generated on Tue Jul 12 2022 14:58:32 by
1.7.2