Type Definition stm32g4::stm32g474::dac1::DAC_MCR[][src]

type DAC_MCR = Reg<u32, _DAC_MCR>;

DAC mode control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see dac_mcr module

Trait Implementations

impl Readable for DAC_MCR[src]

read() method returns dac_mcr::R reader structure

impl ResetValue for DAC_MCR[src]

Register DAC_MCR reset()'s with value 0

type Type = u32

Register size

impl Writable for DAC_MCR[src]

write(|w| ..) method takes dac_mcr::W writer structure