CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
USB Endpoint Type

USB Endpoint Type definitions. More...

Macros

#define ARM_USB_ENDPOINT_CONTROL   (0U)
 Control Endpoint.
 
#define ARM_USB_ENDPOINT_ISOCHRONOUS   (1U)
 Isochronous Endpoint.
 
#define ARM_USB_ENDPOINT_BULK   (2U)
 Bulk Endpoint.
 
#define ARM_USB_ENDPOINT_INTERRUPT   (3U)
 Interrupt Endpoint.
 

Description

USB Endpoint Type definitions.

The following USB Endpoint Type values are defined:

Macro Definition Documentation

◆ ARM_USB_ENDPOINT_CONTROL

#define ARM_USB_ENDPOINT_CONTROL   (0U)

Control Endpoint.

◆ ARM_USB_ENDPOINT_ISOCHRONOUS

#define ARM_USB_ENDPOINT_ISOCHRONOUS   (1U)

Isochronous Endpoint.

◆ ARM_USB_ENDPOINT_BULK

#define ARM_USB_ENDPOINT_BULK   (2U)

Bulk Endpoint.

◆ ARM_USB_ENDPOINT_INTERRUPT

#define ARM_USB_ENDPOINT_INTERRUPT   (3U)

Interrupt Endpoint.