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

type REPFR = Reg<u32, _REPFR>;

Timerx Repetition Register

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

For information about available fields see repfr module

Trait Implementations

impl Readable for REPFR[src]

read() method returns repfr::R reader structure

impl ResetValue for REPFR[src]

Register REPFR reset()'s with value 0

type Type = u32

Register size

impl Writable for REPFR[src]

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