Type Definition stm32f1::stm32f101::rtc::ALRL[][src]

type ALRL = Reg<u32, _ALRL>;

RTC Alarm Register Low

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

For information about available fields see alrl module

Trait Implementations

impl ResetValue for ALRL[src]

Register ALRL reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for ALRL[src]

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