stm32f1_staging/stm32f100/rtc/
alrl.rs1pub type W = crate::W<ALRLrs>;
3pub type ALRL_W<'a, REG> = crate::FieldWriter<'a, REG, 16, u16, crate::Safe>;
5impl core::fmt::Debug for crate::generic::Reg<ALRLrs> {
6 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
7 write!(f, "(not readable)")
8 }
9}
10impl W {
11 #[inline(always)]
13 pub fn alrl(&mut self) -> ALRL_W<ALRLrs> {
14 ALRL_W::new(self, 0)
15 }
16}
17pub struct ALRLrs;
23impl crate::RegisterSpec for ALRLrs {
24 type Ux = u32;
25}
26impl crate::Writable for ALRLrs {
28 type Safety = crate::Unsafe;
29}
30impl crate::Resettable for ALRLrs {
32 const RESET_VALUE: u32 = 0xffff;
33}