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

pub enum SIZER {
    BYTE,
    HALFWORD,
    WORD,
    _Reserved(u8),
}

Possible values of the field SIZE

Variants

Each unit transfer is a byte

Each unit transfer is a half-word

Each unit transfer is a word

Reserved

Methods

impl SIZER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BYTE

[src]

Checks if the value of the field is HALFWORD

[src]

Checks if the value of the field is WORD

Trait Implementations

impl Clone for SIZER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SIZER
[src]

impl Debug for SIZER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SIZER
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SIZER

impl Sync for SIZER