Enum stm32f103xx::usb::ep5r::EP_TYPEW
[−]
[src]
pub enum EP_TYPEW { BULK, CONTROL, ISO, INTERRUPT, }
Values that can be written to the field EP_TYPE
Variants
BULK
This endpoint is a bulk endpoint
CONTROL
This endpoint is a control endpoint
ISO
This endpoint is an isochronous endpoint
INTERRUPT
This endpoint is an interrupt endpoint