Enum efm32gg11b820::crypto0::ctrl::INCWIDTHR [] [src]

pub enum INCWIDTHR {
    INCWIDTH1,
    INCWIDTH2,
    INCWIDTH3,
    INCWIDTH4,
}

Possible values of the field INCWIDTH

Variants

Byte 15 in DATA1 is used for the increment function.

Bytes 14 and 15 in DATA1 are used for the increment function.

Bytes 13 to 15 in DATA1 are used for the increment function.

Bytes 12 to 15 in DATA1 are used for the increment function.

Methods

impl INCWIDTHR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INCWIDTH1

[src]

Checks if the value of the field is INCWIDTH2

[src]

Checks if the value of the field is INCWIDTH3

[src]

Checks if the value of the field is INCWIDTH4

Trait Implementations

impl Clone for INCWIDTHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for INCWIDTHR
[src]

impl Debug for INCWIDTHR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for INCWIDTHR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.