APM:Libraries
|
header file for the usbd_ioreq.c file More...
Go to the source code of this file.
Functions | |
USBD_Status | USBD_CtlSendData (USB_OTG_CORE_HANDLE *pdev, const uint8_t *buf, uint16_t len) |
USBD_CtlSendData send data on the ctl pipe. More... | |
USBD_Status | USBD_CtlContinueSendData (USB_OTG_CORE_HANDLE *pdev, uint8_t *pbuf, uint16_t len) |
USBD_CtlContinueSendData continue sending data on the ctl pipe. More... | |
USBD_Status | USBD_CtlPrepareRx (USB_OTG_CORE_HANDLE *pdev, uint8_t *pbuf, uint16_t len) |
USBD_CtlPrepareRx receive data on the ctl pipe. More... | |
USBD_Status | USBD_CtlContinueRx (USB_OTG_CORE_HANDLE *pdev, uint8_t *pbuf, uint16_t len) |
USBD_CtlContinueRx continue receive data on the ctl pipe. More... | |
USBD_Status | USBD_CtlSendStatus (USB_OTG_CORE_HANDLE *pdev) |
USBD_CtlSendStatus send zero lzngth packet on the ctl pipe. More... | |
USBD_Status | USBD_CtlReceiveStatus (USB_OTG_CORE_HANDLE *pdev) |
USBD_CtlReceiveStatus receive zero lzngth packet on the ctl pipe. More... | |
uint16_t | USBD_GetRxCount (USB_OTG_CORE_HANDLE *pdev, uint8_t epnum) |
USBD_GetRxCount returns the received data length. More... | |
header file for the usbd_ioreq.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_ioreq.h.