Type Definition stm32g4::stm32g474::hrtim_time::RSTER[][src]

type RSTER = Reg<u32, _RSTER>;

TimerA Reset Register

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

For information about available fields see rster module

Trait Implementations

impl Readable for RSTER[src]

read() method returns rster::R reader structure

impl ResetValue for RSTER[src]

Register RSTER reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTER[src]

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