Type Definition stm32g4::stm32g474::hrtim_timd::CNTDR[][src]

type CNTDR = Reg<u32, _CNTDR>;

Timerx Counter Register

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

For information about available fields see cntdr module

Trait Implementations

impl Readable for CNTDR[src]

read() method returns cntdr::R reader structure

impl ResetValue for CNTDR[src]

Register CNTDR reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTDR[src]

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