Enum efr32xg12p::ldma::ch7_cfg::ARBSLOTSR [] [src]

pub enum ARBSLOTSR {
    ONE,
    TWO,
    FOUR,
    EIGHT,
}

Possible values of the field ARBSLOTS

Variants

One arbitration slot selected

Two arbitration slots selected

Four arbitration slots selected

Eight arbitration slots selected

Methods

impl ARBSLOTSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is TWO

[src]

Checks if the value of the field is FOUR

[src]

Checks if the value of the field is EIGHT

Trait Implementations

impl Clone for ARBSLOTSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ARBSLOTSR
[src]

impl Debug for ARBSLOTSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ARBSLOTSR
[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 !=.