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

pub enum CH6LOCR {
    LOC0,
    LOC1,
    LOC2,
    LOC3,
    LOC4,
    LOC5,
    LOC6,
    LOC7,
    LOC8,
    LOC9,
    LOC10,
    LOC11,
    LOC12,
    LOC13,
    LOC14,
    LOC15,
    LOC16,
    LOC17,
    _Reserved(u8),
}

Possible values of the field CH6LOC

Variants

Location 0

Location 1

Location 2

Location 3

Location 4

Location 5

Location 6

Location 7

Location 8

Location 9

Location 10

Location 11

Location 12

Location 13

Location 14

Location 15

Location 16

Location 17

Reserved

Methods

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

[src]

Checks if the value of the field is LOC11

[src]

Checks if the value of the field is LOC12

[src]

Checks if the value of the field is LOC13

[src]

Checks if the value of the field is LOC14

[src]

Checks if the value of the field is LOC15

[src]

Checks if the value of the field is LOC16

[src]

Checks if the value of the field is LOC17

Trait Implementations

impl Clone for CH6LOCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CH6LOCR
[src]

impl Debug for CH6LOCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CH6LOCR
[src]

[src]

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

[src]

This method tests for !=.