Enum efm32gg11b820::usart3::routeloc1::CTSLOCR [] [src]

pub enum CTSLOCR {
    LOC0,
    LOC1,
    LOC2,
    LOC3,
    LOC4,
    LOC5,
    LOC6,
    _Reserved(u8),
}

Possible values of the field CTSLOC

Variants

Location 0

Location 1

Location 2

Location 3

Location 4

Location 5

Location 6

Reserved

Methods

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

Trait Implementations

impl Clone for CTSLOCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CTSLOCR
[src]

impl Debug for CTSLOCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CTSLOCR
[src]

[src]

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

[src]

This method tests for !=.