Type Definition stm32g4::stm32g474::hrtim_tima::CNTAR[][src]

type CNTAR = Reg<u32, _CNTAR>;

Timerx Counter Register

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

For information about available fields see cntar module

Trait Implementations

impl Readable for CNTAR[src]

read() method returns cntar::R reader structure

impl ResetValue for CNTAR[src]

Register CNTAR reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTAR[src]

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