Type Definition stm32g4::stm32g474::hrtim_master::MCNTR[][src]

type MCNTR = Reg<u32, _MCNTR>;

Master Timer Counter Register

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

For information about available fields see mcntr module

Trait Implementations

impl Readable for MCNTR[src]

read() method returns mcntr::R reader structure

impl ResetValue for MCNTR[src]

Register MCNTR reset()'s with value 0

type Type = u32

Register size

impl Writable for MCNTR[src]

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