Enum tm4c129x::usb0::usb_epc::UsbEpcPfltactR [] [src]

pub enum UsbEpcPfltactR {
    UsbEpcPfltactUnchg,
    UsbEpcPfltactTris,
    UsbEpcPfltactLow,
    UsbEpcPfltactHigh,
}

Possible values of the field USB_EPC_PFLTACT

Variants

Unchanged

Tristate

Low

High

Methods

impl UsbEpcPfltactR
[src]

Value of the field as raw bits

Checks if the value of the field is UsbEpcPfltactUnchg

Checks if the value of the field is UsbEpcPfltactTris

Checks if the value of the field is UsbEpcPfltactLow

Checks if the value of the field is UsbEpcPfltactHigh

Trait Implementations

impl Clone for UsbEpcPfltactR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UsbEpcPfltactR
[src]

impl Debug for UsbEpcPfltactR
[src]

Formats the value using the given formatter.

impl PartialEq for UsbEpcPfltactR
[src]

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

This method tests for !=.