Type Definition stm32g4::stm32g441::dac1::dac_sr::W[][src]

type W = W<u32, DAC_SR>;

Writer for register DAC_SR

Implementations

impl W[src]

pub fn dac1rdy(&mut self) -> DAC1RDY_W<'_>[src]

Bit 11 - DAC channel1 ready status bit

pub fn dorstat1(&mut self) -> DORSTAT1_W<'_>[src]

Bit 12 - DAC channel1 output register status bit

pub fn dmaudr1(&mut self) -> DMAUDR1_W<'_>[src]

Bit 13 - DAC channel1 DMA underrun flag This bit is set by hardware and cleared by software (by writing it to 1).

pub fn dac2rdy(&mut self) -> DAC2RDY_W<'_>[src]

Bit 27 - DAC channel 2 ready status bit

pub fn dorstat2(&mut self) -> DORSTAT2_W<'_>[src]

Bit 28 - DAC channel 2 output register status bit

pub fn dmaudr2(&mut self) -> DMAUDR2_W<'_>[src]

Bit 29 - DAC channel2 DMA underrun flag This bit is set by hardware and cleared by software (by writing it to 1).