[][src]Struct lpc845_pac::dac0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub ctrl: CTRL, pub cntval: CNTVAL, }

Register block

Fields

cr: CR

0x00 - D/A Converter Register. This register contains the digital value to be converted to analog and a power control bit.

ctrl: CTRL

0x04 - DAC Control register. This register controls DMA and timer operation.

cntval: CNTVAL

0x08 - DAC Counter Value register. This register contains the reload value for the DAC DMA/Interrupt timer.

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]