Type Definition stm32g4::stm32g431::dac1::DAC_CR[][src]

type DAC_CR = Reg<u32, _DAC_CR>;

DAC control register

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

For information about available fields see dac_cr module

Trait Implementations

impl Readable for DAC_CR[src]

read() method returns dac_cr::R reader structure

impl ResetValue for DAC_CR[src]

Register DAC_CR reset()'s with value 0

type Type = u32

Register size

impl Writable for DAC_CR[src]

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