Enum efm32gg990::pcnt0::input::S0PRSSELR[][src]

pub enum S0PRSSELR {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
    PRSCH8,
    PRSCH9,
    PRSCH10,
    PRSCH11,
    _Reserved(u8),
}

Possible values of the field S0PRSSEL

Variants

PRS Channel 0 selected.

PRS Channel 1 selected.

PRS Channel 2 selected.

PRS Channel 3 selected.

PRS Channel 4 selected.

PRS Channel 5 selected.

PRS Channel 6 selected.

PRS Channel 7 selected.

PRS Channel 8 selected.

PRS Channel 9 selected.

PRS Channel 10 selected.

PRS Channel 11 selected.

Reserved

Methods

impl S0PRSSELR
[src]

Value of the field as raw bits

Checks if the value of the field is PRSCH0

Checks if the value of the field is PRSCH1

Checks if the value of the field is PRSCH2

Checks if the value of the field is PRSCH3

Checks if the value of the field is PRSCH4

Checks if the value of the field is PRSCH5

Checks if the value of the field is PRSCH6

Checks if the value of the field is PRSCH7

Checks if the value of the field is PRSCH8

Checks if the value of the field is PRSCH9

Checks if the value of the field is PRSCH10

Checks if the value of the field is PRSCH11

Trait Implementations

impl Clone for S0PRSSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for S0PRSSELR
[src]

impl Debug for S0PRSSELR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for S0PRSSELR
[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 S0PRSSELR

impl Sync for S0PRSSELR