Enum xc2bit::XC2IOBIbufMode [] [src]

pub enum XC2IOBIbufMode {
    NoVrefNoSt,
    NoVrefSt,
    UsesVref,
    IsVref,
}

Input mode selection on larger parts with VREF

Variants

This input buffer is not using VREF, and it is also not using the Schmitt trigger

This input buffer is not using VREF, but it is using the Schmitt trigger

This input buffer is using VREF (supposedly it always has the Schmitt trigger?)

This input pin is serving as VREF

Methods

impl XC2IOBIbufMode
[src]

[src]

impl XC2IOBIbufMode
[src]

[src]

Trait Implementations

impl Copy for XC2IOBIbufMode
[src]

impl Clone for XC2IOBIbufMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2IOBIbufMode
[src]

impl PartialEq for XC2IOBIbufMode
[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 !=.

impl Hash for XC2IOBIbufMode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for XC2IOBIbufMode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations