Enum xc2bit::XC2ZIAInput [] [src]

pub enum XC2ZIAInput {
    Macrocell {
        fb: u8,
        mc: u8,
    },
    IBuf {
        ibuf: u16,
    },
    DedicatedInput,
    Zero,
    One,
}

Represents one output of the ZIA. The ZIA is divided into rows, and each row can independently select a choice to connect to each function block. The ZIA has inputs from every part of the chip and can additionally output a constant zero or one. This represents one such output (as opposed to all outputs in a given row)

Variants

Fields of Macrocell

Fields of IBuf

Methods

impl XC2ZIAInput
[src]

[src]

Internal function that takes a ZIA row and decodes the bit encoding for it

[src]

Internal function that takes a ZIA row and choice and returns the bit encoding for it

[src]

Internal function that takes a ZIA row and decodes the bit encoding for it

[src]

Internal function that takes a ZIA row and choice and returns the bit encoding for it

[src]

Internal function that takes a ZIA row and decodes the bit encoding for it

[src]

Internal function that takes a ZIA row and choice and returns the bit encoding for it

[src]

Internal function that takes a ZIA row and decodes the bit encoding for it

[src]

Internal function that takes a ZIA row and choice and returns the bit encoding for it

[src]

Internal function that takes a ZIA row and decodes the bit encoding for it

[src]

Internal function that takes a ZIA row and choice and returns the bit encoding for it

[src]

Internal function that takes a ZIA row and decodes the bit encoding for it

[src]

Internal function that takes a ZIA row and choice and returns the bit encoding for it

Trait Implementations

impl Copy for XC2ZIAInput
[src]

impl Clone for XC2ZIAInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2ZIAInput
[src]

impl PartialEq for XC2ZIAInput
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for XC2ZIAInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for XC2ZIAInput
[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 Default for XC2ZIAInput
[src]

[src]

Returns a "default" ZIA selection, which is a constant one.

Auto Trait Implementations

impl Send for XC2ZIAInput

impl Sync for XC2ZIAInput