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

type DAC_STMODR = Reg<u32, _DAC_STMODR>;

Sawtooth Mode register

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

For information about available fields see dac_stmodr module

Trait Implementations

impl Readable for DAC_STMODR[src]

read() method returns dac_stmodr::R reader structure

impl ResetValue for DAC_STMODR[src]

Register DAC_STMODR reset()'s with value 0

type Type = u32

Register size

impl Writable for DAC_STMODR[src]

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