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

type RAR = Reg<u32, _RAR>;

RTC Read Access Register

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

For information about available fields see rar module

Trait Implementations

impl Readable for RAR[src]

read() method returns rar::R reader structure

impl ResetValue for RAR[src]

Register RAR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for RAR[src]

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