Type Definition stm32g4::stm32g484::hrtim_tima::RSTAR[][src]

type RSTAR = Reg<u32, _RSTAR>;

TimerA Reset Register

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

For information about available fields see rstar module

Trait Implementations

impl Readable for RSTAR[src]

read() method returns rstar::R reader structure

impl ResetValue for RSTAR[src]

Register RSTAR reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTAR[src]

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