STSW-STLKT01
|
usbd_cdc.h File Reference
header file for the usbd_cdc.c file. More...
#include "usbd_ioreq.h"
Go to the source code of this file.
Data Structures | |
struct | USBD_CDC_LineCodingTypeDef |
struct | _USBD_CDC_Itf |
struct | USBD_CDC_HandleTypeDef |
Typedefs | |
typedef struct _USBD_CDC_Itf | USBD_CDC_ItfTypeDef |
Functions | |
uint8_t | USBD_CDC_RegisterInterface (USBD_HandleTypeDef *pdev, USBD_CDC_ItfTypeDef *fops) |
USBD_CDC_RegisterInterface. More... | |
uint8_t | USBD_CDC_SetTxBuffer (USBD_HandleTypeDef *pdev, uint8_t *pbuff, uint16_t length) |
USBD_CDC_SetTxBuffer. More... | |
uint8_t | USBD_CDC_SetRxBuffer (USBD_HandleTypeDef *pdev, uint8_t *pbuff) |
USBD_CDC_SetRxBuffer. More... | |
uint8_t | USBD_CDC_ReceivePacket (USBD_HandleTypeDef *pdev) |
USBD_CDC_ReceivePacket prepare OUT Endpoint for reception. More... | |
uint8_t | USBD_CDC_TransmitPacket (USBD_HandleTypeDef *pdev) |
USBD_CDC_DataOut Data received on non-control Out endpoint. More... | |
Variables | |
USBD_ClassTypeDef | USBD_CDC |
Detailed Description
header file for the usbd_cdc.c file.
- Author
- MCD Application Team
- Version
- V2.4.2
- Date
- 11-December-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 usbd_cdc.h.
Generated by 1.8.13