Type Definition stm32g4::stm32g474::hrtim_timb::RSTBR[][src]

type RSTBR = Reg<u32, _RSTBR>;

TimerA Reset Register

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

For information about available fields see rstbr module

Trait Implementations

impl Readable for RSTBR[src]

read() method returns rstbr::R reader structure

impl ResetValue for RSTBR[src]

Register RSTBR reset()'s with value 0

type Type = u32

Register size

impl Writable for RSTBR[src]

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