Enum efm32gg11b820::crypto0::wac::RESULTWIDTHR [] [src]

pub enum RESULTWIDTHR {
    _256BIT,
    _128BIT,
    _260BIT,
    _Reserved(u8),
}

Possible values of the field RESULTWIDTH

Variants

Results have 256 bits

Results have 128 bits

Results have 260 bits. Upper bits of result can be read through DDATA0MSBS in CRYPTO_STATUS

Reserved

Methods

impl RESULTWIDTHR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _256BIT

[src]

Checks if the value of the field is _128BIT

[src]

Checks if the value of the field is _260BIT

Trait Implementations

impl Clone for RESULTWIDTHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RESULTWIDTHR
[src]

impl Debug for RESULTWIDTHR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RESULTWIDTHR
[src]

[src]

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

[src]

This method tests for !=.