Enum xc2bit::XC2IOBZIAMode [] [src]

pub enum XC2IOBZIAMode {
    Disabled,
    PAD,
    REG,
}

Mux selection for the ZIA input from this I/O pin's input. The ZIA input can be chosen to come from either the input pin directly or from the output of the register in the macrocell corresponding to this I/O pin. The latter is used to allow for buried combinatorial feedback in a macrocell without "wasting" the register.

Variants

Methods

impl XC2IOBZIAMode
[src]

[src]

impl XC2IOBZIAMode
[src]

[src]

Trait Implementations

impl Copy for XC2IOBZIAMode
[src]

impl Clone for XC2IOBZIAMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2IOBZIAMode
[src]

impl PartialEq for XC2IOBZIAMode
[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 XC2IOBZIAMode
[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 XC2IOBZIAMode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XC2IOBZIAMode

impl Sync for XC2IOBZIAMode