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

type WAR = Reg<u32, _WAR>;

RTC Write Access Register

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

For information about available fields see war module

Trait Implementations

impl Readable for WAR[src]

read() method returns war::R reader structure

impl ResetValue for WAR[src]

Register WAR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for WAR[src]

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