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

type LR = Reg<u32, _LR>;

RTC Lock Register

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

For information about available fields see lr module

Trait Implementations

impl Readable for LR[src]

read() method returns lr::R reader structure

impl ResetValue for LR[src]

Register LR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for LR[src]

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