Enum efm32gg11b820::ebi::routeloc1::ADLOCR [] [src]

pub enum ADLOCR {
    LOC0,
    LOC1,
    LOC2,
    _Reserved(u8),
}

Possible values of the field ADLOC

Variants

Location 0

Location 1

Location 2

Reserved

Methods

impl ADLOCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is LOC0

[src]

Checks if the value of the field is LOC1

[src]

Checks if the value of the field is LOC2

Trait Implementations

impl Clone for ADLOCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ADLOCR
[src]

impl Debug for ADLOCR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ADLOCR
[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 ADLOCR

impl Sync for ADLOCR