[][src]Struct stm32f3::stm32f3x8::dac2::cr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn dmaudrie1(&self) -> DMAUDRIE1R[src]

Bit 13 - DAC channel1 DMA Underrun Interrupt enable

pub fn dmaen1(&self) -> DMAEN1R[src]

Bit 12 - DAC channel1 DMA enable

pub fn mamp13(&self) -> MAMP13R[src]

Bit 11 - DAC channel1 mask/amplitude selector

pub fn mamp12(&self) -> MAMP12R[src]

Bit 10 - MAMP12

pub fn mamp11(&self) -> MAMP11R[src]

Bit 9 - MAMP11

pub fn mamp10(&self) -> MAMP10R[src]

Bit 8 - MAMP10

pub fn wave1(&self) -> WAVE1R[src]

Bit 7 - DAC channel1 noise/triangle wave generation enable

pub fn wave2(&self) -> WAVE2R[src]

Bit 6 - WAVE2

pub fn tsel1(&self) -> TSEL1R[src]

Bits 3:5 - DAC channel1 trigger selection

pub fn ten1(&self) -> TEN1R[src]

Bit 2 - DAC channel1 trigger enable

pub fn boff1(&self) -> BOFF1R[src]

Bit 1 - DAC channel1 output buffer disable

pub fn en1(&self) -> EN1R[src]

Bit 0 - DAC channel1 enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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