atsam4lc8c_pac/eic/
filter.rs1#[doc = "Register `FILTER` reader"]
2pub struct R(crate::R<FILTER_SPEC>);
3impl core::ops::Deref for R {
4 type Target = crate::R<FILTER_SPEC>;
5 #[inline(always)]
6 fn deref(&self) -> &Self::Target {
7 &self.0
8 }
9}
10impl From<crate::R<FILTER_SPEC>> for R {
11 #[inline(always)]
12 fn from(reader: crate::R<FILTER_SPEC>) -> Self {
13 R(reader)
14 }
15}
16#[doc = "Register `FILTER` writer"]
17pub struct W(crate::W<FILTER_SPEC>);
18impl core::ops::Deref for W {
19 type Target = crate::W<FILTER_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<FILTER_SPEC>> for W {
32 #[inline(always)]
33 fn from(writer: crate::W<FILTER_SPEC>) -> Self {
34 W(writer)
35 }
36}
37#[doc = "Field `NMI` reader - External Non Maskable CPU interrupt"]
38pub type NMI_R = crate::BitReader<bool>;
39#[doc = "Field `NMI` writer - External Non Maskable CPU interrupt"]
40pub type NMI_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
41#[doc = "Field `INT1` reader - External Interrupt 1"]
42pub type INT1_R = crate::BitReader<bool>;
43#[doc = "Field `INT1` writer - External Interrupt 1"]
44pub type INT1_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
45#[doc = "Field `INT2` reader - External Interrupt 2"]
46pub type INT2_R = crate::BitReader<bool>;
47#[doc = "Field `INT2` writer - External Interrupt 2"]
48pub type INT2_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
49#[doc = "Field `INT3` reader - External Interrupt 3"]
50pub type INT3_R = crate::BitReader<bool>;
51#[doc = "Field `INT3` writer - External Interrupt 3"]
52pub type INT3_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
53#[doc = "Field `INT4` reader - External Interrupt 4"]
54pub type INT4_R = crate::BitReader<bool>;
55#[doc = "Field `INT4` writer - External Interrupt 4"]
56pub type INT4_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
57#[doc = "Field `INT5` reader - External Interrupt 5"]
58pub type INT5_R = crate::BitReader<bool>;
59#[doc = "Field `INT5` writer - External Interrupt 5"]
60pub type INT5_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
61#[doc = "Field `INT6` reader - External Interrupt 6"]
62pub type INT6_R = crate::BitReader<bool>;
63#[doc = "Field `INT6` writer - External Interrupt 6"]
64pub type INT6_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
65#[doc = "Field `INT7` reader - External Interrupt 7"]
66pub type INT7_R = crate::BitReader<bool>;
67#[doc = "Field `INT7` writer - External Interrupt 7"]
68pub type INT7_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
69#[doc = "Field `INT8` reader - External Interrupt 8"]
70pub type INT8_R = crate::BitReader<bool>;
71#[doc = "Field `INT8` writer - External Interrupt 8"]
72pub type INT8_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
73#[doc = "Field `INT9` reader - External Interrupt 9"]
74pub type INT9_R = crate::BitReader<bool>;
75#[doc = "Field `INT9` writer - External Interrupt 9"]
76pub type INT9_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
77#[doc = "Field `INT10` reader - External Interrupt 10"]
78pub type INT10_R = crate::BitReader<bool>;
79#[doc = "Field `INT10` writer - External Interrupt 10"]
80pub type INT10_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
81#[doc = "Field `INT11` reader - External Interrupt 11"]
82pub type INT11_R = crate::BitReader<bool>;
83#[doc = "Field `INT11` writer - External Interrupt 11"]
84pub type INT11_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
85#[doc = "Field `INT12` reader - External Interrupt 12"]
86pub type INT12_R = crate::BitReader<bool>;
87#[doc = "Field `INT12` writer - External Interrupt 12"]
88pub type INT12_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
89#[doc = "Field `INT13` reader - External Interrupt 13"]
90pub type INT13_R = crate::BitReader<bool>;
91#[doc = "Field `INT13` writer - External Interrupt 13"]
92pub type INT13_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
93#[doc = "Field `INT14` reader - External Interrupt 14"]
94pub type INT14_R = crate::BitReader<bool>;
95#[doc = "Field `INT14` writer - External Interrupt 14"]
96pub type INT14_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
97#[doc = "Field `INT15` reader - External Interrupt 15"]
98pub type INT15_R = crate::BitReader<bool>;
99#[doc = "Field `INT15` writer - External Interrupt 15"]
100pub type INT15_W<'a, const O: u8> = crate::BitWriter<'a, u32, FILTER_SPEC, bool, O>;
101impl R {
102 #[doc = "Bit 0 - External Non Maskable CPU interrupt"]
103 #[inline(always)]
104 pub fn nmi(&self) -> NMI_R {
105 NMI_R::new((self.bits & 1) != 0)
106 }
107 #[doc = "Bit 1 - External Interrupt 1"]
108 #[inline(always)]
109 pub fn int1(&self) -> INT1_R {
110 INT1_R::new(((self.bits >> 1) & 1) != 0)
111 }
112 #[doc = "Bit 2 - External Interrupt 2"]
113 #[inline(always)]
114 pub fn int2(&self) -> INT2_R {
115 INT2_R::new(((self.bits >> 2) & 1) != 0)
116 }
117 #[doc = "Bit 3 - External Interrupt 3"]
118 #[inline(always)]
119 pub fn int3(&self) -> INT3_R {
120 INT3_R::new(((self.bits >> 3) & 1) != 0)
121 }
122 #[doc = "Bit 4 - External Interrupt 4"]
123 #[inline(always)]
124 pub fn int4(&self) -> INT4_R {
125 INT4_R::new(((self.bits >> 4) & 1) != 0)
126 }
127 #[doc = "Bit 5 - External Interrupt 5"]
128 #[inline(always)]
129 pub fn int5(&self) -> INT5_R {
130 INT5_R::new(((self.bits >> 5) & 1) != 0)
131 }
132 #[doc = "Bit 6 - External Interrupt 6"]
133 #[inline(always)]
134 pub fn int6(&self) -> INT6_R {
135 INT6_R::new(((self.bits >> 6) & 1) != 0)
136 }
137 #[doc = "Bit 7 - External Interrupt 7"]
138 #[inline(always)]
139 pub fn int7(&self) -> INT7_R {
140 INT7_R::new(((self.bits >> 7) & 1) != 0)
141 }
142 #[doc = "Bit 8 - External Interrupt 8"]
143 #[inline(always)]
144 pub fn int8(&self) -> INT8_R {
145 INT8_R::new(((self.bits >> 8) & 1) != 0)
146 }
147 #[doc = "Bit 9 - External Interrupt 9"]
148 #[inline(always)]
149 pub fn int9(&self) -> INT9_R {
150 INT9_R::new(((self.bits >> 9) & 1) != 0)
151 }
152 #[doc = "Bit 10 - External Interrupt 10"]
153 #[inline(always)]
154 pub fn int10(&self) -> INT10_R {
155 INT10_R::new(((self.bits >> 10) & 1) != 0)
156 }
157 #[doc = "Bit 11 - External Interrupt 11"]
158 #[inline(always)]
159 pub fn int11(&self) -> INT11_R {
160 INT11_R::new(((self.bits >> 11) & 1) != 0)
161 }
162 #[doc = "Bit 12 - External Interrupt 12"]
163 #[inline(always)]
164 pub fn int12(&self) -> INT12_R {
165 INT12_R::new(((self.bits >> 12) & 1) != 0)
166 }
167 #[doc = "Bit 13 - External Interrupt 13"]
168 #[inline(always)]
169 pub fn int13(&self) -> INT13_R {
170 INT13_R::new(((self.bits >> 13) & 1) != 0)
171 }
172 #[doc = "Bit 14 - External Interrupt 14"]
173 #[inline(always)]
174 pub fn int14(&self) -> INT14_R {
175 INT14_R::new(((self.bits >> 14) & 1) != 0)
176 }
177 #[doc = "Bit 15 - External Interrupt 15"]
178 #[inline(always)]
179 pub fn int15(&self) -> INT15_R {
180 INT15_R::new(((self.bits >> 15) & 1) != 0)
181 }
182}
183impl W {
184 #[doc = "Bit 0 - External Non Maskable CPU interrupt"]
185 #[inline(always)]
186 #[must_use]
187 pub fn nmi(&mut self) -> NMI_W<0> {
188 NMI_W::new(self)
189 }
190 #[doc = "Bit 1 - External Interrupt 1"]
191 #[inline(always)]
192 #[must_use]
193 pub fn int1(&mut self) -> INT1_W<1> {
194 INT1_W::new(self)
195 }
196 #[doc = "Bit 2 - External Interrupt 2"]
197 #[inline(always)]
198 #[must_use]
199 pub fn int2(&mut self) -> INT2_W<2> {
200 INT2_W::new(self)
201 }
202 #[doc = "Bit 3 - External Interrupt 3"]
203 #[inline(always)]
204 #[must_use]
205 pub fn int3(&mut self) -> INT3_W<3> {
206 INT3_W::new(self)
207 }
208 #[doc = "Bit 4 - External Interrupt 4"]
209 #[inline(always)]
210 #[must_use]
211 pub fn int4(&mut self) -> INT4_W<4> {
212 INT4_W::new(self)
213 }
214 #[doc = "Bit 5 - External Interrupt 5"]
215 #[inline(always)]
216 #[must_use]
217 pub fn int5(&mut self) -> INT5_W<5> {
218 INT5_W::new(self)
219 }
220 #[doc = "Bit 6 - External Interrupt 6"]
221 #[inline(always)]
222 #[must_use]
223 pub fn int6(&mut self) -> INT6_W<6> {
224 INT6_W::new(self)
225 }
226 #[doc = "Bit 7 - External Interrupt 7"]
227 #[inline(always)]
228 #[must_use]
229 pub fn int7(&mut self) -> INT7_W<7> {
230 INT7_W::new(self)
231 }
232 #[doc = "Bit 8 - External Interrupt 8"]
233 #[inline(always)]
234 #[must_use]
235 pub fn int8(&mut self) -> INT8_W<8> {
236 INT8_W::new(self)
237 }
238 #[doc = "Bit 9 - External Interrupt 9"]
239 #[inline(always)]
240 #[must_use]
241 pub fn int9(&mut self) -> INT9_W<9> {
242 INT9_W::new(self)
243 }
244 #[doc = "Bit 10 - External Interrupt 10"]
245 #[inline(always)]
246 #[must_use]
247 pub fn int10(&mut self) -> INT10_W<10> {
248 INT10_W::new(self)
249 }
250 #[doc = "Bit 11 - External Interrupt 11"]
251 #[inline(always)]
252 #[must_use]
253 pub fn int11(&mut self) -> INT11_W<11> {
254 INT11_W::new(self)
255 }
256 #[doc = "Bit 12 - External Interrupt 12"]
257 #[inline(always)]
258 #[must_use]
259 pub fn int12(&mut self) -> INT12_W<12> {
260 INT12_W::new(self)
261 }
262 #[doc = "Bit 13 - External Interrupt 13"]
263 #[inline(always)]
264 #[must_use]
265 pub fn int13(&mut self) -> INT13_W<13> {
266 INT13_W::new(self)
267 }
268 #[doc = "Bit 14 - External Interrupt 14"]
269 #[inline(always)]
270 #[must_use]
271 pub fn int14(&mut self) -> INT14_W<14> {
272 INT14_W::new(self)
273 }
274 #[doc = "Bit 15 - External Interrupt 15"]
275 #[inline(always)]
276 #[must_use]
277 pub fn int15(&mut self) -> INT15_W<15> {
278 INT15_W::new(self)
279 }
280 #[doc = "Writes raw bits to the register."]
281 #[inline(always)]
282 pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
283 self.0.bits(bits);
284 self
285 }
286}
287#[doc = "Filter Register\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 [filter](index.html) module"]
288pub struct FILTER_SPEC;
289impl crate::RegisterSpec for FILTER_SPEC {
290 type Ux = u32;
291}
292#[doc = "`read()` method returns [filter::R](R) reader structure"]
293impl crate::Readable for FILTER_SPEC {
294 type Reader = R;
295}
296#[doc = "`write(|w| ..)` method takes [filter::W](W) writer structure"]
297impl crate::Writable for FILTER_SPEC {
298 type Writer = W;
299 const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
300 const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
301}
302#[doc = "`reset()` method sets FILTER to value 0"]
303impl crate::Resettable for FILTER_SPEC {
304 const RESET_VALUE: Self::Ux = 0;
305}