Type Definition stm32g4::stm32g474::hrtim_timf::CNTFR[][src]

type CNTFR = Reg<u32, _CNTFR>;

Timerx Counter Register

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

For information about available fields see cntfr module

Trait Implementations

impl Readable for CNTFR[src]

read() method returns cntfr::R reader structure

impl ResetValue for CNTFR[src]

Register CNTFR reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTFR[src]

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