[][src]Enum cc13x2_cc26x2_hal::aux_adi4::adc0::SMPL_CYCLE_EXPW

pub enum SMPL_CYCLE_EXPW {
    _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,
}

Values that can be written to 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

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]

impl<T> Same for T

type Output = T

Should always be Self