[][src]Struct mkl26z4::dac0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub dat0l: DATL,
    pub dat0h: DATH,
    pub dat1l: DATL,
    pub dat1h: DATH,
    pub sr: SR,
    pub c0: C0,
    pub c1: C1,
    pub c2: C2,
    // some fields omitted
}

Register block

Fields

dat0l: DATL

0x00 - DAC Data Low Register

dat0h: DATH

0x01 - DAC Data High Register

dat1l: DATL

0x02 - DAC Data Low Register

dat1h: DATH

0x03 - DAC Data High Register

sr: SR

0x20 - DAC Status Register

c0: C0

0x21 - DAC Control Register

c1: C1

0x22 - DAC Control Register 1

c2: C2

0x23 - DAC Control Register 2

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self