Enum efm32gg11b::crypto0::dstatus::DATA0ZERO_A[][src]

#[repr(u8)]
pub enum DATA0ZERO_A {
    ZERO0TO31,
    ZERO32TO63,
    ZERO64TO95,
    ZERO96TO127,
}
Expand description

Data 0 Zero

Value on reset: 0

Variants

ZERO0TO31

1: In DATA0 bits 0 to 31 are all zero.

ZERO32TO63

2: In DATA0 bits 32 to 63 are all zero.

ZERO64TO95

4: In DATA0 bits 64 to 95 are all zero.

ZERO96TO127

8: In DATA0 bits 96 to 127 are all zero.

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.