[][src]Struct cc2650::aux_anaif::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub adcctl: ADCCTL, pub adcfifostat: ADCFIFOSTAT, pub adcfifo: ADCFIFO, pub adctrig: ADCTRIG, pub isrcctl: ISRCCTL, // some fields omitted }

Register block

Fields

adcctl: ADCCTL

0x10 - ADC Control Configuration of ADI_4_AUX:ADC0.SMPL_MODE decides if the ADC trigger starts sampling or conversion.

adcfifostat: ADCFIFOSTAT

0x14 - ADC FIFO Status FIFO can hold up to four ADC samples.

adcfifo: ADCFIFO

0x18 - ADC FIFO

adctrig: ADCTRIG

0x1c - ADC Trigger

isrcctl: ISRCCTL

0x20 - Current Source Control

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]