Enum efm32gg11b820::crypto0::seqctrl::BLOCKSIZER [] [src]

pub enum BLOCKSIZER {
    _16BYTES,
    _32BYTES,
    _64BYTES,
    _Reserved(u8),
}

Possible values of the field BLOCKSIZE

Variants

A block is 16 bytes long

A block is 32 bytes long

A block is 64 bytes long

Reserved

Methods

impl BLOCKSIZER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _16BYTES

[src]

Checks if the value of the field is _32BYTES

[src]

Checks if the value of the field is _64BYTES

Trait Implementations

impl Clone for BLOCKSIZER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BLOCKSIZER
[src]

impl Debug for BLOCKSIZER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BLOCKSIZER
[src]

[src]

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

[src]

This method tests for !=.