lpc82x_pac/sct0/
cap_match_sctcap7.rs1#[doc = "Register `SCTCAP7` reader"]
2pub struct R(crate::R<CAP_MATCH_SCTCAP7_SPEC>);
3impl core::ops::Deref for R {
4 type Target = crate::R<CAP_MATCH_SCTCAP7_SPEC>;
5 #[inline(always)]
6 fn deref(&self) -> &Self::Target {
7 &self.0
8 }
9}
10impl From<crate::R<CAP_MATCH_SCTCAP7_SPEC>> for R {
11 #[inline(always)]
12 fn from(reader: crate::R<CAP_MATCH_SCTCAP7_SPEC>) -> Self {
13 R(reader)
14 }
15}
16#[doc = "Register `SCTCAP7` writer"]
17pub struct W(crate::W<CAP_MATCH_SCTCAP7_SPEC>);
18impl core::ops::Deref for W {
19 type Target = crate::W<CAP_MATCH_SCTCAP7_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<CAP_MATCH_SCTCAP7_SPEC>> for W {
32 #[inline(always)]
33 fn from(writer: crate::W<CAP_MATCH_SCTCAP7_SPEC>) -> Self {
34 W(writer)
35 }
36}
37#[doc = "Field `CAPn_L` reader - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the lower 16 bits of the 32-bit value at which this register was last captured."]
38pub struct CAPN_L_R(crate::FieldReader<u16, u16>);
39impl CAPN_L_R {
40 pub(crate) fn new(bits: u16) -> Self {
41 CAPN_L_R(crate::FieldReader::new(bits))
42 }
43}
44impl core::ops::Deref for CAPN_L_R {
45 type Target = crate::FieldReader<u16, u16>;
46 #[inline(always)]
47 fn deref(&self) -> &Self::Target {
48 &self.0
49 }
50}
51#[doc = "Field `CAPn_L` writer - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the lower 16 bits of the 32-bit value at which this register was last captured."]
52pub struct CAPN_L_W<'a> {
53 w: &'a mut W,
54}
55impl<'a> CAPN_L_W<'a> {
56 #[doc = r"Writes raw bits to the field"]
57 #[inline(always)]
58 pub unsafe fn bits(self, value: u16) -> &'a mut W {
59 self.w.bits = (self.w.bits & !0xffff) | (value as u32 & 0xffff);
60 self.w
61 }
62}
63#[doc = "Field `CAPn_H` reader - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the upper 16 bits of the 32-bit value at which this register was last captured."]
64pub struct CAPN_H_R(crate::FieldReader<u16, u16>);
65impl CAPN_H_R {
66 pub(crate) fn new(bits: u16) -> Self {
67 CAPN_H_R(crate::FieldReader::new(bits))
68 }
69}
70impl core::ops::Deref for CAPN_H_R {
71 type Target = crate::FieldReader<u16, u16>;
72 #[inline(always)]
73 fn deref(&self) -> &Self::Target {
74 &self.0
75 }
76}
77#[doc = "Field `CAPn_H` writer - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the upper 16 bits of the 32-bit value at which this register was last captured."]
78pub struct CAPN_H_W<'a> {
79 w: &'a mut W,
80}
81impl<'a> CAPN_H_W<'a> {
82 #[doc = r"Writes raw bits to the field"]
83 #[inline(always)]
84 pub unsafe fn bits(self, value: u16) -> &'a mut W {
85 self.w.bits = (self.w.bits & !(0xffff << 16)) | ((value as u32 & 0xffff) << 16);
86 self.w
87 }
88}
89impl R {
90 #[doc = "Bits 0:15 - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the lower 16 bits of the 32-bit value at which this register was last captured."]
91 #[inline(always)]
92 pub fn capn_l(&self) -> CAPN_L_R {
93 CAPN_L_R::new((self.bits & 0xffff) as u16)
94 }
95 #[doc = "Bits 16:31 - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the upper 16 bits of the 32-bit value at which this register was last captured."]
96 #[inline(always)]
97 pub fn capn_h(&self) -> CAPN_H_R {
98 CAPN_H_R::new(((self.bits >> 16) & 0xffff) as u16)
99 }
100}
101impl W {
102 #[doc = "Bits 0:15 - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the lower 16 bits of the 32-bit value at which this register was last captured."]
103 #[inline(always)]
104 pub fn capn_l(&mut self) -> CAPN_L_W {
105 CAPN_L_W { w: self }
106 }
107 #[doc = "Bits 16:31 - When UNIFY = 0, read the 16-bit counter value at which this register was last captured. When UNIFY = 1, read the upper 16 bits of the 32-bit value at which this register was last captured."]
108 #[inline(always)]
109 pub fn capn_h(&mut self) -> CAPN_H_W {
110 CAPN_H_W { w: self }
111 }
112 #[doc = "Writes raw bits to the register."]
113 #[inline(always)]
114 pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
115 self.0.bits(bits);
116 self
117 }
118}
119#[doc = "SCT capture register of capture channel\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 [cap_match_sctcap7](index.html) module"]
120pub struct CAP_MATCH_SCTCAP7_SPEC;
121impl crate::RegisterSpec for CAP_MATCH_SCTCAP7_SPEC {
122 type Ux = u32;
123}
124#[doc = "`read()` method returns [cap_match_sctcap7::R](R) reader structure"]
125impl crate::Readable for CAP_MATCH_SCTCAP7_SPEC {
126 type Reader = R;
127}
128#[doc = "`write(|w| ..)` method takes [cap_match_sctcap7::W](W) writer structure"]
129impl crate::Writable for CAP_MATCH_SCTCAP7_SPEC {
130 type Writer = W;
131}
132#[doc = "`reset()` method sets SCTCAP7 to value 0"]
133impl crate::Resettable for CAP_MATCH_SCTCAP7_SPEC {
134 #[inline(always)]
135 fn reset_value() -> Self::Ux {
136 0
137 }
138}