header file for the usbd_cdc_core.c file. More...
#include "usbd_ioreq.h"
Go to the source code of this file.
Classes | |
struct | _CDC_IF_PROP |
Macros | |
#define | CDC_DATA_IN_PACKET_SIZE CDC_DATA_MAX_PACKET_SIZE |
#define | CDC_DATA_OUT_PACKET_SIZE CDC_DATA_MAX_PACKET_SIZE |
#define | CLEAR_COMM_FEATURE 0x04 |
#define | DEVICE_CLASS_CDC 0x02 |
#define | DEVICE_SUBCLASS_CDC 0x00 |
#define | GET_COMM_FEATURE 0x03 |
#define | GET_ENCAPSULATED_RESPONSE 0x01 |
#define | GET_LINE_CODING 0x21 |
#define | NO_CMD 0xFF |
#define | SEND_BREAK 0x23 |
#define | SEND_ENCAPSULATED_COMMAND 0x00 |
#define | SET_COMM_FEATURE 0x02 |
#define | SET_CONTROL_LINE_STATE 0x22 |
#define | SET_LINE_CODING 0x20 |
#define | STANDARD_ENDPOINT_DESC_SIZE 0x09 |
#define | USB_CDC_CONFIG_DESC_SIZ (67) |
#define | USB_CDC_DESC_SIZ (67-9) |
#define | USB_CONFIGURATION_DESCRIPTOR_TYPE 0x02 |
#define | USB_DEVICE_DESCRIPTOR_TYPE 0x01 |
#define | USB_ENDPOINT_DESCRIPTOR_TYPE 0x05 |
#define | USB_INTERFACE_DESCRIPTOR_TYPE 0x04 |
#define | USB_STRING_DESCRIPTOR_TYPE 0x03 |
Typedefs | |
typedef struct _CDC_IF_PROP | CDC_IF_Prop_TypeDef |
Variables | |
USBD_Class_cb_TypeDef | USBD_CDC_cb |
header file for the usbd_cdc_core.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_cdc_core.h.