Enum efm32gg11b820::ldma::ch0_ctrl::BLOCKSIZEW [] [src]

pub enum BLOCKSIZEW {
    UNIT1,
    UNIT2,
    UNIT3,
    UNIT4,
    UNIT6,
    UNIT8,
    UNIT16,
    UNIT32,
    UNIT64,
    UNIT128,
    UNIT256,
    UNIT512,
    UNIT1024,
    ALL,
}

Values that can be written to 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

Trait Implementations

Auto Trait Implementations

impl Send for BLOCKSIZEW

impl Sync for BLOCKSIZEW