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

type DAC_SHRR = Reg<u32, _DAC_SHRR>;

DAC Sample and Hold refresh time register

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

For information about available fields see dac_shrr module

Trait Implementations

impl Readable for DAC_SHRR[src]

read() method returns dac_shrr::R reader structure

impl ResetValue for DAC_SHRR[src]

Register DAC_SHRR reset()'s with value 0x0001_0001

type Type = u32

Register size

impl Writable for DAC_SHRR[src]

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