Type Definition stm32g4::stm32g484::hrtim_time::CNTER[][src]

type CNTER = Reg<u32, _CNTER>;

Timerx Counter Register

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

For information about available fields see cnter module

Trait Implementations

impl Readable for CNTER[src]

read() method returns cnter::R reader structure

impl ResetValue for CNTER[src]

Register CNTER reset()'s with value 0

type Type = u32

Register size

impl Writable for CNTER[src]

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