Enum stm32f103xx::usb::ep6r::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]

[src]
[]

Value of the field as raw bits

[src]
[]

Checks if the value of the field is BULK

[src]
[]

Checks if the value of the field is CONTROL

[src]
[]

Checks if the value of the field is ISO

[src]
[]

Checks if the value of the field is INTERRUPT

Trait Implementations

impl Clone for EP_TYPER
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for EP_TYPER
[src]

impl Debug for EP_TYPER
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl PartialEq for EP_TYPER
[src]

[src]
[]

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

1.0.0
[src]
[]

This method tests for !=.