Enum efr32xg12p::ldma::ch2_ctrl::BLOCKSIZER [] [src]

pub enum BLOCKSIZER {
    UNIT1,
    UNIT2,
    UNIT3,
    UNIT4,
    UNIT6,
    UNIT8,
    UNIT16,
    UNIT32,
    UNIT64,
    UNIT128,
    UNIT256,
    UNIT512,
    UNIT1024,
    ALL,
    _Reserved(u8),
}

Possible values of the field BLOCKSIZE

Variants

One unit transfer per arbitration

Two unit transfers per arbitration

Three unit transfers per arbitration

Four unit transfers per arbitration

Six unit transfers per arbitration

Eight unit transfers per arbitration

Sixteen unit transfers per arbitration

32 unit transfers per arbitration

64 unit transfers per arbitration

128 unit transfers per arbitration

256 unit transfers per arbitration

512 unit transfers per arbitration

1024 unit transfers per arbitration

Transfer all units as specified by the XFRCNT field

Reserved

Methods

impl BLOCKSIZER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is UNIT1

[src]

Checks if the value of the field is UNIT2

[src]

Checks if the value of the field is UNIT3

[src]

Checks if the value of the field is UNIT4

[src]

Checks if the value of the field is UNIT6

[src]

Checks if the value of the field is UNIT8

[src]

Checks if the value of the field is UNIT16

[src]

Checks if the value of the field is UNIT32

[src]

Checks if the value of the field is UNIT64

[src]

Checks if the value of the field is UNIT128

[src]

Checks if the value of the field is UNIT256

[src]

Checks if the value of the field is UNIT512

[src]

Checks if the value of the field is UNIT1024

[src]

Checks if the value of the field is ALL

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 !=.