Type Definition stm32g4::stm32g484::hrtim_timc::RSTCR[][src]

type RSTCR = Reg<u32, _RSTCR>;

TimerA Reset Register

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

For information about available fields see rstcr module

Trait Implementations

impl Readable for RSTCR[src]

read() method returns rstcr::R reader structure

impl ResetValue for RSTCR[src]

Register RSTCR reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTCR[src]

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