Enum efr32xg12p::prs::routeloc1::CH7LOCR [] [src]

pub enum CH7LOCR {
    LOC0,
    LOC1,
    LOC2,
    LOC3,
    LOC4,
    LOC5,
    LOC6,
    LOC7,
    LOC8,
    LOC9,
    LOC10,
    _Reserved(u8),
}

Possible values of the field CH7LOC

Variants

Location 0

Location 1

Location 2

Location 3

Location 4

Location 5

Location 6

Location 7

Location 8

Location 9

Location 10

Reserved

Methods

impl CH7LOCR
[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

[src]

Checks if the value of the field is LOC3

[src]

Checks if the value of the field is LOC4

[src]

Checks if the value of the field is LOC5

[src]

Checks if the value of the field is LOC6

[src]

Checks if the value of the field is LOC7

[src]

Checks if the value of the field is LOC8

[src]

Checks if the value of the field is LOC9

[src]

Checks if the value of the field is LOC10

Trait Implementations

impl Clone for CH7LOCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CH7LOCR
[src]

impl Debug for CH7LOCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CH7LOCR
[src]

[src]

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

[src]

This method tests for !=.