Type Definition stm32g4::stm32g484::hrtim_timc::REPCR[][src]

type REPCR = Reg<u32, _REPCR>;

Timerx Repetition Register

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

For information about available fields see repcr module

Trait Implementations

impl Readable for REPCR[src]

read() method returns repcr::R reader structure

impl ResetValue for REPCR[src]

Register REPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for REPCR[src]

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