Enum efm32gg11b::crypto0::ctrl::INCWIDTH_A[][src]

#[repr(u8)]
pub enum INCWIDTH_A {
    INCWIDTH1,
    INCWIDTH2,
    INCWIDTH3,
    INCWIDTH4,
}
Expand description

Increment Width

Value on reset: 0

Variants

INCWIDTH1

0: Byte 15 in DATA1 is used for the increment function.

INCWIDTH2

1: Bytes 14 and 15 in DATA1 are used for the increment function.

INCWIDTH3

2: Bytes 13 to 15 in DATA1 are used for the increment function.

INCWIDTH4

3: Bytes 12 to 15 in DATA1 are used for the increment function.

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

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.