[][src]Type Definition stm32f1::stm32f107::rtc::ALRH

type ALRH = Reg<u32, _ALRH>;

RTC Alarm Register High

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

For information about available fields see alrh module

Trait Implementations

impl ResetValue for ALRH[src]

Register ALRH reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for ALRH[src]

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