[][src]Type Definition k22f::rtc::MCHR

type MCHR = Reg<u32, _MCHR>;

RTC Monotonic Counter High Register

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

For information about available fields see mchr module

Trait Implementations

impl Readable for MCHR[src]

read() method returns mchr::R reader structure

impl ResetValue for MCHR[src]

Register MCHR reset()'s with value 0

type Type = u32

Register size

impl Writable for MCHR[src]

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