Type Definition stm32g4::stm32g474::hrtim_timf::RSTFR[][src]

type RSTFR = Reg<u32, _RSTFR>;

TimerA Reset Register

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

For information about available fields see rstfr module

Trait Implementations

impl Readable for RSTFR[src]

read() method returns rstfr::R reader structure

impl ResetValue for RSTFR[src]

Register RSTFR reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTFR[src]

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