[][src]Enum efm32gg11b820::acmp1::inputsel::CSRESSELR

pub enum CSRESSELR {
    RES0,
    RES1,
    RES2,
    RES3,
    RES4,
    RES5,
    RES6,
    RES7,
}

Possible values of the field CSRESSEL

Variants

RES0

Internal capacitive sense resistor value 0

RES1

Internal capacitive sense resistor value 1

RES2

Internal capacitive sense resistor value 2

RES3

Internal capacitive sense resistor value 3

RES4

Internal capacitive sense resistor value 4

RES5

Internal capacitive sense resistor value 5

RES6

Internal capacitive sense resistor value 6

RES7

Internal capacitive sense resistor value 7

Methods

impl CSRESSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is RES0

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

Checks if the value of the field is RES1

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

Checks if the value of the field is RES2

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

Checks if the value of the field is RES3

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

Checks if the value of the field is RES4

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

Checks if the value of the field is RES5

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

Checks if the value of the field is RES6

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

Checks if the value of the field is RES7

Trait Implementations

impl Copy for CSRESSELR[src]

impl Debug for CSRESSELR[src]

impl PartialEq<CSRESSELR> for CSRESSELR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for CSRESSELR[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 CSRESSELR

impl Sync for CSRESSELR

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