Enum efm32gg990::pcnt0::route::LOCATIONR[][src]

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

Possible values of the field LOCATION

Variants

Location 0

Location 1

Location 2

Location 3

Reserved

Methods

impl LOCATIONR
[src]

Value of the field as raw bits

Checks if the value of the field is LOC0

Checks if the value of the field is LOC1

Checks if the value of the field is LOC2

Checks if the value of the field is LOC3

Trait Implementations

impl Clone for LOCATIONR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LOCATIONR
[src]

impl Debug for LOCATIONR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LOCATIONR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for LOCATIONR

impl Sync for LOCATIONR