Enum efm32gg11b820::crypto0::dstatus::DATA0ZEROR [] [src]

pub enum DATA0ZEROR {
    ZERO0TO31,
    ZERO32TO63,
    ZERO64TO95,
    ZERO96TO127,
    _Reserved(u8),
}

Possible values of the field DATA0ZERO

Variants

In DATA0 bits 0 to 31 are all zero.

In DATA0 bits 32 to 63 are all zero.

In DATA0 bits 64 to 95 are all zero.

In DATA0 bits 96 to 127 are all zero.

Reserved

Methods

impl DATA0ZEROR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ZERO0TO31

[src]

Checks if the value of the field is ZERO32TO63

[src]

Checks if the value of the field is ZERO64TO95

[src]

Checks if the value of the field is ZERO96TO127

Trait Implementations

impl Clone for DATA0ZEROR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DATA0ZEROR
[src]

impl Debug for DATA0ZEROR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DATA0ZEROR
[src]

[src]

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

[src]

This method tests for !=.