Enum stm32f103xx::usb::ep0r::EP_TYPER[][src]

pub enum EP_TYPER {
    BULK,
    CONTROL,
    ISO,
    INTERRUPT,
}

Possible values of the field EP_TYPE

Variants

This endpoint is a bulk endpoint

This endpoint is a control endpoint

This endpoint is an isochronous endpoint

This endpoint is an interrupt endpoint

Methods

impl EP_TYPER
[src]

Value of the field as raw bits

Checks if the value of the field is BULK

Checks if the value of the field is CONTROL

Checks if the value of the field is ISO

Checks if the value of the field is INTERRUPT

Trait Implementations

impl Clone for EP_TYPER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EP_TYPER
[src]

impl Debug for EP_TYPER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EP_TYPER
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EP_TYPER

impl Sync for EP_TYPER