[][src]Enum cc2650::aux_adi4::adc0::SMPL_CYCLE_EXPR

pub enum SMPL_CYCLE_EXPR {
    _10P9_MS,
    _5P46_MS,
    _2P73_MS,
    _1P37_MS,
    _682_US,
    _341_US,
    _170_US,
    _85P3_US,
    _42P6_US,
    _21P3_US,
    _10P6_US,
    _5P3_US,
    _2P7_US,
    _Reserved(u8),
}

Possible values of the field SMPL_CYCLE_EXP

Variants

_10P9_MS

65536x 6 MHz clock periods = 10.9ms

_5P46_MS

32768x 6 MHz clock periods = 5.46ms

_2P73_MS

16384x 6 MHz clock periods = 2.73ms

_1P37_MS

8192x 6 MHz clock periods = 1.37ms

_682_US

4096x 6 MHz clock periods = 682us

_341_US

2048x 6 MHz clock periods = 341us

_170_US

1024x 6 MHz clock periods = 170us

_85P3_US

512x 6 MHz clock periods = 85.3us

_42P6_US

256x 6 MHz clock periods = 42.6us

_21P3_US

128x 6 MHz clock periods = 21.3us

_10P6_US

64x 6 MHz clock periods = 10.6us

_5P3_US

32x 6 MHz clock periods = 5.3us

_2P7_US

16x 6 MHz clock periods = 2.7us

_Reserved(u8)

Reserved

Methods

impl SMPL_CYCLE_EXPR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _10P9_MS

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

Checks if the value of the field is _5P46_MS

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

Checks if the value of the field is _2P73_MS

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

Checks if the value of the field is _1P37_MS

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

Checks if the value of the field is _682_US

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

Checks if the value of the field is _341_US

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

Checks if the value of the field is _170_US

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

Checks if the value of the field is _85P3_US

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

Checks if the value of the field is _42P6_US

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

Checks if the value of the field is _21P3_US

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

Checks if the value of the field is _10P6_US

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

Checks if the value of the field is _5P3_US

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

Checks if the value of the field is _2P7_US

Trait Implementations

impl Copy for SMPL_CYCLE_EXPR[src]

impl Debug for SMPL_CYCLE_EXPR[src]

impl PartialEq<SMPL_CYCLE_EXPR> for SMPL_CYCLE_EXPR[src]

impl Clone for SMPL_CYCLE_EXPR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

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]