nrf52840_pac/power/
intenclr.rs

1#[doc = "Register `INTENCLR` reader"]
2pub struct R(crate::R<INTENCLR_SPEC>);
3impl core::ops::Deref for R {
4    type Target = crate::R<INTENCLR_SPEC>;
5    #[inline(always)]
6    fn deref(&self) -> &Self::Target {
7        &self.0
8    }
9}
10impl From<crate::R<INTENCLR_SPEC>> for R {
11    #[inline(always)]
12    fn from(reader: crate::R<INTENCLR_SPEC>) -> Self {
13        R(reader)
14    }
15}
16#[doc = "Register `INTENCLR` writer"]
17pub struct W(crate::W<INTENCLR_SPEC>);
18impl core::ops::Deref for W {
19    type Target = crate::W<INTENCLR_SPEC>;
20    #[inline(always)]
21    fn deref(&self) -> &Self::Target {
22        &self.0
23    }
24}
25impl core::ops::DerefMut for W {
26    #[inline(always)]
27    fn deref_mut(&mut self) -> &mut Self::Target {
28        &mut self.0
29    }
30}
31impl From<crate::W<INTENCLR_SPEC>> for W {
32    #[inline(always)]
33    fn from(writer: crate::W<INTENCLR_SPEC>) -> Self {
34        W(writer)
35    }
36}
37#[doc = "Field `POFWARN` reader - Write '1' to disable interrupt for POFWARN event"]
38pub type POFWARN_R = crate::BitReader<POFWARN_A>;
39#[doc = "Write '1' to disable interrupt for POFWARN event\n\nValue on reset: 0"]
40#[derive(Clone, Copy, Debug, PartialEq)]
41pub enum POFWARN_A {
42    #[doc = "0: Read: Disabled"]
43    DISABLED = 0,
44    #[doc = "1: Read: Enabled"]
45    ENABLED = 1,
46}
47impl From<POFWARN_A> for bool {
48    #[inline(always)]
49    fn from(variant: POFWARN_A) -> Self {
50        variant as u8 != 0
51    }
52}
53impl POFWARN_R {
54    #[doc = "Get enumerated values variant"]
55    #[inline(always)]
56    pub fn variant(&self) -> POFWARN_A {
57        match self.bits {
58            false => POFWARN_A::DISABLED,
59            true => POFWARN_A::ENABLED,
60        }
61    }
62    #[doc = "Checks if the value of the field is `DISABLED`"]
63    #[inline(always)]
64    pub fn is_disabled(&self) -> bool {
65        *self == POFWARN_A::DISABLED
66    }
67    #[doc = "Checks if the value of the field is `ENABLED`"]
68    #[inline(always)]
69    pub fn is_enabled(&self) -> bool {
70        *self == POFWARN_A::ENABLED
71    }
72}
73#[doc = "Write '1' to disable interrupt for POFWARN event\n\nValue on reset: 0"]
74#[derive(Clone, Copy, Debug, PartialEq)]
75pub enum POFWARN_AW {
76    #[doc = "1: Disable"]
77    CLEAR = 1,
78}
79impl From<POFWARN_AW> for bool {
80    #[inline(always)]
81    fn from(variant: POFWARN_AW) -> Self {
82        variant as u8 != 0
83    }
84}
85#[doc = "Field `POFWARN` writer - Write '1' to disable interrupt for POFWARN event"]
86pub type POFWARN_W<'a, const O: u8> = crate::BitWriter<'a, u32, INTENCLR_SPEC, POFWARN_AW, O>;
87impl<'a, const O: u8> POFWARN_W<'a, O> {
88    #[doc = "Disable"]
89    #[inline(always)]
90    pub fn clear(self) -> &'a mut W {
91        self.variant(POFWARN_AW::CLEAR)
92    }
93}
94#[doc = "Field `SLEEPENTER` reader - Write '1' to disable interrupt for SLEEPENTER event"]
95pub type SLEEPENTER_R = crate::BitReader<SLEEPENTER_A>;
96#[doc = "Write '1' to disable interrupt for SLEEPENTER event\n\nValue on reset: 0"]
97#[derive(Clone, Copy, Debug, PartialEq)]
98pub enum SLEEPENTER_A {
99    #[doc = "0: Read: Disabled"]
100    DISABLED = 0,
101    #[doc = "1: Read: Enabled"]
102    ENABLED = 1,
103}
104impl From<SLEEPENTER_A> for bool {
105    #[inline(always)]
106    fn from(variant: SLEEPENTER_A) -> Self {
107        variant as u8 != 0
108    }
109}
110impl SLEEPENTER_R {
111    #[doc = "Get enumerated values variant"]
112    #[inline(always)]
113    pub fn variant(&self) -> SLEEPENTER_A {
114        match self.bits {
115            false => SLEEPENTER_A::DISABLED,
116            true => SLEEPENTER_A::ENABLED,
117        }
118    }
119    #[doc = "Checks if the value of the field is `DISABLED`"]
120    #[inline(always)]
121    pub fn is_disabled(&self) -> bool {
122        *self == SLEEPENTER_A::DISABLED
123    }
124    #[doc = "Checks if the value of the field is `ENABLED`"]
125    #[inline(always)]
126    pub fn is_enabled(&self) -> bool {
127        *self == SLEEPENTER_A::ENABLED
128    }
129}
130#[doc = "Write '1' to disable interrupt for SLEEPENTER event\n\nValue on reset: 0"]
131#[derive(Clone, Copy, Debug, PartialEq)]
132pub enum SLEEPENTER_AW {
133    #[doc = "1: Disable"]
134    CLEAR = 1,
135}
136impl From<SLEEPENTER_AW> for bool {
137    #[inline(always)]
138    fn from(variant: SLEEPENTER_AW) -> Self {
139        variant as u8 != 0
140    }
141}
142#[doc = "Field `SLEEPENTER` writer - Write '1' to disable interrupt for SLEEPENTER event"]
143pub type SLEEPENTER_W<'a, const O: u8> = crate::BitWriter<'a, u32, INTENCLR_SPEC, SLEEPENTER_AW, O>;
144impl<'a, const O: u8> SLEEPENTER_W<'a, O> {
145    #[doc = "Disable"]
146    #[inline(always)]
147    pub fn clear(self) -> &'a mut W {
148        self.variant(SLEEPENTER_AW::CLEAR)
149    }
150}
151#[doc = "Field `SLEEPEXIT` reader - Write '1' to disable interrupt for SLEEPEXIT event"]
152pub type SLEEPEXIT_R = crate::BitReader<SLEEPEXIT_A>;
153#[doc = "Write '1' to disable interrupt for SLEEPEXIT event\n\nValue on reset: 0"]
154#[derive(Clone, Copy, Debug, PartialEq)]
155pub enum SLEEPEXIT_A {
156    #[doc = "0: Read: Disabled"]
157    DISABLED = 0,
158    #[doc = "1: Read: Enabled"]
159    ENABLED = 1,
160}
161impl From<SLEEPEXIT_A> for bool {
162    #[inline(always)]
163    fn from(variant: SLEEPEXIT_A) -> Self {
164        variant as u8 != 0
165    }
166}
167impl SLEEPEXIT_R {
168    #[doc = "Get enumerated values variant"]
169    #[inline(always)]
170    pub fn variant(&self) -> SLEEPEXIT_A {
171        match self.bits {
172            false => SLEEPEXIT_A::DISABLED,
173            true => SLEEPEXIT_A::ENABLED,
174        }
175    }
176    #[doc = "Checks if the value of the field is `DISABLED`"]
177    #[inline(always)]
178    pub fn is_disabled(&self) -> bool {
179        *self == SLEEPEXIT_A::DISABLED
180    }
181    #[doc = "Checks if the value of the field is `ENABLED`"]
182    #[inline(always)]
183    pub fn is_enabled(&self) -> bool {
184        *self == SLEEPEXIT_A::ENABLED
185    }
186}
187#[doc = "Write '1' to disable interrupt for SLEEPEXIT event\n\nValue on reset: 0"]
188#[derive(Clone, Copy, Debug, PartialEq)]
189pub enum SLEEPEXIT_AW {
190    #[doc = "1: Disable"]
191    CLEAR = 1,
192}
193impl From<SLEEPEXIT_AW> for bool {
194    #[inline(always)]
195    fn from(variant: SLEEPEXIT_AW) -> Self {
196        variant as u8 != 0
197    }
198}
199#[doc = "Field `SLEEPEXIT` writer - Write '1' to disable interrupt for SLEEPEXIT event"]
200pub type SLEEPEXIT_W<'a, const O: u8> = crate::BitWriter<'a, u32, INTENCLR_SPEC, SLEEPEXIT_AW, O>;
201impl<'a, const O: u8> SLEEPEXIT_W<'a, O> {
202    #[doc = "Disable"]
203    #[inline(always)]
204    pub fn clear(self) -> &'a mut W {
205        self.variant(SLEEPEXIT_AW::CLEAR)
206    }
207}
208#[doc = "Field `USBDETECTED` reader - Write '1' to disable interrupt for USBDETECTED event"]
209pub type USBDETECTED_R = crate::BitReader<USBDETECTED_A>;
210#[doc = "Write '1' to disable interrupt for USBDETECTED event\n\nValue on reset: 0"]
211#[derive(Clone, Copy, Debug, PartialEq)]
212pub enum USBDETECTED_A {
213    #[doc = "0: Read: Disabled"]
214    DISABLED = 0,
215    #[doc = "1: Read: Enabled"]
216    ENABLED = 1,
217}
218impl From<USBDETECTED_A> for bool {
219    #[inline(always)]
220    fn from(variant: USBDETECTED_A) -> Self {
221        variant as u8 != 0
222    }
223}
224impl USBDETECTED_R {
225    #[doc = "Get enumerated values variant"]
226    #[inline(always)]
227    pub fn variant(&self) -> USBDETECTED_A {
228        match self.bits {
229            false => USBDETECTED_A::DISABLED,
230            true => USBDETECTED_A::ENABLED,
231        }
232    }
233    #[doc = "Checks if the value of the field is `DISABLED`"]
234    #[inline(always)]
235    pub fn is_disabled(&self) -> bool {
236        *self == USBDETECTED_A::DISABLED
237    }
238    #[doc = "Checks if the value of the field is `ENABLED`"]
239    #[inline(always)]
240    pub fn is_enabled(&self) -> bool {
241        *self == USBDETECTED_A::ENABLED
242    }
243}
244#[doc = "Write '1' to disable interrupt for USBDETECTED event\n\nValue on reset: 0"]
245#[derive(Clone, Copy, Debug, PartialEq)]
246pub enum USBDETECTED_AW {
247    #[doc = "1: Disable"]
248    CLEAR = 1,
249}
250impl From<USBDETECTED_AW> for bool {
251    #[inline(always)]
252    fn from(variant: USBDETECTED_AW) -> Self {
253        variant as u8 != 0
254    }
255}
256#[doc = "Field `USBDETECTED` writer - Write '1' to disable interrupt for USBDETECTED event"]
257pub type USBDETECTED_W<'a, const O: u8> =
258    crate::BitWriter<'a, u32, INTENCLR_SPEC, USBDETECTED_AW, O>;
259impl<'a, const O: u8> USBDETECTED_W<'a, O> {
260    #[doc = "Disable"]
261    #[inline(always)]
262    pub fn clear(self) -> &'a mut W {
263        self.variant(USBDETECTED_AW::CLEAR)
264    }
265}
266#[doc = "Field `USBREMOVED` reader - Write '1' to disable interrupt for USBREMOVED event"]
267pub type USBREMOVED_R = crate::BitReader<USBREMOVED_A>;
268#[doc = "Write '1' to disable interrupt for USBREMOVED event\n\nValue on reset: 0"]
269#[derive(Clone, Copy, Debug, PartialEq)]
270pub enum USBREMOVED_A {
271    #[doc = "0: Read: Disabled"]
272    DISABLED = 0,
273    #[doc = "1: Read: Enabled"]
274    ENABLED = 1,
275}
276impl From<USBREMOVED_A> for bool {
277    #[inline(always)]
278    fn from(variant: USBREMOVED_A) -> Self {
279        variant as u8 != 0
280    }
281}
282impl USBREMOVED_R {
283    #[doc = "Get enumerated values variant"]
284    #[inline(always)]
285    pub fn variant(&self) -> USBREMOVED_A {
286        match self.bits {
287            false => USBREMOVED_A::DISABLED,
288            true => USBREMOVED_A::ENABLED,
289        }
290    }
291    #[doc = "Checks if the value of the field is `DISABLED`"]
292    #[inline(always)]
293    pub fn is_disabled(&self) -> bool {
294        *self == USBREMOVED_A::DISABLED
295    }
296    #[doc = "Checks if the value of the field is `ENABLED`"]
297    #[inline(always)]
298    pub fn is_enabled(&self) -> bool {
299        *self == USBREMOVED_A::ENABLED
300    }
301}
302#[doc = "Write '1' to disable interrupt for USBREMOVED event\n\nValue on reset: 0"]
303#[derive(Clone, Copy, Debug, PartialEq)]
304pub enum USBREMOVED_AW {
305    #[doc = "1: Disable"]
306    CLEAR = 1,
307}
308impl From<USBREMOVED_AW> for bool {
309    #[inline(always)]
310    fn from(variant: USBREMOVED_AW) -> Self {
311        variant as u8 != 0
312    }
313}
314#[doc = "Field `USBREMOVED` writer - Write '1' to disable interrupt for USBREMOVED event"]
315pub type USBREMOVED_W<'a, const O: u8> = crate::BitWriter<'a, u32, INTENCLR_SPEC, USBREMOVED_AW, O>;
316impl<'a, const O: u8> USBREMOVED_W<'a, O> {
317    #[doc = "Disable"]
318    #[inline(always)]
319    pub fn clear(self) -> &'a mut W {
320        self.variant(USBREMOVED_AW::CLEAR)
321    }
322}
323#[doc = "Field `USBPWRRDY` reader - Write '1' to disable interrupt for USBPWRRDY event"]
324pub type USBPWRRDY_R = crate::BitReader<USBPWRRDY_A>;
325#[doc = "Write '1' to disable interrupt for USBPWRRDY event\n\nValue on reset: 0"]
326#[derive(Clone, Copy, Debug, PartialEq)]
327pub enum USBPWRRDY_A {
328    #[doc = "0: Read: Disabled"]
329    DISABLED = 0,
330    #[doc = "1: Read: Enabled"]
331    ENABLED = 1,
332}
333impl From<USBPWRRDY_A> for bool {
334    #[inline(always)]
335    fn from(variant: USBPWRRDY_A) -> Self {
336        variant as u8 != 0
337    }
338}
339impl USBPWRRDY_R {
340    #[doc = "Get enumerated values variant"]
341    #[inline(always)]
342    pub fn variant(&self) -> USBPWRRDY_A {
343        match self.bits {
344            false => USBPWRRDY_A::DISABLED,
345            true => USBPWRRDY_A::ENABLED,
346        }
347    }
348    #[doc = "Checks if the value of the field is `DISABLED`"]
349    #[inline(always)]
350    pub fn is_disabled(&self) -> bool {
351        *self == USBPWRRDY_A::DISABLED
352    }
353    #[doc = "Checks if the value of the field is `ENABLED`"]
354    #[inline(always)]
355    pub fn is_enabled(&self) -> bool {
356        *self == USBPWRRDY_A::ENABLED
357    }
358}
359#[doc = "Write '1' to disable interrupt for USBPWRRDY event\n\nValue on reset: 0"]
360#[derive(Clone, Copy, Debug, PartialEq)]
361pub enum USBPWRRDY_AW {
362    #[doc = "1: Disable"]
363    CLEAR = 1,
364}
365impl From<USBPWRRDY_AW> for bool {
366    #[inline(always)]
367    fn from(variant: USBPWRRDY_AW) -> Self {
368        variant as u8 != 0
369    }
370}
371#[doc = "Field `USBPWRRDY` writer - Write '1' to disable interrupt for USBPWRRDY event"]
372pub type USBPWRRDY_W<'a, const O: u8> = crate::BitWriter<'a, u32, INTENCLR_SPEC, USBPWRRDY_AW, O>;
373impl<'a, const O: u8> USBPWRRDY_W<'a, O> {
374    #[doc = "Disable"]
375    #[inline(always)]
376    pub fn clear(self) -> &'a mut W {
377        self.variant(USBPWRRDY_AW::CLEAR)
378    }
379}
380impl R {
381    #[doc = "Bit 2 - Write '1' to disable interrupt for POFWARN event"]
382    #[inline(always)]
383    pub fn pofwarn(&self) -> POFWARN_R {
384        POFWARN_R::new(((self.bits >> 2) & 1) != 0)
385    }
386    #[doc = "Bit 5 - Write '1' to disable interrupt for SLEEPENTER event"]
387    #[inline(always)]
388    pub fn sleepenter(&self) -> SLEEPENTER_R {
389        SLEEPENTER_R::new(((self.bits >> 5) & 1) != 0)
390    }
391    #[doc = "Bit 6 - Write '1' to disable interrupt for SLEEPEXIT event"]
392    #[inline(always)]
393    pub fn sleepexit(&self) -> SLEEPEXIT_R {
394        SLEEPEXIT_R::new(((self.bits >> 6) & 1) != 0)
395    }
396    #[doc = "Bit 7 - Write '1' to disable interrupt for USBDETECTED event"]
397    #[inline(always)]
398    pub fn usbdetected(&self) -> USBDETECTED_R {
399        USBDETECTED_R::new(((self.bits >> 7) & 1) != 0)
400    }
401    #[doc = "Bit 8 - Write '1' to disable interrupt for USBREMOVED event"]
402    #[inline(always)]
403    pub fn usbremoved(&self) -> USBREMOVED_R {
404        USBREMOVED_R::new(((self.bits >> 8) & 1) != 0)
405    }
406    #[doc = "Bit 9 - Write '1' to disable interrupt for USBPWRRDY event"]
407    #[inline(always)]
408    pub fn usbpwrrdy(&self) -> USBPWRRDY_R {
409        USBPWRRDY_R::new(((self.bits >> 9) & 1) != 0)
410    }
411}
412impl W {
413    #[doc = "Bit 2 - Write '1' to disable interrupt for POFWARN event"]
414    #[inline(always)]
415    pub fn pofwarn(&mut self) -> POFWARN_W<2> {
416        POFWARN_W::new(self)
417    }
418    #[doc = "Bit 5 - Write '1' to disable interrupt for SLEEPENTER event"]
419    #[inline(always)]
420    pub fn sleepenter(&mut self) -> SLEEPENTER_W<5> {
421        SLEEPENTER_W::new(self)
422    }
423    #[doc = "Bit 6 - Write '1' to disable interrupt for SLEEPEXIT event"]
424    #[inline(always)]
425    pub fn sleepexit(&mut self) -> SLEEPEXIT_W<6> {
426        SLEEPEXIT_W::new(self)
427    }
428    #[doc = "Bit 7 - Write '1' to disable interrupt for USBDETECTED event"]
429    #[inline(always)]
430    pub fn usbdetected(&mut self) -> USBDETECTED_W<7> {
431        USBDETECTED_W::new(self)
432    }
433    #[doc = "Bit 8 - Write '1' to disable interrupt for USBREMOVED event"]
434    #[inline(always)]
435    pub fn usbremoved(&mut self) -> USBREMOVED_W<8> {
436        USBREMOVED_W::new(self)
437    }
438    #[doc = "Bit 9 - Write '1' to disable interrupt for USBPWRRDY event"]
439    #[inline(always)]
440    pub fn usbpwrrdy(&mut self) -> USBPWRRDY_W<9> {
441        USBPWRRDY_W::new(self)
442    }
443    #[doc = "Writes raw bits to the register."]
444    #[inline(always)]
445    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
446        self.0.bits(bits);
447        self
448    }
449}
450#[doc = "Disable interrupt\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [intenclr](index.html) module"]
451pub struct INTENCLR_SPEC;
452impl crate::RegisterSpec for INTENCLR_SPEC {
453    type Ux = u32;
454}
455#[doc = "`read()` method returns [intenclr::R](R) reader structure"]
456impl crate::Readable for INTENCLR_SPEC {
457    type Reader = R;
458}
459#[doc = "`write(|w| ..)` method takes [intenclr::W](W) writer structure"]
460impl crate::Writable for INTENCLR_SPEC {
461    type Writer = W;
462}
463#[doc = "`reset()` method sets INTENCLR to value 0"]
464impl crate::Resettable for INTENCLR_SPEC {
465    #[inline(always)]
466    fn reset_value() -> Self::Ux {
467        0
468    }
469}