Type Definition stm32g4::stm32g484::hrtim_timd::RSTDR[][src]

type RSTDR = Reg<u32, _RSTDR>;

TimerA Reset Register

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

For information about available fields see rstdr module

Trait Implementations

impl Readable for RSTDR[src]

read() method returns rstdr::R reader structure

impl ResetValue for RSTDR[src]

Register RSTDR reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTDR[src]

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