[][src]Struct cc2650::aux_adi4::adc0::_SMPL_CYCLE_EXPW

pub struct _SMPL_CYCLE_EXPW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _SMPL_CYCLE_EXPW<'a>[src]

pub fn variant(self, variant: SMPL_CYCLE_EXPW) -> &'a mut W[src]

Writes variant to the field

pub fn _10p9_ms(self) -> &'a mut W[src]

65536x 6 MHz clock periods = 10.9ms

pub fn _5p46_ms(self) -> &'a mut W[src]

32768x 6 MHz clock periods = 5.46ms

pub fn _2p73_ms(self) -> &'a mut W[src]

16384x 6 MHz clock periods = 2.73ms

pub fn _1p37_ms(self) -> &'a mut W[src]

8192x 6 MHz clock periods = 1.37ms

pub fn _682_us(self) -> &'a mut W[src]

4096x 6 MHz clock periods = 682us

pub fn _341_us(self) -> &'a mut W[src]

2048x 6 MHz clock periods = 341us

pub fn _170_us(self) -> &'a mut W[src]

1024x 6 MHz clock periods = 170us

pub fn _85p3_us(self) -> &'a mut W[src]

512x 6 MHz clock periods = 85.3us

pub fn _42p6_us(self) -> &'a mut W[src]

256x 6 MHz clock periods = 42.6us

pub fn _21p3_us(self) -> &'a mut W[src]

128x 6 MHz clock periods = 21.3us

pub fn _10p6_us(self) -> &'a mut W[src]

64x 6 MHz clock periods = 10.6us

pub fn _5p3_us(self) -> &'a mut W[src]

32x 6 MHz clock periods = 5.3us

pub fn _2p7_us(self) -> &'a mut W[src]

16x 6 MHz clock periods = 2.7us

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _SMPL_CYCLE_EXPW<'a>

impl<'a> Sync for _SMPL_CYCLE_EXPW<'a>

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]