Enum efr32xg12p::crypto1::wac::MULWIDTHR [] [src]

pub enum MULWIDTHR {
    MUL256,
    MUL128,
    MULMOD,
    _Reserved(u8),
}

Possible values of the field MULWIDTH

Variants

Multiply 256 bits

Multiply 128 bits

Same number of bits as specified by MODULUS

Reserved

Methods

impl MULWIDTHR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is MUL256

[src]

Checks if the value of the field is MUL128

[src]

Checks if the value of the field is MULMOD

Trait Implementations

impl Clone for MULWIDTHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MULWIDTHR
[src]

impl Debug for MULWIDTHR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MULWIDTHR
[src]

[src]

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

[src]

This method tests for !=.