1#[doc = "Register `ALARM3` reader"]
2pub type R = crate::R<ALARM3_SPEC>;
3#[doc = "Register `ALARM3` writer"]
4pub type W = crate::W<ALARM3_SPEC>;
5impl core::fmt::Debug for R {
6fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
7write!(f, "{}", self.bits())
8 }
9}
10impl core::fmt::Debug for crate::generic::Reg<ALARM3_SPEC> {
11fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
12 core::fmt::Debug::fmt(&self.read(), f)
13 }
14}
15impl W {
16#[doc = r" Writes raw bits to the register."]
17 #[doc = r""]
18 #[doc = r" # Safety"]
19 #[doc = r""]
20 #[doc = r" Passing incorrect value can cause undefined behaviour. See reference manual"]
21 #[inline(always)]
22pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
23self.bits = bits;
24self
25}
26}
27#[doc = "Arm alarm 3, and configure the time it will fire.
28 Once armed, the alarm fires when TIMER_ALARM3 == TIMELR.
29 The alarm will disarm itself once it fires, and can
30 be disarmed early using the ARMED status register.
3132You can [`read`](crate::generic::Reg::read) this register and get [`alarm3::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`alarm3::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
33pub struct ALARM3_SPEC;
34impl crate::RegisterSpec for ALARM3_SPEC {
35type Ux = u32;
36}
37#[doc = "`read()` method returns [`alarm3::R`](R) reader structure"]
38impl crate::Readable for ALARM3_SPEC {}
39#[doc = "`write(|w| ..)` method takes [`alarm3::W`](W) writer structure"]
40impl crate::Writable for ALARM3_SPEC {
41const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
42const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
43}
44#[doc = "`reset()` method sets ALARM3 to value 0"]
45impl crate::Resettable for ALARM3_SPEC {
46const RESET_VALUE: u32 = 0;
47}