1#[doc = "Register `MSTPCRB` reader"]
2pub struct R(crate::R<MSTPCRB_SPEC>);
3impl core::ops::Deref for R {
4 type Target = crate::R<MSTPCRB_SPEC>;
5 #[inline(always)]
6 fn deref(&self) -> &Self::Target {
7 &self.0
8 }
9}
10impl From<crate::R<MSTPCRB_SPEC>> for R {
11 #[inline(always)]
12 fn from(reader: crate::R<MSTPCRB_SPEC>) -> Self {
13 R(reader)
14 }
15}
16#[doc = "Register `MSTPCRB` writer"]
17pub struct W(crate::W<MSTPCRB_SPEC>);
18impl core::ops::Deref for W {
19 type Target = crate::W<MSTPCRB_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<MSTPCRB_SPEC>> for W {
32 #[inline(always)]
33 fn from(writer: crate::W<MSTPCRB_SPEC>) -> Self {
34 W(writer)
35 }
36}
37#[doc = "Field `MSTPB1` reader - RCAN1 Module Stop"]
38pub type MSTPB1_R = crate::BitReader<MSTPB1_A>;
39#[doc = "RCAN1 Module Stop\n\nValue on reset: 1"]
40#[derive(Clone, Copy, Debug, PartialEq, Eq)]
41pub enum MSTPB1_A {
42 #[doc = "0: Cancel the module-stop state"]
43 _0 = 0,
44 #[doc = "1: Enter the module-stop state"]
45 _1 = 1,
46}
47impl From<MSTPB1_A> for bool {
48 #[inline(always)]
49 fn from(variant: MSTPB1_A) -> Self {
50 variant as u8 != 0
51 }
52}
53impl MSTPB1_R {
54 #[doc = "Get enumerated values variant"]
55 #[inline(always)]
56 pub fn variant(&self) -> MSTPB1_A {
57 match self.bits {
58 false => MSTPB1_A::_0,
59 true => MSTPB1_A::_1,
60 }
61 }
62 #[doc = "Checks if the value of the field is `_0`"]
63 #[inline(always)]
64 pub fn is_0(&self) -> bool {
65 *self == MSTPB1_A::_0
66 }
67 #[doc = "Checks if the value of the field is `_1`"]
68 #[inline(always)]
69 pub fn is_1(&self) -> bool {
70 *self == MSTPB1_A::_1
71 }
72}
73#[doc = "Field `MSTPB1` writer - RCAN1 Module Stop"]
74pub type MSTPB1_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB1_A, O>;
75impl<'a, const O: u8> MSTPB1_W<'a, O> {
76 #[doc = "Cancel the module-stop state"]
77 #[inline(always)]
78 pub fn _0(self) -> &'a mut W {
79 self.variant(MSTPB1_A::_0)
80 }
81 #[doc = "Enter the module-stop state"]
82 #[inline(always)]
83 pub fn _1(self) -> &'a mut W {
84 self.variant(MSTPB1_A::_1)
85 }
86}
87#[doc = "Field `MSTPB2` reader - RCAN0 Module Stop"]
88pub type MSTPB2_R = crate::BitReader<MSTPB2_A>;
89#[doc = "RCAN0 Module Stop\n\nValue on reset: 1"]
90#[derive(Clone, Copy, Debug, PartialEq, Eq)]
91pub enum MSTPB2_A {
92 #[doc = "0: Cancel the module-stop state"]
93 _0 = 0,
94 #[doc = "1: Enter the module-stop state"]
95 _1 = 1,
96}
97impl From<MSTPB2_A> for bool {
98 #[inline(always)]
99 fn from(variant: MSTPB2_A) -> Self {
100 variant as u8 != 0
101 }
102}
103impl MSTPB2_R {
104 #[doc = "Get enumerated values variant"]
105 #[inline(always)]
106 pub fn variant(&self) -> MSTPB2_A {
107 match self.bits {
108 false => MSTPB2_A::_0,
109 true => MSTPB2_A::_1,
110 }
111 }
112 #[doc = "Checks if the value of the field is `_0`"]
113 #[inline(always)]
114 pub fn is_0(&self) -> bool {
115 *self == MSTPB2_A::_0
116 }
117 #[doc = "Checks if the value of the field is `_1`"]
118 #[inline(always)]
119 pub fn is_1(&self) -> bool {
120 *self == MSTPB2_A::_1
121 }
122}
123#[doc = "Field `MSTPB2` writer - RCAN0 Module Stop"]
124pub type MSTPB2_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB2_A, O>;
125impl<'a, const O: u8> MSTPB2_W<'a, O> {
126 #[doc = "Cancel the module-stop state"]
127 #[inline(always)]
128 pub fn _0(self) -> &'a mut W {
129 self.variant(MSTPB2_A::_0)
130 }
131 #[doc = "Enter the module-stop state"]
132 #[inline(always)]
133 pub fn _1(self) -> &'a mut W {
134 self.variant(MSTPB2_A::_1)
135 }
136}
137#[doc = "Field `MSTPB5` reader - IrDA Module Stop"]
138pub type MSTPB5_R = crate::BitReader<MSTPB5_A>;
139#[doc = "IrDA Module Stop\n\nValue on reset: 1"]
140#[derive(Clone, Copy, Debug, PartialEq, Eq)]
141pub enum MSTPB5_A {
142 #[doc = "0: Cancel the module-stop state"]
143 _0 = 0,
144 #[doc = "1: Enter the module-stop state"]
145 _1 = 1,
146}
147impl From<MSTPB5_A> for bool {
148 #[inline(always)]
149 fn from(variant: MSTPB5_A) -> Self {
150 variant as u8 != 0
151 }
152}
153impl MSTPB5_R {
154 #[doc = "Get enumerated values variant"]
155 #[inline(always)]
156 pub fn variant(&self) -> MSTPB5_A {
157 match self.bits {
158 false => MSTPB5_A::_0,
159 true => MSTPB5_A::_1,
160 }
161 }
162 #[doc = "Checks if the value of the field is `_0`"]
163 #[inline(always)]
164 pub fn is_0(&self) -> bool {
165 *self == MSTPB5_A::_0
166 }
167 #[doc = "Checks if the value of the field is `_1`"]
168 #[inline(always)]
169 pub fn is_1(&self) -> bool {
170 *self == MSTPB5_A::_1
171 }
172}
173#[doc = "Field `MSTPB5` writer - IrDA Module Stop"]
174pub type MSTPB5_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB5_A, O>;
175impl<'a, const O: u8> MSTPB5_W<'a, O> {
176 #[doc = "Cancel the module-stop state"]
177 #[inline(always)]
178 pub fn _0(self) -> &'a mut W {
179 self.variant(MSTPB5_A::_0)
180 }
181 #[doc = "Enter the module-stop state"]
182 #[inline(always)]
183 pub fn _1(self) -> &'a mut W {
184 self.variant(MSTPB5_A::_1)
185 }
186}
187#[doc = "Field `MSTPB6` reader - Queued Serial Peripheral Interface Module Stop"]
188pub type MSTPB6_R = crate::BitReader<MSTPB6_A>;
189#[doc = "Queued Serial Peripheral Interface Module Stop\n\nValue on reset: 1"]
190#[derive(Clone, Copy, Debug, PartialEq, Eq)]
191pub enum MSTPB6_A {
192 #[doc = "0: Cancel the module-stop state"]
193 _0 = 0,
194 #[doc = "1: Enter the module-stop state"]
195 _1 = 1,
196}
197impl From<MSTPB6_A> for bool {
198 #[inline(always)]
199 fn from(variant: MSTPB6_A) -> Self {
200 variant as u8 != 0
201 }
202}
203impl MSTPB6_R {
204 #[doc = "Get enumerated values variant"]
205 #[inline(always)]
206 pub fn variant(&self) -> MSTPB6_A {
207 match self.bits {
208 false => MSTPB6_A::_0,
209 true => MSTPB6_A::_1,
210 }
211 }
212 #[doc = "Checks if the value of the field is `_0`"]
213 #[inline(always)]
214 pub fn is_0(&self) -> bool {
215 *self == MSTPB6_A::_0
216 }
217 #[doc = "Checks if the value of the field is `_1`"]
218 #[inline(always)]
219 pub fn is_1(&self) -> bool {
220 *self == MSTPB6_A::_1
221 }
222}
223#[doc = "Field `MSTPB6` writer - Queued Serial Peripheral Interface Module Stop"]
224pub type MSTPB6_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB6_A, O>;
225impl<'a, const O: u8> MSTPB6_W<'a, O> {
226 #[doc = "Cancel the module-stop state"]
227 #[inline(always)]
228 pub fn _0(self) -> &'a mut W {
229 self.variant(MSTPB6_A::_0)
230 }
231 #[doc = "Enter the module-stop state"]
232 #[inline(always)]
233 pub fn _1(self) -> &'a mut W {
234 self.variant(MSTPB6_A::_1)
235 }
236}
237#[doc = "Field `MSTPB7` reader - I2C Bus Interface 2 Module Stop"]
238pub type MSTPB7_R = crate::BitReader<MSTPB7_A>;
239#[doc = "I2C Bus Interface 2 Module Stop\n\nValue on reset: 1"]
240#[derive(Clone, Copy, Debug, PartialEq, Eq)]
241pub enum MSTPB7_A {
242 #[doc = "0: Cancel the module-stop state"]
243 _0 = 0,
244 #[doc = "1: Enter the module-stop state"]
245 _1 = 1,
246}
247impl From<MSTPB7_A> for bool {
248 #[inline(always)]
249 fn from(variant: MSTPB7_A) -> Self {
250 variant as u8 != 0
251 }
252}
253impl MSTPB7_R {
254 #[doc = "Get enumerated values variant"]
255 #[inline(always)]
256 pub fn variant(&self) -> MSTPB7_A {
257 match self.bits {
258 false => MSTPB7_A::_0,
259 true => MSTPB7_A::_1,
260 }
261 }
262 #[doc = "Checks if the value of the field is `_0`"]
263 #[inline(always)]
264 pub fn is_0(&self) -> bool {
265 *self == MSTPB7_A::_0
266 }
267 #[doc = "Checks if the value of the field is `_1`"]
268 #[inline(always)]
269 pub fn is_1(&self) -> bool {
270 *self == MSTPB7_A::_1
271 }
272}
273#[doc = "Field `MSTPB7` writer - I2C Bus Interface 2 Module Stop"]
274pub type MSTPB7_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB7_A, O>;
275impl<'a, const O: u8> MSTPB7_W<'a, O> {
276 #[doc = "Cancel the module-stop state"]
277 #[inline(always)]
278 pub fn _0(self) -> &'a mut W {
279 self.variant(MSTPB7_A::_0)
280 }
281 #[doc = "Enter the module-stop state"]
282 #[inline(always)]
283 pub fn _1(self) -> &'a mut W {
284 self.variant(MSTPB7_A::_1)
285 }
286}
287#[doc = "Field `MSTPB8` reader - I2C Bus Interface 1 Module Stop"]
288pub type MSTPB8_R = crate::BitReader<MSTPB8_A>;
289#[doc = "I2C Bus Interface 1 Module Stop\n\nValue on reset: 1"]
290#[derive(Clone, Copy, Debug, PartialEq, Eq)]
291pub enum MSTPB8_A {
292 #[doc = "0: Cancel the module-stop state"]
293 _0 = 0,
294 #[doc = "1: Enter the module-stop state"]
295 _1 = 1,
296}
297impl From<MSTPB8_A> for bool {
298 #[inline(always)]
299 fn from(variant: MSTPB8_A) -> Self {
300 variant as u8 != 0
301 }
302}
303impl MSTPB8_R {
304 #[doc = "Get enumerated values variant"]
305 #[inline(always)]
306 pub fn variant(&self) -> MSTPB8_A {
307 match self.bits {
308 false => MSTPB8_A::_0,
309 true => MSTPB8_A::_1,
310 }
311 }
312 #[doc = "Checks if the value of the field is `_0`"]
313 #[inline(always)]
314 pub fn is_0(&self) -> bool {
315 *self == MSTPB8_A::_0
316 }
317 #[doc = "Checks if the value of the field is `_1`"]
318 #[inline(always)]
319 pub fn is_1(&self) -> bool {
320 *self == MSTPB8_A::_1
321 }
322}
323#[doc = "Field `MSTPB8` writer - I2C Bus Interface 1 Module Stop"]
324pub type MSTPB8_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB8_A, O>;
325impl<'a, const O: u8> MSTPB8_W<'a, O> {
326 #[doc = "Cancel the module-stop state"]
327 #[inline(always)]
328 pub fn _0(self) -> &'a mut W {
329 self.variant(MSTPB8_A::_0)
330 }
331 #[doc = "Enter the module-stop state"]
332 #[inline(always)]
333 pub fn _1(self) -> &'a mut W {
334 self.variant(MSTPB8_A::_1)
335 }
336}
337#[doc = "Field `MSTPB9` reader - I2C Bus Interface 0 Module Stop"]
338pub type MSTPB9_R = crate::BitReader<MSTPB9_A>;
339#[doc = "I2C Bus Interface 0 Module Stop\n\nValue on reset: 1"]
340#[derive(Clone, Copy, Debug, PartialEq, Eq)]
341pub enum MSTPB9_A {
342 #[doc = "0: Cancel the module-stop state"]
343 _0 = 0,
344 #[doc = "1: Enter the module-stop state"]
345 _1 = 1,
346}
347impl From<MSTPB9_A> for bool {
348 #[inline(always)]
349 fn from(variant: MSTPB9_A) -> Self {
350 variant as u8 != 0
351 }
352}
353impl MSTPB9_R {
354 #[doc = "Get enumerated values variant"]
355 #[inline(always)]
356 pub fn variant(&self) -> MSTPB9_A {
357 match self.bits {
358 false => MSTPB9_A::_0,
359 true => MSTPB9_A::_1,
360 }
361 }
362 #[doc = "Checks if the value of the field is `_0`"]
363 #[inline(always)]
364 pub fn is_0(&self) -> bool {
365 *self == MSTPB9_A::_0
366 }
367 #[doc = "Checks if the value of the field is `_1`"]
368 #[inline(always)]
369 pub fn is_1(&self) -> bool {
370 *self == MSTPB9_A::_1
371 }
372}
373#[doc = "Field `MSTPB9` writer - I2C Bus Interface 0 Module Stop"]
374pub type MSTPB9_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB9_A, O>;
375impl<'a, const O: u8> MSTPB9_W<'a, O> {
376 #[doc = "Cancel the module-stop state"]
377 #[inline(always)]
378 pub fn _0(self) -> &'a mut W {
379 self.variant(MSTPB9_A::_0)
380 }
381 #[doc = "Enter the module-stop state"]
382 #[inline(always)]
383 pub fn _1(self) -> &'a mut W {
384 self.variant(MSTPB9_A::_1)
385 }
386}
387#[doc = "Field `MSTPB11` reader - Universal Serial Bus 2.0 FS Interface Module Stop"]
388pub type MSTPB11_R = crate::BitReader<MSTPB11_A>;
389#[doc = "Universal Serial Bus 2.0 FS Interface Module Stop\n\nValue on reset: 1"]
390#[derive(Clone, Copy, Debug, PartialEq, Eq)]
391pub enum MSTPB11_A {
392 #[doc = "0: Cancel the module-stop state"]
393 _0 = 0,
394 #[doc = "1: Enter the module-stop state"]
395 _1 = 1,
396}
397impl From<MSTPB11_A> for bool {
398 #[inline(always)]
399 fn from(variant: MSTPB11_A) -> Self {
400 variant as u8 != 0
401 }
402}
403impl MSTPB11_R {
404 #[doc = "Get enumerated values variant"]
405 #[inline(always)]
406 pub fn variant(&self) -> MSTPB11_A {
407 match self.bits {
408 false => MSTPB11_A::_0,
409 true => MSTPB11_A::_1,
410 }
411 }
412 #[doc = "Checks if the value of the field is `_0`"]
413 #[inline(always)]
414 pub fn is_0(&self) -> bool {
415 *self == MSTPB11_A::_0
416 }
417 #[doc = "Checks if the value of the field is `_1`"]
418 #[inline(always)]
419 pub fn is_1(&self) -> bool {
420 *self == MSTPB11_A::_1
421 }
422}
423#[doc = "Field `MSTPB11` writer - Universal Serial Bus 2.0 FS Interface Module Stop"]
424pub type MSTPB11_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB11_A, O>;
425impl<'a, const O: u8> MSTPB11_W<'a, O> {
426 #[doc = "Cancel the module-stop state"]
427 #[inline(always)]
428 pub fn _0(self) -> &'a mut W {
429 self.variant(MSTPB11_A::_0)
430 }
431 #[doc = "Enter the module-stop state"]
432 #[inline(always)]
433 pub fn _1(self) -> &'a mut W {
434 self.variant(MSTPB11_A::_1)
435 }
436}
437#[doc = "Field `MSTPB12` reader - Universal Serial Bus 2.0 HS Interface Module Stop"]
438pub type MSTPB12_R = crate::BitReader<MSTPB12_A>;
439#[doc = "Universal Serial Bus 2.0 HS Interface Module Stop\n\nValue on reset: 1"]
440#[derive(Clone, Copy, Debug, PartialEq, Eq)]
441pub enum MSTPB12_A {
442 #[doc = "0: Cancel the module-stop state"]
443 _0 = 0,
444 #[doc = "1: Enter the module-stop state"]
445 _1 = 1,
446}
447impl From<MSTPB12_A> for bool {
448 #[inline(always)]
449 fn from(variant: MSTPB12_A) -> Self {
450 variant as u8 != 0
451 }
452}
453impl MSTPB12_R {
454 #[doc = "Get enumerated values variant"]
455 #[inline(always)]
456 pub fn variant(&self) -> MSTPB12_A {
457 match self.bits {
458 false => MSTPB12_A::_0,
459 true => MSTPB12_A::_1,
460 }
461 }
462 #[doc = "Checks if the value of the field is `_0`"]
463 #[inline(always)]
464 pub fn is_0(&self) -> bool {
465 *self == MSTPB12_A::_0
466 }
467 #[doc = "Checks if the value of the field is `_1`"]
468 #[inline(always)]
469 pub fn is_1(&self) -> bool {
470 *self == MSTPB12_A::_1
471 }
472}
473#[doc = "Field `MSTPB12` writer - Universal Serial Bus 2.0 HS Interface Module Stop"]
474pub type MSTPB12_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB12_A, O>;
475impl<'a, const O: u8> MSTPB12_W<'a, O> {
476 #[doc = "Cancel the module-stop state"]
477 #[inline(always)]
478 pub fn _0(self) -> &'a mut W {
479 self.variant(MSTPB12_A::_0)
480 }
481 #[doc = "Enter the module-stop state"]
482 #[inline(always)]
483 pub fn _1(self) -> &'a mut W {
484 self.variant(MSTPB12_A::_1)
485 }
486}
487#[doc = "Field `MSTPB13` reader - EPTPC and PTPEDMAC Module Stop"]
488pub type MSTPB13_R = crate::BitReader<MSTPB13_A>;
489#[doc = "EPTPC and PTPEDMAC Module Stop\n\nValue on reset: 1"]
490#[derive(Clone, Copy, Debug, PartialEq, Eq)]
491pub enum MSTPB13_A {
492 #[doc = "0: Cancel the module-stop state"]
493 _0 = 0,
494 #[doc = "1: Enter the module-stop state"]
495 _1 = 1,
496}
497impl From<MSTPB13_A> for bool {
498 #[inline(always)]
499 fn from(variant: MSTPB13_A) -> Self {
500 variant as u8 != 0
501 }
502}
503impl MSTPB13_R {
504 #[doc = "Get enumerated values variant"]
505 #[inline(always)]
506 pub fn variant(&self) -> MSTPB13_A {
507 match self.bits {
508 false => MSTPB13_A::_0,
509 true => MSTPB13_A::_1,
510 }
511 }
512 #[doc = "Checks if the value of the field is `_0`"]
513 #[inline(always)]
514 pub fn is_0(&self) -> bool {
515 *self == MSTPB13_A::_0
516 }
517 #[doc = "Checks if the value of the field is `_1`"]
518 #[inline(always)]
519 pub fn is_1(&self) -> bool {
520 *self == MSTPB13_A::_1
521 }
522}
523#[doc = "Field `MSTPB13` writer - EPTPC and PTPEDMAC Module Stop"]
524pub type MSTPB13_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB13_A, O>;
525impl<'a, const O: u8> MSTPB13_W<'a, O> {
526 #[doc = "Cancel the module-stop state"]
527 #[inline(always)]
528 pub fn _0(self) -> &'a mut W {
529 self.variant(MSTPB13_A::_0)
530 }
531 #[doc = "Enter the module-stop state"]
532 #[inline(always)]
533 pub fn _1(self) -> &'a mut W {
534 self.variant(MSTPB13_A::_1)
535 }
536}
537#[doc = "Field `MSTPB15` reader - ETHERC0 and EDMAC0 Module Stop"]
538pub type MSTPB15_R = crate::BitReader<MSTPB15_A>;
539#[doc = "ETHERC0 and EDMAC0 Module Stop\n\nValue on reset: 1"]
540#[derive(Clone, Copy, Debug, PartialEq, Eq)]
541pub enum MSTPB15_A {
542 #[doc = "0: Cancel the module-stop state"]
543 _0 = 0,
544 #[doc = "1: Enter the module-stop state"]
545 _1 = 1,
546}
547impl From<MSTPB15_A> for bool {
548 #[inline(always)]
549 fn from(variant: MSTPB15_A) -> Self {
550 variant as u8 != 0
551 }
552}
553impl MSTPB15_R {
554 #[doc = "Get enumerated values variant"]
555 #[inline(always)]
556 pub fn variant(&self) -> MSTPB15_A {
557 match self.bits {
558 false => MSTPB15_A::_0,
559 true => MSTPB15_A::_1,
560 }
561 }
562 #[doc = "Checks if the value of the field is `_0`"]
563 #[inline(always)]
564 pub fn is_0(&self) -> bool {
565 *self == MSTPB15_A::_0
566 }
567 #[doc = "Checks if the value of the field is `_1`"]
568 #[inline(always)]
569 pub fn is_1(&self) -> bool {
570 *self == MSTPB15_A::_1
571 }
572}
573#[doc = "Field `MSTPB15` writer - ETHERC0 and EDMAC0 Module Stop"]
574pub type MSTPB15_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB15_A, O>;
575impl<'a, const O: u8> MSTPB15_W<'a, O> {
576 #[doc = "Cancel the module-stop state"]
577 #[inline(always)]
578 pub fn _0(self) -> &'a mut W {
579 self.variant(MSTPB15_A::_0)
580 }
581 #[doc = "Enter the module-stop state"]
582 #[inline(always)]
583 pub fn _1(self) -> &'a mut W {
584 self.variant(MSTPB15_A::_1)
585 }
586}
587#[doc = "Field `MSTPB18` reader - Serial Peripheral Interface Module Stop"]
588pub type MSTPB18_R = crate::BitReader<MSTPB18_A>;
589#[doc = "Serial Peripheral Interface Module Stop\n\nValue on reset: 1"]
590#[derive(Clone, Copy, Debug, PartialEq, Eq)]
591pub enum MSTPB18_A {
592 #[doc = "0: Cancel the module-stop state"]
593 _0 = 0,
594 #[doc = "1: Enter the module-stop state"]
595 _1 = 1,
596}
597impl From<MSTPB18_A> for bool {
598 #[inline(always)]
599 fn from(variant: MSTPB18_A) -> Self {
600 variant as u8 != 0
601 }
602}
603impl MSTPB18_R {
604 #[doc = "Get enumerated values variant"]
605 #[inline(always)]
606 pub fn variant(&self) -> MSTPB18_A {
607 match self.bits {
608 false => MSTPB18_A::_0,
609 true => MSTPB18_A::_1,
610 }
611 }
612 #[doc = "Checks if the value of the field is `_0`"]
613 #[inline(always)]
614 pub fn is_0(&self) -> bool {
615 *self == MSTPB18_A::_0
616 }
617 #[doc = "Checks if the value of the field is `_1`"]
618 #[inline(always)]
619 pub fn is_1(&self) -> bool {
620 *self == MSTPB18_A::_1
621 }
622}
623#[doc = "Field `MSTPB18` writer - Serial Peripheral Interface Module Stop"]
624pub type MSTPB18_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB18_A, O>;
625impl<'a, const O: u8> MSTPB18_W<'a, O> {
626 #[doc = "Cancel the module-stop state"]
627 #[inline(always)]
628 pub fn _0(self) -> &'a mut W {
629 self.variant(MSTPB18_A::_0)
630 }
631 #[doc = "Enter the module-stop state"]
632 #[inline(always)]
633 pub fn _1(self) -> &'a mut W {
634 self.variant(MSTPB18_A::_1)
635 }
636}
637#[doc = "Field `MSTPB19` reader - Serial Peripheral Interface 0 Module Stop"]
638pub type MSTPB19_R = crate::BitReader<MSTPB19_A>;
639#[doc = "Serial Peripheral Interface 0 Module Stop\n\nValue on reset: 1"]
640#[derive(Clone, Copy, Debug, PartialEq, Eq)]
641pub enum MSTPB19_A {
642 #[doc = "0: Cancel the module-stop state"]
643 _0 = 0,
644 #[doc = "1: Enter the module-stop state"]
645 _1 = 1,
646}
647impl From<MSTPB19_A> for bool {
648 #[inline(always)]
649 fn from(variant: MSTPB19_A) -> Self {
650 variant as u8 != 0
651 }
652}
653impl MSTPB19_R {
654 #[doc = "Get enumerated values variant"]
655 #[inline(always)]
656 pub fn variant(&self) -> MSTPB19_A {
657 match self.bits {
658 false => MSTPB19_A::_0,
659 true => MSTPB19_A::_1,
660 }
661 }
662 #[doc = "Checks if the value of the field is `_0`"]
663 #[inline(always)]
664 pub fn is_0(&self) -> bool {
665 *self == MSTPB19_A::_0
666 }
667 #[doc = "Checks if the value of the field is `_1`"]
668 #[inline(always)]
669 pub fn is_1(&self) -> bool {
670 *self == MSTPB19_A::_1
671 }
672}
673#[doc = "Field `MSTPB19` writer - Serial Peripheral Interface 0 Module Stop"]
674pub type MSTPB19_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB19_A, O>;
675impl<'a, const O: u8> MSTPB19_W<'a, O> {
676 #[doc = "Cancel the module-stop state"]
677 #[inline(always)]
678 pub fn _0(self) -> &'a mut W {
679 self.variant(MSTPB19_A::_0)
680 }
681 #[doc = "Enter the module-stop state"]
682 #[inline(always)]
683 pub fn _1(self) -> &'a mut W {
684 self.variant(MSTPB19_A::_1)
685 }
686}
687#[doc = "Field `MSTPB22` reader - Serial Communication Interface 9 Module Stop"]
688pub type MSTPB22_R = crate::BitReader<MSTPB22_A>;
689#[doc = "Serial Communication Interface 9 Module Stop\n\nValue on reset: 1"]
690#[derive(Clone, Copy, Debug, PartialEq, Eq)]
691pub enum MSTPB22_A {
692 #[doc = "0: Cancel the module-stop state"]
693 _0 = 0,
694 #[doc = "1: Enter the module-stop state"]
695 _1 = 1,
696}
697impl From<MSTPB22_A> for bool {
698 #[inline(always)]
699 fn from(variant: MSTPB22_A) -> Self {
700 variant as u8 != 0
701 }
702}
703impl MSTPB22_R {
704 #[doc = "Get enumerated values variant"]
705 #[inline(always)]
706 pub fn variant(&self) -> MSTPB22_A {
707 match self.bits {
708 false => MSTPB22_A::_0,
709 true => MSTPB22_A::_1,
710 }
711 }
712 #[doc = "Checks if the value of the field is `_0`"]
713 #[inline(always)]
714 pub fn is_0(&self) -> bool {
715 *self == MSTPB22_A::_0
716 }
717 #[doc = "Checks if the value of the field is `_1`"]
718 #[inline(always)]
719 pub fn is_1(&self) -> bool {
720 *self == MSTPB22_A::_1
721 }
722}
723#[doc = "Field `MSTPB22` writer - Serial Communication Interface 9 Module Stop"]
724pub type MSTPB22_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB22_A, O>;
725impl<'a, const O: u8> MSTPB22_W<'a, O> {
726 #[doc = "Cancel the module-stop state"]
727 #[inline(always)]
728 pub fn _0(self) -> &'a mut W {
729 self.variant(MSTPB22_A::_0)
730 }
731 #[doc = "Enter the module-stop state"]
732 #[inline(always)]
733 pub fn _1(self) -> &'a mut W {
734 self.variant(MSTPB22_A::_1)
735 }
736}
737#[doc = "Field `MSTPB23` reader - Serial Communication Interface 8 Module Stop"]
738pub type MSTPB23_R = crate::BitReader<MSTPB23_A>;
739#[doc = "Serial Communication Interface 8 Module Stop\n\nValue on reset: 1"]
740#[derive(Clone, Copy, Debug, PartialEq, Eq)]
741pub enum MSTPB23_A {
742 #[doc = "0: Cancel the module-stop state"]
743 _0 = 0,
744 #[doc = "1: Enter the module-stop state"]
745 _1 = 1,
746}
747impl From<MSTPB23_A> for bool {
748 #[inline(always)]
749 fn from(variant: MSTPB23_A) -> Self {
750 variant as u8 != 0
751 }
752}
753impl MSTPB23_R {
754 #[doc = "Get enumerated values variant"]
755 #[inline(always)]
756 pub fn variant(&self) -> MSTPB23_A {
757 match self.bits {
758 false => MSTPB23_A::_0,
759 true => MSTPB23_A::_1,
760 }
761 }
762 #[doc = "Checks if the value of the field is `_0`"]
763 #[inline(always)]
764 pub fn is_0(&self) -> bool {
765 *self == MSTPB23_A::_0
766 }
767 #[doc = "Checks if the value of the field is `_1`"]
768 #[inline(always)]
769 pub fn is_1(&self) -> bool {
770 *self == MSTPB23_A::_1
771 }
772}
773#[doc = "Field `MSTPB23` writer - Serial Communication Interface 8 Module Stop"]
774pub type MSTPB23_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB23_A, O>;
775impl<'a, const O: u8> MSTPB23_W<'a, O> {
776 #[doc = "Cancel the module-stop state"]
777 #[inline(always)]
778 pub fn _0(self) -> &'a mut W {
779 self.variant(MSTPB23_A::_0)
780 }
781 #[doc = "Enter the module-stop state"]
782 #[inline(always)]
783 pub fn _1(self) -> &'a mut W {
784 self.variant(MSTPB23_A::_1)
785 }
786}
787#[doc = "Field `MSTPB24` reader - Serial Communication Interface 7 Module Stop"]
788pub type MSTPB24_R = crate::BitReader<MSTPB24_A>;
789#[doc = "Serial Communication Interface 7 Module Stop\n\nValue on reset: 1"]
790#[derive(Clone, Copy, Debug, PartialEq, Eq)]
791pub enum MSTPB24_A {
792 #[doc = "0: Cancel the module-stop state"]
793 _0 = 0,
794 #[doc = "1: Enter the module-stop state"]
795 _1 = 1,
796}
797impl From<MSTPB24_A> for bool {
798 #[inline(always)]
799 fn from(variant: MSTPB24_A) -> Self {
800 variant as u8 != 0
801 }
802}
803impl MSTPB24_R {
804 #[doc = "Get enumerated values variant"]
805 #[inline(always)]
806 pub fn variant(&self) -> MSTPB24_A {
807 match self.bits {
808 false => MSTPB24_A::_0,
809 true => MSTPB24_A::_1,
810 }
811 }
812 #[doc = "Checks if the value of the field is `_0`"]
813 #[inline(always)]
814 pub fn is_0(&self) -> bool {
815 *self == MSTPB24_A::_0
816 }
817 #[doc = "Checks if the value of the field is `_1`"]
818 #[inline(always)]
819 pub fn is_1(&self) -> bool {
820 *self == MSTPB24_A::_1
821 }
822}
823#[doc = "Field `MSTPB24` writer - Serial Communication Interface 7 Module Stop"]
824pub type MSTPB24_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB24_A, O>;
825impl<'a, const O: u8> MSTPB24_W<'a, O> {
826 #[doc = "Cancel the module-stop state"]
827 #[inline(always)]
828 pub fn _0(self) -> &'a mut W {
829 self.variant(MSTPB24_A::_0)
830 }
831 #[doc = "Enter the module-stop state"]
832 #[inline(always)]
833 pub fn _1(self) -> &'a mut W {
834 self.variant(MSTPB24_A::_1)
835 }
836}
837#[doc = "Field `MSTPB25` reader - Serial Communication Interface 6 Module Stop"]
838pub type MSTPB25_R = crate::BitReader<MSTPB25_A>;
839#[doc = "Serial Communication Interface 6 Module Stop\n\nValue on reset: 1"]
840#[derive(Clone, Copy, Debug, PartialEq, Eq)]
841pub enum MSTPB25_A {
842 #[doc = "0: Cancel the module-stop state"]
843 _0 = 0,
844 #[doc = "1: Enter the module-stop state"]
845 _1 = 1,
846}
847impl From<MSTPB25_A> for bool {
848 #[inline(always)]
849 fn from(variant: MSTPB25_A) -> Self {
850 variant as u8 != 0
851 }
852}
853impl MSTPB25_R {
854 #[doc = "Get enumerated values variant"]
855 #[inline(always)]
856 pub fn variant(&self) -> MSTPB25_A {
857 match self.bits {
858 false => MSTPB25_A::_0,
859 true => MSTPB25_A::_1,
860 }
861 }
862 #[doc = "Checks if the value of the field is `_0`"]
863 #[inline(always)]
864 pub fn is_0(&self) -> bool {
865 *self == MSTPB25_A::_0
866 }
867 #[doc = "Checks if the value of the field is `_1`"]
868 #[inline(always)]
869 pub fn is_1(&self) -> bool {
870 *self == MSTPB25_A::_1
871 }
872}
873#[doc = "Field `MSTPB25` writer - Serial Communication Interface 6 Module Stop"]
874pub type MSTPB25_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB25_A, O>;
875impl<'a, const O: u8> MSTPB25_W<'a, O> {
876 #[doc = "Cancel the module-stop state"]
877 #[inline(always)]
878 pub fn _0(self) -> &'a mut W {
879 self.variant(MSTPB25_A::_0)
880 }
881 #[doc = "Enter the module-stop state"]
882 #[inline(always)]
883 pub fn _1(self) -> &'a mut W {
884 self.variant(MSTPB25_A::_1)
885 }
886}
887#[doc = "Field `MSTPB26` reader - Serial Communication Interface 5 Module Stop"]
888pub type MSTPB26_R = crate::BitReader<MSTPB26_A>;
889#[doc = "Serial Communication Interface 5 Module Stop\n\nValue on reset: 1"]
890#[derive(Clone, Copy, Debug, PartialEq, Eq)]
891pub enum MSTPB26_A {
892 #[doc = "0: Cancel the module-stop state"]
893 _0 = 0,
894 #[doc = "1: Enter the module-stop state"]
895 _1 = 1,
896}
897impl From<MSTPB26_A> for bool {
898 #[inline(always)]
899 fn from(variant: MSTPB26_A) -> Self {
900 variant as u8 != 0
901 }
902}
903impl MSTPB26_R {
904 #[doc = "Get enumerated values variant"]
905 #[inline(always)]
906 pub fn variant(&self) -> MSTPB26_A {
907 match self.bits {
908 false => MSTPB26_A::_0,
909 true => MSTPB26_A::_1,
910 }
911 }
912 #[doc = "Checks if the value of the field is `_0`"]
913 #[inline(always)]
914 pub fn is_0(&self) -> bool {
915 *self == MSTPB26_A::_0
916 }
917 #[doc = "Checks if the value of the field is `_1`"]
918 #[inline(always)]
919 pub fn is_1(&self) -> bool {
920 *self == MSTPB26_A::_1
921 }
922}
923#[doc = "Field `MSTPB26` writer - Serial Communication Interface 5 Module Stop"]
924pub type MSTPB26_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB26_A, O>;
925impl<'a, const O: u8> MSTPB26_W<'a, O> {
926 #[doc = "Cancel the module-stop state"]
927 #[inline(always)]
928 pub fn _0(self) -> &'a mut W {
929 self.variant(MSTPB26_A::_0)
930 }
931 #[doc = "Enter the module-stop state"]
932 #[inline(always)]
933 pub fn _1(self) -> &'a mut W {
934 self.variant(MSTPB26_A::_1)
935 }
936}
937#[doc = "Field `MSTPB27` reader - Serial Communication Interface 4 Module Stop"]
938pub type MSTPB27_R = crate::BitReader<MSTPB27_A>;
939#[doc = "Serial Communication Interface 4 Module Stop\n\nValue on reset: 1"]
940#[derive(Clone, Copy, Debug, PartialEq, Eq)]
941pub enum MSTPB27_A {
942 #[doc = "0: Cancel the module-stop state"]
943 _0 = 0,
944 #[doc = "1: Enter the module-stop state"]
945 _1 = 1,
946}
947impl From<MSTPB27_A> for bool {
948 #[inline(always)]
949 fn from(variant: MSTPB27_A) -> Self {
950 variant as u8 != 0
951 }
952}
953impl MSTPB27_R {
954 #[doc = "Get enumerated values variant"]
955 #[inline(always)]
956 pub fn variant(&self) -> MSTPB27_A {
957 match self.bits {
958 false => MSTPB27_A::_0,
959 true => MSTPB27_A::_1,
960 }
961 }
962 #[doc = "Checks if the value of the field is `_0`"]
963 #[inline(always)]
964 pub fn is_0(&self) -> bool {
965 *self == MSTPB27_A::_0
966 }
967 #[doc = "Checks if the value of the field is `_1`"]
968 #[inline(always)]
969 pub fn is_1(&self) -> bool {
970 *self == MSTPB27_A::_1
971 }
972}
973#[doc = "Field `MSTPB27` writer - Serial Communication Interface 4 Module Stop"]
974pub type MSTPB27_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB27_A, O>;
975impl<'a, const O: u8> MSTPB27_W<'a, O> {
976 #[doc = "Cancel the module-stop state"]
977 #[inline(always)]
978 pub fn _0(self) -> &'a mut W {
979 self.variant(MSTPB27_A::_0)
980 }
981 #[doc = "Enter the module-stop state"]
982 #[inline(always)]
983 pub fn _1(self) -> &'a mut W {
984 self.variant(MSTPB27_A::_1)
985 }
986}
987#[doc = "Field `MSTPB28` reader - Serial Communication Interface 3 Module Stop"]
988pub type MSTPB28_R = crate::BitReader<MSTPB28_A>;
989#[doc = "Serial Communication Interface 3 Module Stop\n\nValue on reset: 1"]
990#[derive(Clone, Copy, Debug, PartialEq, Eq)]
991pub enum MSTPB28_A {
992 #[doc = "0: Cancel the module-stop state"]
993 _0 = 0,
994 #[doc = "1: Enter the module-stop state"]
995 _1 = 1,
996}
997impl From<MSTPB28_A> for bool {
998 #[inline(always)]
999 fn from(variant: MSTPB28_A) -> Self {
1000 variant as u8 != 0
1001 }
1002}
1003impl MSTPB28_R {
1004 #[doc = "Get enumerated values variant"]
1005 #[inline(always)]
1006 pub fn variant(&self) -> MSTPB28_A {
1007 match self.bits {
1008 false => MSTPB28_A::_0,
1009 true => MSTPB28_A::_1,
1010 }
1011 }
1012 #[doc = "Checks if the value of the field is `_0`"]
1013 #[inline(always)]
1014 pub fn is_0(&self) -> bool {
1015 *self == MSTPB28_A::_0
1016 }
1017 #[doc = "Checks if the value of the field is `_1`"]
1018 #[inline(always)]
1019 pub fn is_1(&self) -> bool {
1020 *self == MSTPB28_A::_1
1021 }
1022}
1023#[doc = "Field `MSTPB28` writer - Serial Communication Interface 3 Module Stop"]
1024pub type MSTPB28_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB28_A, O>;
1025impl<'a, const O: u8> MSTPB28_W<'a, O> {
1026 #[doc = "Cancel the module-stop state"]
1027 #[inline(always)]
1028 pub fn _0(self) -> &'a mut W {
1029 self.variant(MSTPB28_A::_0)
1030 }
1031 #[doc = "Enter the module-stop state"]
1032 #[inline(always)]
1033 pub fn _1(self) -> &'a mut W {
1034 self.variant(MSTPB28_A::_1)
1035 }
1036}
1037#[doc = "Field `MSTPB29` reader - Serial Communication Interface 2 Module Stop"]
1038pub type MSTPB29_R = crate::BitReader<MSTPB29_A>;
1039#[doc = "Serial Communication Interface 2 Module Stop\n\nValue on reset: 1"]
1040#[derive(Clone, Copy, Debug, PartialEq, Eq)]
1041pub enum MSTPB29_A {
1042 #[doc = "0: Cancel the module-stop state"]
1043 _0 = 0,
1044 #[doc = "1: Enter the module-stop state"]
1045 _1 = 1,
1046}
1047impl From<MSTPB29_A> for bool {
1048 #[inline(always)]
1049 fn from(variant: MSTPB29_A) -> Self {
1050 variant as u8 != 0
1051 }
1052}
1053impl MSTPB29_R {
1054 #[doc = "Get enumerated values variant"]
1055 #[inline(always)]
1056 pub fn variant(&self) -> MSTPB29_A {
1057 match self.bits {
1058 false => MSTPB29_A::_0,
1059 true => MSTPB29_A::_1,
1060 }
1061 }
1062 #[doc = "Checks if the value of the field is `_0`"]
1063 #[inline(always)]
1064 pub fn is_0(&self) -> bool {
1065 *self == MSTPB29_A::_0
1066 }
1067 #[doc = "Checks if the value of the field is `_1`"]
1068 #[inline(always)]
1069 pub fn is_1(&self) -> bool {
1070 *self == MSTPB29_A::_1
1071 }
1072}
1073#[doc = "Field `MSTPB29` writer - Serial Communication Interface 2 Module Stop"]
1074pub type MSTPB29_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB29_A, O>;
1075impl<'a, const O: u8> MSTPB29_W<'a, O> {
1076 #[doc = "Cancel the module-stop state"]
1077 #[inline(always)]
1078 pub fn _0(self) -> &'a mut W {
1079 self.variant(MSTPB29_A::_0)
1080 }
1081 #[doc = "Enter the module-stop state"]
1082 #[inline(always)]
1083 pub fn _1(self) -> &'a mut W {
1084 self.variant(MSTPB29_A::_1)
1085 }
1086}
1087#[doc = "Field `MSTPB30` reader - Serial Communication Interface 1 Module Stop"]
1088pub type MSTPB30_R = crate::BitReader<MSTPB30_A>;
1089#[doc = "Serial Communication Interface 1 Module Stop\n\nValue on reset: 1"]
1090#[derive(Clone, Copy, Debug, PartialEq, Eq)]
1091pub enum MSTPB30_A {
1092 #[doc = "0: Cancel the module-stop state"]
1093 _0 = 0,
1094 #[doc = "1: Enter the module-stop state"]
1095 _1 = 1,
1096}
1097impl From<MSTPB30_A> for bool {
1098 #[inline(always)]
1099 fn from(variant: MSTPB30_A) -> Self {
1100 variant as u8 != 0
1101 }
1102}
1103impl MSTPB30_R {
1104 #[doc = "Get enumerated values variant"]
1105 #[inline(always)]
1106 pub fn variant(&self) -> MSTPB30_A {
1107 match self.bits {
1108 false => MSTPB30_A::_0,
1109 true => MSTPB30_A::_1,
1110 }
1111 }
1112 #[doc = "Checks if the value of the field is `_0`"]
1113 #[inline(always)]
1114 pub fn is_0(&self) -> bool {
1115 *self == MSTPB30_A::_0
1116 }
1117 #[doc = "Checks if the value of the field is `_1`"]
1118 #[inline(always)]
1119 pub fn is_1(&self) -> bool {
1120 *self == MSTPB30_A::_1
1121 }
1122}
1123#[doc = "Field `MSTPB30` writer - Serial Communication Interface 1 Module Stop"]
1124pub type MSTPB30_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB30_A, O>;
1125impl<'a, const O: u8> MSTPB30_W<'a, O> {
1126 #[doc = "Cancel the module-stop state"]
1127 #[inline(always)]
1128 pub fn _0(self) -> &'a mut W {
1129 self.variant(MSTPB30_A::_0)
1130 }
1131 #[doc = "Enter the module-stop state"]
1132 #[inline(always)]
1133 pub fn _1(self) -> &'a mut W {
1134 self.variant(MSTPB30_A::_1)
1135 }
1136}
1137#[doc = "Field `MSTPB31` reader - Serial Communication Interface 0 Module Stop"]
1138pub type MSTPB31_R = crate::BitReader<MSTPB31_A>;
1139#[doc = "Serial Communication Interface 0 Module Stop\n\nValue on reset: 1"]
1140#[derive(Clone, Copy, Debug, PartialEq, Eq)]
1141pub enum MSTPB31_A {
1142 #[doc = "0: Cancel the module-stop state"]
1143 _0 = 0,
1144 #[doc = "1: Enter the module-stop state"]
1145 _1 = 1,
1146}
1147impl From<MSTPB31_A> for bool {
1148 #[inline(always)]
1149 fn from(variant: MSTPB31_A) -> Self {
1150 variant as u8 != 0
1151 }
1152}
1153impl MSTPB31_R {
1154 #[doc = "Get enumerated values variant"]
1155 #[inline(always)]
1156 pub fn variant(&self) -> MSTPB31_A {
1157 match self.bits {
1158 false => MSTPB31_A::_0,
1159 true => MSTPB31_A::_1,
1160 }
1161 }
1162 #[doc = "Checks if the value of the field is `_0`"]
1163 #[inline(always)]
1164 pub fn is_0(&self) -> bool {
1165 *self == MSTPB31_A::_0
1166 }
1167 #[doc = "Checks if the value of the field is `_1`"]
1168 #[inline(always)]
1169 pub fn is_1(&self) -> bool {
1170 *self == MSTPB31_A::_1
1171 }
1172}
1173#[doc = "Field `MSTPB31` writer - Serial Communication Interface 0 Module Stop"]
1174pub type MSTPB31_W<'a, const O: u8> = crate::BitWriter<'a, u32, MSTPCRB_SPEC, MSTPB31_A, O>;
1175impl<'a, const O: u8> MSTPB31_W<'a, O> {
1176 #[doc = "Cancel the module-stop state"]
1177 #[inline(always)]
1178 pub fn _0(self) -> &'a mut W {
1179 self.variant(MSTPB31_A::_0)
1180 }
1181 #[doc = "Enter the module-stop state"]
1182 #[inline(always)]
1183 pub fn _1(self) -> &'a mut W {
1184 self.variant(MSTPB31_A::_1)
1185 }
1186}
1187impl R {
1188 #[doc = "Bit 1 - RCAN1 Module Stop"]
1189 #[inline(always)]
1190 pub fn mstpb1(&self) -> MSTPB1_R {
1191 MSTPB1_R::new(((self.bits >> 1) & 1) != 0)
1192 }
1193 #[doc = "Bit 2 - RCAN0 Module Stop"]
1194 #[inline(always)]
1195 pub fn mstpb2(&self) -> MSTPB2_R {
1196 MSTPB2_R::new(((self.bits >> 2) & 1) != 0)
1197 }
1198 #[doc = "Bit 5 - IrDA Module Stop"]
1199 #[inline(always)]
1200 pub fn mstpb5(&self) -> MSTPB5_R {
1201 MSTPB5_R::new(((self.bits >> 5) & 1) != 0)
1202 }
1203 #[doc = "Bit 6 - Queued Serial Peripheral Interface Module Stop"]
1204 #[inline(always)]
1205 pub fn mstpb6(&self) -> MSTPB6_R {
1206 MSTPB6_R::new(((self.bits >> 6) & 1) != 0)
1207 }
1208 #[doc = "Bit 7 - I2C Bus Interface 2 Module Stop"]
1209 #[inline(always)]
1210 pub fn mstpb7(&self) -> MSTPB7_R {
1211 MSTPB7_R::new(((self.bits >> 7) & 1) != 0)
1212 }
1213 #[doc = "Bit 8 - I2C Bus Interface 1 Module Stop"]
1214 #[inline(always)]
1215 pub fn mstpb8(&self) -> MSTPB8_R {
1216 MSTPB8_R::new(((self.bits >> 8) & 1) != 0)
1217 }
1218 #[doc = "Bit 9 - I2C Bus Interface 0 Module Stop"]
1219 #[inline(always)]
1220 pub fn mstpb9(&self) -> MSTPB9_R {
1221 MSTPB9_R::new(((self.bits >> 9) & 1) != 0)
1222 }
1223 #[doc = "Bit 11 - Universal Serial Bus 2.0 FS Interface Module Stop"]
1224 #[inline(always)]
1225 pub fn mstpb11(&self) -> MSTPB11_R {
1226 MSTPB11_R::new(((self.bits >> 11) & 1) != 0)
1227 }
1228 #[doc = "Bit 12 - Universal Serial Bus 2.0 HS Interface Module Stop"]
1229 #[inline(always)]
1230 pub fn mstpb12(&self) -> MSTPB12_R {
1231 MSTPB12_R::new(((self.bits >> 12) & 1) != 0)
1232 }
1233 #[doc = "Bit 13 - EPTPC and PTPEDMAC Module Stop"]
1234 #[inline(always)]
1235 pub fn mstpb13(&self) -> MSTPB13_R {
1236 MSTPB13_R::new(((self.bits >> 13) & 1) != 0)
1237 }
1238 #[doc = "Bit 15 - ETHERC0 and EDMAC0 Module Stop"]
1239 #[inline(always)]
1240 pub fn mstpb15(&self) -> MSTPB15_R {
1241 MSTPB15_R::new(((self.bits >> 15) & 1) != 0)
1242 }
1243 #[doc = "Bit 18 - Serial Peripheral Interface Module Stop"]
1244 #[inline(always)]
1245 pub fn mstpb18(&self) -> MSTPB18_R {
1246 MSTPB18_R::new(((self.bits >> 18) & 1) != 0)
1247 }
1248 #[doc = "Bit 19 - Serial Peripheral Interface 0 Module Stop"]
1249 #[inline(always)]
1250 pub fn mstpb19(&self) -> MSTPB19_R {
1251 MSTPB19_R::new(((self.bits >> 19) & 1) != 0)
1252 }
1253 #[doc = "Bit 22 - Serial Communication Interface 9 Module Stop"]
1254 #[inline(always)]
1255 pub fn mstpb22(&self) -> MSTPB22_R {
1256 MSTPB22_R::new(((self.bits >> 22) & 1) != 0)
1257 }
1258 #[doc = "Bit 23 - Serial Communication Interface 8 Module Stop"]
1259 #[inline(always)]
1260 pub fn mstpb23(&self) -> MSTPB23_R {
1261 MSTPB23_R::new(((self.bits >> 23) & 1) != 0)
1262 }
1263 #[doc = "Bit 24 - Serial Communication Interface 7 Module Stop"]
1264 #[inline(always)]
1265 pub fn mstpb24(&self) -> MSTPB24_R {
1266 MSTPB24_R::new(((self.bits >> 24) & 1) != 0)
1267 }
1268 #[doc = "Bit 25 - Serial Communication Interface 6 Module Stop"]
1269 #[inline(always)]
1270 pub fn mstpb25(&self) -> MSTPB25_R {
1271 MSTPB25_R::new(((self.bits >> 25) & 1) != 0)
1272 }
1273 #[doc = "Bit 26 - Serial Communication Interface 5 Module Stop"]
1274 #[inline(always)]
1275 pub fn mstpb26(&self) -> MSTPB26_R {
1276 MSTPB26_R::new(((self.bits >> 26) & 1) != 0)
1277 }
1278 #[doc = "Bit 27 - Serial Communication Interface 4 Module Stop"]
1279 #[inline(always)]
1280 pub fn mstpb27(&self) -> MSTPB27_R {
1281 MSTPB27_R::new(((self.bits >> 27) & 1) != 0)
1282 }
1283 #[doc = "Bit 28 - Serial Communication Interface 3 Module Stop"]
1284 #[inline(always)]
1285 pub fn mstpb28(&self) -> MSTPB28_R {
1286 MSTPB28_R::new(((self.bits >> 28) & 1) != 0)
1287 }
1288 #[doc = "Bit 29 - Serial Communication Interface 2 Module Stop"]
1289 #[inline(always)]
1290 pub fn mstpb29(&self) -> MSTPB29_R {
1291 MSTPB29_R::new(((self.bits >> 29) & 1) != 0)
1292 }
1293 #[doc = "Bit 30 - Serial Communication Interface 1 Module Stop"]
1294 #[inline(always)]
1295 pub fn mstpb30(&self) -> MSTPB30_R {
1296 MSTPB30_R::new(((self.bits >> 30) & 1) != 0)
1297 }
1298 #[doc = "Bit 31 - Serial Communication Interface 0 Module Stop"]
1299 #[inline(always)]
1300 pub fn mstpb31(&self) -> MSTPB31_R {
1301 MSTPB31_R::new(((self.bits >> 31) & 1) != 0)
1302 }
1303}
1304impl W {
1305 #[doc = "Bit 1 - RCAN1 Module Stop"]
1306 #[inline(always)]
1307 #[must_use]
1308 pub fn mstpb1(&mut self) -> MSTPB1_W<1> {
1309 MSTPB1_W::new(self)
1310 }
1311 #[doc = "Bit 2 - RCAN0 Module Stop"]
1312 #[inline(always)]
1313 #[must_use]
1314 pub fn mstpb2(&mut self) -> MSTPB2_W<2> {
1315 MSTPB2_W::new(self)
1316 }
1317 #[doc = "Bit 5 - IrDA Module Stop"]
1318 #[inline(always)]
1319 #[must_use]
1320 pub fn mstpb5(&mut self) -> MSTPB5_W<5> {
1321 MSTPB5_W::new(self)
1322 }
1323 #[doc = "Bit 6 - Queued Serial Peripheral Interface Module Stop"]
1324 #[inline(always)]
1325 #[must_use]
1326 pub fn mstpb6(&mut self) -> MSTPB6_W<6> {
1327 MSTPB6_W::new(self)
1328 }
1329 #[doc = "Bit 7 - I2C Bus Interface 2 Module Stop"]
1330 #[inline(always)]
1331 #[must_use]
1332 pub fn mstpb7(&mut self) -> MSTPB7_W<7> {
1333 MSTPB7_W::new(self)
1334 }
1335 #[doc = "Bit 8 - I2C Bus Interface 1 Module Stop"]
1336 #[inline(always)]
1337 #[must_use]
1338 pub fn mstpb8(&mut self) -> MSTPB8_W<8> {
1339 MSTPB8_W::new(self)
1340 }
1341 #[doc = "Bit 9 - I2C Bus Interface 0 Module Stop"]
1342 #[inline(always)]
1343 #[must_use]
1344 pub fn mstpb9(&mut self) -> MSTPB9_W<9> {
1345 MSTPB9_W::new(self)
1346 }
1347 #[doc = "Bit 11 - Universal Serial Bus 2.0 FS Interface Module Stop"]
1348 #[inline(always)]
1349 #[must_use]
1350 pub fn mstpb11(&mut self) -> MSTPB11_W<11> {
1351 MSTPB11_W::new(self)
1352 }
1353 #[doc = "Bit 12 - Universal Serial Bus 2.0 HS Interface Module Stop"]
1354 #[inline(always)]
1355 #[must_use]
1356 pub fn mstpb12(&mut self) -> MSTPB12_W<12> {
1357 MSTPB12_W::new(self)
1358 }
1359 #[doc = "Bit 13 - EPTPC and PTPEDMAC Module Stop"]
1360 #[inline(always)]
1361 #[must_use]
1362 pub fn mstpb13(&mut self) -> MSTPB13_W<13> {
1363 MSTPB13_W::new(self)
1364 }
1365 #[doc = "Bit 15 - ETHERC0 and EDMAC0 Module Stop"]
1366 #[inline(always)]
1367 #[must_use]
1368 pub fn mstpb15(&mut self) -> MSTPB15_W<15> {
1369 MSTPB15_W::new(self)
1370 }
1371 #[doc = "Bit 18 - Serial Peripheral Interface Module Stop"]
1372 #[inline(always)]
1373 #[must_use]
1374 pub fn mstpb18(&mut self) -> MSTPB18_W<18> {
1375 MSTPB18_W::new(self)
1376 }
1377 #[doc = "Bit 19 - Serial Peripheral Interface 0 Module Stop"]
1378 #[inline(always)]
1379 #[must_use]
1380 pub fn mstpb19(&mut self) -> MSTPB19_W<19> {
1381 MSTPB19_W::new(self)
1382 }
1383 #[doc = "Bit 22 - Serial Communication Interface 9 Module Stop"]
1384 #[inline(always)]
1385 #[must_use]
1386 pub fn mstpb22(&mut self) -> MSTPB22_W<22> {
1387 MSTPB22_W::new(self)
1388 }
1389 #[doc = "Bit 23 - Serial Communication Interface 8 Module Stop"]
1390 #[inline(always)]
1391 #[must_use]
1392 pub fn mstpb23(&mut self) -> MSTPB23_W<23> {
1393 MSTPB23_W::new(self)
1394 }
1395 #[doc = "Bit 24 - Serial Communication Interface 7 Module Stop"]
1396 #[inline(always)]
1397 #[must_use]
1398 pub fn mstpb24(&mut self) -> MSTPB24_W<24> {
1399 MSTPB24_W::new(self)
1400 }
1401 #[doc = "Bit 25 - Serial Communication Interface 6 Module Stop"]
1402 #[inline(always)]
1403 #[must_use]
1404 pub fn mstpb25(&mut self) -> MSTPB25_W<25> {
1405 MSTPB25_W::new(self)
1406 }
1407 #[doc = "Bit 26 - Serial Communication Interface 5 Module Stop"]
1408 #[inline(always)]
1409 #[must_use]
1410 pub fn mstpb26(&mut self) -> MSTPB26_W<26> {
1411 MSTPB26_W::new(self)
1412 }
1413 #[doc = "Bit 27 - Serial Communication Interface 4 Module Stop"]
1414 #[inline(always)]
1415 #[must_use]
1416 pub fn mstpb27(&mut self) -> MSTPB27_W<27> {
1417 MSTPB27_W::new(self)
1418 }
1419 #[doc = "Bit 28 - Serial Communication Interface 3 Module Stop"]
1420 #[inline(always)]
1421 #[must_use]
1422 pub fn mstpb28(&mut self) -> MSTPB28_W<28> {
1423 MSTPB28_W::new(self)
1424 }
1425 #[doc = "Bit 29 - Serial Communication Interface 2 Module Stop"]
1426 #[inline(always)]
1427 #[must_use]
1428 pub fn mstpb29(&mut self) -> MSTPB29_W<29> {
1429 MSTPB29_W::new(self)
1430 }
1431 #[doc = "Bit 30 - Serial Communication Interface 1 Module Stop"]
1432 #[inline(always)]
1433 #[must_use]
1434 pub fn mstpb30(&mut self) -> MSTPB30_W<30> {
1435 MSTPB30_W::new(self)
1436 }
1437 #[doc = "Bit 31 - Serial Communication Interface 0 Module Stop"]
1438 #[inline(always)]
1439 #[must_use]
1440 pub fn mstpb31(&mut self) -> MSTPB31_W<31> {
1441 MSTPB31_W::new(self)
1442 }
1443 #[doc = "Writes raw bits to the register."]
1444 #[inline(always)]
1445 pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
1446 self.0.bits(bits);
1447 self
1448 }
1449}
1450#[doc = "Module Stop Control Register B\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 [mstpcrb](index.html) module"]
1451pub struct MSTPCRB_SPEC;
1452impl crate::RegisterSpec for MSTPCRB_SPEC {
1453 type Ux = u32;
1454}
1455#[doc = "`read()` method returns [mstpcrb::R](R) reader structure"]
1456impl crate::Readable for MSTPCRB_SPEC {
1457 type Reader = R;
1458}
1459#[doc = "`write(|w| ..)` method takes [mstpcrb::W](W) writer structure"]
1460impl crate::Writable for MSTPCRB_SPEC {
1461 type Writer = W;
1462 const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
1463 const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
1464}
1465#[doc = "`reset()` method sets MSTPCRB to value 0xffff_ffff"]
1466impl crate::Resettable for MSTPCRB_SPEC {
1467 const RESET_VALUE: Self::Ux = 0xffff_ffff;
1468}