Enum efr32xg12p::csen::scaninputsel0::INPUT8TO15SELR [] [src]

pub enum INPUT8TO15SELR {
    APORT1CH0TO7,
    APORT1CH8TO15,
    APORT1CH16TO23,
    APORT1CH24TO31,
    APORT3CH0TO7,
    APORT3CH8TO15,
    APORT3CH16TO23,
    APORT3CH24TO31,
    _Reserved(u8),
}

Possible values of the field INPUT8TO15SEL

Variants

""

""

""

""

""

""

""

""

Reserved

Methods

impl INPUT8TO15SELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is APORT1CH0TO7

[src]

Checks if the value of the field is APORT1CH8TO15

[src]

Checks if the value of the field is APORT1CH16TO23

[src]

Checks if the value of the field is APORT1CH24TO31

[src]

Checks if the value of the field is APORT3CH0TO7

[src]

Checks if the value of the field is APORT3CH8TO15

[src]

Checks if the value of the field is APORT3CH16TO23

[src]

Checks if the value of the field is APORT3CH24TO31

Trait Implementations

impl Clone for INPUT8TO15SELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for INPUT8TO15SELR
[src]

impl Debug for INPUT8TO15SELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for INPUT8TO15SELR
[src]

[src]

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

[src]

This method tests for !=.