[][src]Struct cc13x2_cc26x2_hal::aux_adi4::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub mux0: MUX0, pub mux1: MUX1, pub mux2: MUX2, pub mux3: MUX3, pub isrc: ISRC, pub comp: COMP, pub mux4: MUX4, pub adc0: ADC0, pub adc1: ADC1, pub adcref0: ADCREF0, pub adcref1: ADCREF1, // some fields omitted }

Register block

Fields

mux0: MUX0

0x00 - Internal. Only to be used through TI provided API.

mux1: MUX1

0x01 - Internal. Only to be used through TI provided API.

mux2: MUX2

0x02 - Internal. Only to be used through TI provided API.

mux3: MUX3

0x03 - Internal. Only to be used through TI provided API.

isrc: ISRC

0x04 - Current Source Strength and trim control for current source. Only to be used through TI provided API.

comp: COMP

0x05 - Comparator Control COMPA and COMPB comparators. Only to be used through TI provided API.

mux4: MUX4

0x07 - Internal. Only to be used through TI provided API.

adc0: ADC0

0x08 - ADC Control 0 ADC Sample Control. Only to be used through TI provided API.

adc1: ADC1

0x09 - ADC Control 1 ADC Comparator Control. Only to be used through TI provided API.

adcref0: ADCREF0

0x0a - ADC Reference 0 Control reference used by the ADC. Only to be used through TI provided API.

adcref1: ADCREF1

0x0b - ADC Reference 1 Control reference used by the ADC. Only to be used through TI provided API.

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