Type Definition stm32g4::stm32g484::hrtim_time::TIMECR[][src]

type TIMECR = Reg<u32, _TIMECR>;

Timerx Control Register

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

For information about available fields see timecr module

Trait Implementations

impl Readable for TIMECR[src]

read() method returns timecr::R reader structure

impl ResetValue for TIMECR[src]

Register TIMECR reset()'s with value 0

type Type = u32

Register size

impl Writable for TIMECR[src]

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