Type Definition stm32g4::stm32g474::hrtim_timc::CNTCR[][src]

type CNTCR = Reg<u32, _CNTCR>;

Timerx Counter Register

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

For information about available fields see cntcr module

Trait Implementations

impl Readable for CNTCR[src]

read() method returns cntcr::R reader structure

impl ResetValue for CNTCR[src]

Register CNTCR reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTCR[src]

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