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

pub enum TACQR {
    _3US,
    _5US,
    _10US,
    _15US,
    _20US,
    _40US,
    _Reserved(u8),
}

Possible values of the field TACQ

Variants

_3US

3 us

_5US

5 us

_10US

10 us

_15US

15 us

_20US

20 us

_40US

40 us

_Reserved(u8)

Reserved

Methods

impl TACQR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _3US

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

Checks if the value of the field is _5US

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

Checks if the value of the field is _10US

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

Checks if the value of the field is _15US

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

Checks if the value of the field is _20US

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

Checks if the value of the field is _40US

Trait Implementations

impl PartialEq<TACQR> for TACQR[src]

impl Clone for TACQR[src]

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

Performs copy-assignment from source. Read more

impl Copy for TACQR[src]

impl Debug for TACQR[src]

Auto Trait Implementations

impl Send for TACQR

impl Sync for TACQR

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