Enum xc2bit::XC2MCFeedbackMode [] [src]

pub enum XC2MCFeedbackMode {
    Disabled,
    COMB,
    REG,
}

Mux selection for the ZIA input from this macrocell. The ZIA input can be chosen to come from either the XOR gate or from the output of the register.

Variants

Methods

impl XC2MCFeedbackMode
[src]

[src]

impl XC2MCFeedbackMode
[src]

[src]

Trait Implementations

impl Copy for XC2MCFeedbackMode
[src]

impl Clone for XC2MCFeedbackMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2MCFeedbackMode
[src]

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations