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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 13 - DAC channel1 DMA Underrun Interrupt enable

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

Bit 12 - DAC channel1 DMA enable

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

Bit 11 - DAC channel1 mask/amplitude selector

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

Bit 10 - MAMP12

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

Bit 9 - MAMP11

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

Bit 8 - MAMP10

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

Bit 7 - DAC channel1 noise/triangle wave generation enable

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

Bit 6 - WAVE2

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

Bits 3:5 - DAC channel1 trigger selection

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

Bit 2 - DAC channel1 trigger enable

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

Bit 1 - DAC channel1 output buffer disable

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

Bit 0 - DAC channel1 enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> From<T> for 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