[][src]Enum efr32xg1::timer1::cc1_ctrl::PRSSELR

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

Possible values of the field PRSSEL

Variants

PRSCH0

PRS Channel 0 selected as input

PRSCH1

PRS Channel 1 selected as input

PRSCH2

PRS Channel 2 selected as input

PRSCH3

PRS Channel 3 selected as input

PRSCH4

PRS Channel 4 selected as input

PRSCH5

PRS Channel 5 selected as input

PRSCH6

PRS Channel 6 selected as input

PRSCH7

PRS Channel 7 selected as input

PRSCH8

PRS Channel 8 selected as input

PRSCH9

PRS Channel 9 selected as input

PRSCH10

PRS Channel 10 selected as input

PRSCH11

PRS Channel 11 selected as input

_Reserved(u8)

Reserved

Methods

impl PRSSELR
[src]

pub fn bits(&self) -> u8
[src]

Value of the field as raw bits

pub fn is_prsch0(&self) -> bool
[src]

Checks if the value of the field is PRSCH0

pub fn is_prsch1(&self) -> bool
[src]

Checks if the value of the field is PRSCH1

pub fn is_prsch2(&self) -> bool
[src]

Checks if the value of the field is PRSCH2

pub fn is_prsch3(&self) -> bool
[src]

Checks if the value of the field is PRSCH3

pub fn is_prsch4(&self) -> bool
[src]

Checks if the value of the field is PRSCH4

pub fn is_prsch5(&self) -> bool
[src]

Checks if the value of the field is PRSCH5

pub fn is_prsch6(&self) -> bool
[src]

Checks if the value of the field is PRSCH6

pub fn is_prsch7(&self) -> bool
[src]

Checks if the value of the field is PRSCH7

pub fn is_prsch8(&self) -> bool
[src]

Checks if the value of the field is PRSCH8

pub fn is_prsch9(&self) -> bool
[src]

Checks if the value of the field is PRSCH9

pub fn is_prsch10(&self) -> bool
[src]

Checks if the value of the field is PRSCH10

pub fn is_prsch11(&self) -> bool
[src]

Checks if the value of the field is PRSCH11

Trait Implementations

impl Debug for PRSSELR
[src]

impl PartialEq<PRSSELR> for PRSSELR
[src]

impl Copy for PRSSELR
[src]

impl Clone for PRSSELR
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PRSSELR

impl Sync for PRSSELR

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]