[][src]Enum nrf52832_hal::target::saadc::ch::config::GAINR

pub enum GAINR {
    GAIN1_6,
    GAIN1_5,
    GAIN1_4,
    GAIN1_3,
    GAIN1_2,
    GAIN1,
    GAIN2,
    GAIN4,
}

Possible values of the field GAIN

Variants

GAIN1_6

1/6

GAIN1_5

1/5

GAIN1_4

1/4

GAIN1_3

1/3

GAIN1_2

1/2

GAIN1

1

GAIN2

2

GAIN4

4

Methods

impl GAINR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is GAIN1_6

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

Checks if the value of the field is GAIN1_5

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

Checks if the value of the field is GAIN1_4

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

Checks if the value of the field is GAIN1_3

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

Checks if the value of the field is GAIN1_2

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

Checks if the value of the field is GAIN1

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

Checks if the value of the field is GAIN2

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

Checks if the value of the field is GAIN4

Trait Implementations

impl PartialEq<GAINR> for GAINR[src]

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

This method tests for !=.

impl Clone for GAINR[src]

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

Performs copy-assignment from source. Read more

impl Copy for GAINR[src]

impl Debug for GAINR[src]

Auto Trait Implementations

impl Send for GAINR

impl Sync for GAINR

Blanket Implementations

impl<T> From for T[src]

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, 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