Type Definition stm32g4::stm32g484::dac1::DAC_SHHR[][src]

type DAC_SHHR = Reg<u32, _DAC_SHHR>;

DAC Sample and Hold hold time register

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

For information about available fields see dac_shhr module

Trait Implementations

impl Readable for DAC_SHHR[src]

read() method returns dac_shhr::R reader structure

impl ResetValue for DAC_SHHR[src]

Register DAC_SHHR reset()'s with value 0x0001_0001

type Type = u32

Register size

impl Writable for DAC_SHHR[src]

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