[][src]Type Definition stm32f1::stm32f103::dac::DHR12LD

type DHR12LD = Reg<u32, _DHR12LD>;

DUAL DAC 12-bit left aligned data holding register (DAC_DHR12LD), Bits 19:16 Reserved, Bits 3:0 Reserved

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

For information about available fields see dhr12ld module

Trait Implementations

impl Readable for DHR12LD[src]

read() method returns dhr12ld::R reader structure

impl ResetValue for DHR12LD[src]

Register DHR12LD reset()'s with value 0

type Type = u32

Register size

impl Writable for DHR12LD[src]

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