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

type MCLR = Reg<u32, _MCLR>;

RTC Monotonic Counter Low Register

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

For information about available fields see mclr module

Trait Implementations

impl Readable for MCLR[src]

read() method returns mclr::R reader structure

impl ResetValue for MCLR[src]

Register MCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for MCLR[src]

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