Enum efr32x12p::pcnt2::routeloc0::S0INLOCR [] [src]

pub enum S0INLOCR {
    LOC0,
    LOC1,
    LOC2,
    LOC3,
    LOC4,
    LOC5,
    LOC6,
    LOC7,
    LOC8,
    LOC9,
    LOC10,
    LOC11,
    LOC12,
    LOC13,
    LOC14,
    LOC15,
    LOC16,
    LOC17,
    LOC18,
    LOC19,
    LOC20,
    LOC21,
    LOC22,
    LOC23,
    LOC24,
    LOC25,
    LOC26,
    LOC27,
    LOC28,
    LOC29,
    LOC30,
    LOC31,
    _Reserved(u8),
}

Possible values of the field S0INLOC

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

Location 18

Location 19

Location 20

Location 21

Location 22

Location 23

Location 24

Location 25

Location 26

Location 27

Location 28

Location 29

Location 30

Location 31

Reserved

Methods

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

[src]

Checks if the value of the field is LOC18

[src]

Checks if the value of the field is LOC19

[src]

Checks if the value of the field is LOC20

[src]

Checks if the value of the field is LOC21

[src]

Checks if the value of the field is LOC22

[src]

Checks if the value of the field is LOC23

[src]

Checks if the value of the field is LOC24

[src]

Checks if the value of the field is LOC25

[src]

Checks if the value of the field is LOC26

[src]

Checks if the value of the field is LOC27

[src]

Checks if the value of the field is LOC28

[src]

Checks if the value of the field is LOC29

[src]

Checks if the value of the field is LOC30

[src]

Checks if the value of the field is LOC31

Trait Implementations

impl Clone for S0INLOCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for S0INLOCR
[src]

impl Debug for S0INLOCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for S0INLOCR
[src]

[src]

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

[src]

This method tests for !=.