Type Definition stm32g0::stm32g071::dac::DAC_DHR12RD[][src]

type DAC_DHR12RD = Reg<u32, _DAC_DHR12RD>;

Dual DAC 12-bit right-aligned data holding register

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

For information about available fields see dac_dhr12rd module

Trait Implementations

impl Readable for DAC_DHR12RD[src]

read() method returns dac_dhr12rd::R reader structure

impl ResetValue for DAC_DHR12RD[src]

Register DAC_DHR12RD reset()'s with value 0

type Type = u32

Register size

impl Writable for DAC_DHR12RD[src]

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