1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
///Register `ALR%sBINR` reader
pub type R = crateR;
///Register `ALR%sBINR` writer
pub type W = crateW;
///Field `SS` reader - Synchronous counter alarm value in Binary mode This value is compared with the contents of the synchronous counter to determine if Alarm A is to be activated. Only bits 0 up MASKSS-1 are compared. SS\[14:0\] is the mirror of SS\[14:0\] in the RTC_ALRMASSRR, and so can also be read or written through RTC_ALRMASSR.
pub type SS_R = crateFieldReader;
///Field `SS` writer - Synchronous counter alarm value in Binary mode This value is compared with the contents of the synchronous counter to determine if Alarm A is to be activated. Only bits 0 up MASKSS-1 are compared. SS\[14:0\] is the mirror of SS\[14:0\] in the RTC_ALRMASSRR, and so can also be read or written through RTC_ALRMASSR.
pub type SS_W<'a, REG> = crateFieldWriter;
/**Alarm %s binary mode register
You can [`read`](crate::Reg::read) this register and get [`alrbinr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`alrbinr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`alrbinr::R`](R) reader structure
///`write(|w| ..)` method takes [`alrbinr::W`](W) writer structure
///`reset()` method sets ALR%sBINR to value 0