[][src]Type Definition stm32f3::stm32f303::dac::DHR12LD

type DHR12LD = Reg<u32, _DHR12LD>;

DUAL DAC 12-bit left aligned data holding register

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