#[repr(u8)]
pub enum IFG_A {
    Ifg96,
    Ifg88,
    Ifg80,
    Ifg72,
    Ifg64,
    Ifg56,
    Ifg48,
    Ifg40,
}
Expand description

Interframe gap

Value on reset: 0

Variants

Ifg96

0: 96 bit times

Ifg88

1: 88 bit times

Ifg80

2: 80 bit times

Ifg72

3: 72 bit times

Ifg64

4: 64 bit times

Ifg56

5: 56 bit times

Ifg48

6: 48 bit times

Ifg40

7: 40 bit times

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.