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

type MER = Reg<u32, _MER>;

RTC Monotonic Enable Register

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

For information about available fields see mer module

Trait Implementations

impl Readable for MER[src]

read() method returns mer::R reader structure

impl ResetValue for MER[src]

Register MER reset()'s with value 0

type Type = u32

Register size

impl Writable for MER[src]

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