[][src]Enum efm32gg11b820::vdac0::ch1ctrl::PRSSELR

pub enum PRSSELR {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
    PRSCH8,
    PRSCH9,
    PRSCH10,
    PRSCH11,
    PRSCH12,
    PRSCH13,
    PRSCH14,
    PRSCH15,
    PRSCH16,
    PRSCH17,
    PRSCH18,
    PRSCH19,
    PRSCH20,
    PRSCH21,
    PRSCH22,
    PRSCH23,
    _Reserved(u8),
}

Possible values of the field PRSSEL

Variants

PRSCH0

PRS ch 0 triggers a conversion.

PRSCH1

PRS ch 1 triggers a conversion.

PRSCH2

PRS ch 2 triggers a conversion.

PRSCH3

PRS ch 3 triggers a conversion.

PRSCH4

PRS ch 4 triggers a conversion.

PRSCH5

PRS ch 5 triggers a conversion.

PRSCH6

PRS ch 6 triggers a conversion.

PRSCH7

PRS ch 7 triggers a conversion.

PRSCH8

PRS ch 8 triggers a conversion.

PRSCH9

PRS ch 9 triggers a conversion.

PRSCH10

PRS ch 10 triggers a conversion.

PRSCH11

PRS ch 11 triggers a conversion.

PRSCH12

PRS ch 12 triggers a conversion.

PRSCH13

PRS ch 13 triggers a conversion.

PRSCH14

PRS ch 14 triggers a conversion.

PRSCH15

PRS ch 15 triggers a conversion.

PRSCH16

PRS ch 16 triggers a conversion.

PRSCH17

PRS ch 17 triggers a conversion.

PRSCH18

PRS ch 18 triggers a conversion.

PRSCH19

PRS ch 19 triggers a conversion.

PRSCH20

PRS ch 20 triggers a conversion.

PRSCH21

PRS ch 21 triggers a conversion.

PRSCH22

PRS ch 22 triggers a conversion.

PRSCH23

PRS ch 23 triggers a conversion.

_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

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

Checks if the value of the field is PRSCH12

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

Checks if the value of the field is PRSCH13

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

Checks if the value of the field is PRSCH14

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

Checks if the value of the field is PRSCH15

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

Checks if the value of the field is PRSCH16

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

Checks if the value of the field is PRSCH17

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

Checks if the value of the field is PRSCH18

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

Checks if the value of the field is PRSCH19

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

Checks if the value of the field is PRSCH20

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

Checks if the value of the field is PRSCH21

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

Checks if the value of the field is PRSCH22

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

Checks if the value of the field is PRSCH23

Trait Implementations

impl Copy for PRSSELR[src]

impl Debug for PRSSELR[src]

impl PartialEq<PRSSELR> 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, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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]

impl<T> Same for T

type Output = T

Should always be Self