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.
Dependents: ton_demo ton_template
usbd_ioreq.c File Reference
This file provides the IO requests APIs for control endpoints. More...
Go to the source code of this file.
Functions | |
| USBD_StatusTypeDef | USBD_CtlSendData (USBD_HandleTypeDef *pdev, uint8_t *pbuf, uint16_t len) |
| USBD_CtlSendData send data on the ctl pipe. | |
| USBD_StatusTypeDef | USBD_CtlContinueSendData (USBD_HandleTypeDef *pdev, uint8_t *pbuf, uint16_t len) |
| USBD_CtlContinueSendData continue sending data on the ctl pipe. | |
| USBD_StatusTypeDef | USBD_CtlPrepareRx (USBD_HandleTypeDef *pdev, uint8_t *pbuf, uint16_t len) |
| USBD_CtlPrepareRx receive data on the ctl pipe. | |
| USBD_StatusTypeDef | USBD_CtlContinueRx (USBD_HandleTypeDef *pdev, uint8_t *pbuf, uint16_t len) |
| USBD_CtlContinueRx continue receive data on the ctl pipe. | |
| USBD_StatusTypeDef | USBD_CtlSendStatus (USBD_HandleTypeDef *pdev) |
| USBD_CtlSendStatus send zero lzngth packet on the ctl pipe. | |
| USBD_StatusTypeDef | USBD_CtlReceiveStatus (USBD_HandleTypeDef *pdev) |
| USBD_CtlReceiveStatus receive zero lzngth packet on the ctl pipe. | |
| uint16_t | USBD_GetRxCount (USBD_HandleTypeDef *pdev, uint8_t ep_addr) |
| USBD_GetRxCount returns the received data length. | |
Detailed Description
This file provides the IO requests APIs for control endpoints.
- Version:
- V2.3.0
- Date:
- 04-November-2014
- Attention:
© COPYRIGHT 2014 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_ioreq.c.
Generated on Tue Jul 12 2022 20:52:33 by
1.7.2