1#[doc = "Reader of register CCER"]
2pub type R = crate::R<u32, super::CCER>;
3#[doc = "Writer for register CCER"]
4pub type W = crate::W<u32, super::CCER>;
5#[doc = "Register CCER `reset()`'s with value 0"]
6impl crate::ResetValue for super::CCER {
7 type Type = u32;
8 #[inline(always)]
9 fn reset_value() -> Self::Type {
10 0
11 }
12}
13#[doc = "Reader of field `CC1E`"]
14pub type CC1E_R = crate::R<bool, bool>;
15#[doc = "Write proxy for field `CC1E`"]
16pub struct CC1E_W<'a> {
17 w: &'a mut W,
18}
19impl<'a> CC1E_W<'a> {
20 #[doc = r"Sets the field bit"]
21 #[inline(always)]
22 pub fn set_bit(self) -> &'a mut W {
23 self.bit(true)
24 }
25 #[doc = r"Clears the field bit"]
26 #[inline(always)]
27 pub fn clear_bit(self) -> &'a mut W {
28 self.bit(false)
29 }
30 #[doc = r"Writes raw bits to the field"]
31 #[inline(always)]
32 pub fn bit(self, value: bool) -> &'a mut W {
33 self.w.bits = (self.w.bits & !0x01) | ((value as u32) & 0x01);
34 self.w
35 }
36}
37#[doc = "Reader of field `CC1P`"]
38pub type CC1P_R = crate::R<bool, bool>;
39#[doc = "Write proxy for field `CC1P`"]
40pub struct CC1P_W<'a> {
41 w: &'a mut W,
42}
43impl<'a> CC1P_W<'a> {
44 #[doc = r"Sets the field bit"]
45 #[inline(always)]
46 pub fn set_bit(self) -> &'a mut W {
47 self.bit(true)
48 }
49 #[doc = r"Clears the field bit"]
50 #[inline(always)]
51 pub fn clear_bit(self) -> &'a mut W {
52 self.bit(false)
53 }
54 #[doc = r"Writes raw bits to the field"]
55 #[inline(always)]
56 pub fn bit(self, value: bool) -> &'a mut W {
57 self.w.bits = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
58 self.w
59 }
60}
61#[doc = "Reader of field `CC1NE`"]
62pub type CC1NE_R = crate::R<bool, bool>;
63#[doc = "Write proxy for field `CC1NE`"]
64pub struct CC1NE_W<'a> {
65 w: &'a mut W,
66}
67impl<'a> CC1NE_W<'a> {
68 #[doc = r"Sets the field bit"]
69 #[inline(always)]
70 pub fn set_bit(self) -> &'a mut W {
71 self.bit(true)
72 }
73 #[doc = r"Clears the field bit"]
74 #[inline(always)]
75 pub fn clear_bit(self) -> &'a mut W {
76 self.bit(false)
77 }
78 #[doc = r"Writes raw bits to the field"]
79 #[inline(always)]
80 pub fn bit(self, value: bool) -> &'a mut W {
81 self.w.bits = (self.w.bits & !(0x01 << 2)) | (((value as u32) & 0x01) << 2);
82 self.w
83 }
84}
85#[doc = "Reader of field `CC1NP`"]
86pub type CC1NP_R = crate::R<bool, bool>;
87#[doc = "Write proxy for field `CC1NP`"]
88pub struct CC1NP_W<'a> {
89 w: &'a mut W,
90}
91impl<'a> CC1NP_W<'a> {
92 #[doc = r"Sets the field bit"]
93 #[inline(always)]
94 pub fn set_bit(self) -> &'a mut W {
95 self.bit(true)
96 }
97 #[doc = r"Clears the field bit"]
98 #[inline(always)]
99 pub fn clear_bit(self) -> &'a mut W {
100 self.bit(false)
101 }
102 #[doc = r"Writes raw bits to the field"]
103 #[inline(always)]
104 pub fn bit(self, value: bool) -> &'a mut W {
105 self.w.bits = (self.w.bits & !(0x01 << 3)) | (((value as u32) & 0x01) << 3);
106 self.w
107 }
108}
109#[doc = "Reader of field `CC2E`"]
110pub type CC2E_R = crate::R<bool, bool>;
111#[doc = "Write proxy for field `CC2E`"]
112pub struct CC2E_W<'a> {
113 w: &'a mut W,
114}
115impl<'a> CC2E_W<'a> {
116 #[doc = r"Sets the field bit"]
117 #[inline(always)]
118 pub fn set_bit(self) -> &'a mut W {
119 self.bit(true)
120 }
121 #[doc = r"Clears the field bit"]
122 #[inline(always)]
123 pub fn clear_bit(self) -> &'a mut W {
124 self.bit(false)
125 }
126 #[doc = r"Writes raw bits to the field"]
127 #[inline(always)]
128 pub fn bit(self, value: bool) -> &'a mut W {
129 self.w.bits = (self.w.bits & !(0x01 << 4)) | (((value as u32) & 0x01) << 4);
130 self.w
131 }
132}
133#[doc = "Reader of field `CC2P`"]
134pub type CC2P_R = crate::R<bool, bool>;
135#[doc = "Write proxy for field `CC2P`"]
136pub struct CC2P_W<'a> {
137 w: &'a mut W,
138}
139impl<'a> CC2P_W<'a> {
140 #[doc = r"Sets the field bit"]
141 #[inline(always)]
142 pub fn set_bit(self) -> &'a mut W {
143 self.bit(true)
144 }
145 #[doc = r"Clears the field bit"]
146 #[inline(always)]
147 pub fn clear_bit(self) -> &'a mut W {
148 self.bit(false)
149 }
150 #[doc = r"Writes raw bits to the field"]
151 #[inline(always)]
152 pub fn bit(self, value: bool) -> &'a mut W {
153 self.w.bits = (self.w.bits & !(0x01 << 5)) | (((value as u32) & 0x01) << 5);
154 self.w
155 }
156}
157#[doc = "Reader of field `CC2NE`"]
158pub type CC2NE_R = crate::R<bool, bool>;
159#[doc = "Write proxy for field `CC2NE`"]
160pub struct CC2NE_W<'a> {
161 w: &'a mut W,
162}
163impl<'a> CC2NE_W<'a> {
164 #[doc = r"Sets the field bit"]
165 #[inline(always)]
166 pub fn set_bit(self) -> &'a mut W {
167 self.bit(true)
168 }
169 #[doc = r"Clears the field bit"]
170 #[inline(always)]
171 pub fn clear_bit(self) -> &'a mut W {
172 self.bit(false)
173 }
174 #[doc = r"Writes raw bits to the field"]
175 #[inline(always)]
176 pub fn bit(self, value: bool) -> &'a mut W {
177 self.w.bits = (self.w.bits & !(0x01 << 6)) | (((value as u32) & 0x01) << 6);
178 self.w
179 }
180}
181#[doc = "Reader of field `CC2NP`"]
182pub type CC2NP_R = crate::R<bool, bool>;
183#[doc = "Write proxy for field `CC2NP`"]
184pub struct CC2NP_W<'a> {
185 w: &'a mut W,
186}
187impl<'a> CC2NP_W<'a> {
188 #[doc = r"Sets the field bit"]
189 #[inline(always)]
190 pub fn set_bit(self) -> &'a mut W {
191 self.bit(true)
192 }
193 #[doc = r"Clears the field bit"]
194 #[inline(always)]
195 pub fn clear_bit(self) -> &'a mut W {
196 self.bit(false)
197 }
198 #[doc = r"Writes raw bits to the field"]
199 #[inline(always)]
200 pub fn bit(self, value: bool) -> &'a mut W {
201 self.w.bits = (self.w.bits & !(0x01 << 7)) | (((value as u32) & 0x01) << 7);
202 self.w
203 }
204}
205#[doc = "Reader of field `CC3E`"]
206pub type CC3E_R = crate::R<bool, bool>;
207#[doc = "Write proxy for field `CC3E`"]
208pub struct CC3E_W<'a> {
209 w: &'a mut W,
210}
211impl<'a> CC3E_W<'a> {
212 #[doc = r"Sets the field bit"]
213 #[inline(always)]
214 pub fn set_bit(self) -> &'a mut W {
215 self.bit(true)
216 }
217 #[doc = r"Clears the field bit"]
218 #[inline(always)]
219 pub fn clear_bit(self) -> &'a mut W {
220 self.bit(false)
221 }
222 #[doc = r"Writes raw bits to the field"]
223 #[inline(always)]
224 pub fn bit(self, value: bool) -> &'a mut W {
225 self.w.bits = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
226 self.w
227 }
228}
229#[doc = "Reader of field `CC3P`"]
230pub type CC3P_R = crate::R<bool, bool>;
231#[doc = "Write proxy for field `CC3P`"]
232pub struct CC3P_W<'a> {
233 w: &'a mut W,
234}
235impl<'a> CC3P_W<'a> {
236 #[doc = r"Sets the field bit"]
237 #[inline(always)]
238 pub fn set_bit(self) -> &'a mut W {
239 self.bit(true)
240 }
241 #[doc = r"Clears the field bit"]
242 #[inline(always)]
243 pub fn clear_bit(self) -> &'a mut W {
244 self.bit(false)
245 }
246 #[doc = r"Writes raw bits to the field"]
247 #[inline(always)]
248 pub fn bit(self, value: bool) -> &'a mut W {
249 self.w.bits = (self.w.bits & !(0x01 << 9)) | (((value as u32) & 0x01) << 9);
250 self.w
251 }
252}
253#[doc = "Reader of field `CC3NE`"]
254pub type CC3NE_R = crate::R<bool, bool>;
255#[doc = "Write proxy for field `CC3NE`"]
256pub struct CC3NE_W<'a> {
257 w: &'a mut W,
258}
259impl<'a> CC3NE_W<'a> {
260 #[doc = r"Sets the field bit"]
261 #[inline(always)]
262 pub fn set_bit(self) -> &'a mut W {
263 self.bit(true)
264 }
265 #[doc = r"Clears the field bit"]
266 #[inline(always)]
267 pub fn clear_bit(self) -> &'a mut W {
268 self.bit(false)
269 }
270 #[doc = r"Writes raw bits to the field"]
271 #[inline(always)]
272 pub fn bit(self, value: bool) -> &'a mut W {
273 self.w.bits = (self.w.bits & !(0x01 << 10)) | (((value as u32) & 0x01) << 10);
274 self.w
275 }
276}
277#[doc = "Reader of field `CC3NP`"]
278pub type CC3NP_R = crate::R<bool, bool>;
279#[doc = "Write proxy for field `CC3NP`"]
280pub struct CC3NP_W<'a> {
281 w: &'a mut W,
282}
283impl<'a> CC3NP_W<'a> {
284 #[doc = r"Sets the field bit"]
285 #[inline(always)]
286 pub fn set_bit(self) -> &'a mut W {
287 self.bit(true)
288 }
289 #[doc = r"Clears the field bit"]
290 #[inline(always)]
291 pub fn clear_bit(self) -> &'a mut W {
292 self.bit(false)
293 }
294 #[doc = r"Writes raw bits to the field"]
295 #[inline(always)]
296 pub fn bit(self, value: bool) -> &'a mut W {
297 self.w.bits = (self.w.bits & !(0x01 << 11)) | (((value as u32) & 0x01) << 11);
298 self.w
299 }
300}
301#[doc = "Reader of field `CC4E`"]
302pub type CC4E_R = crate::R<bool, bool>;
303#[doc = "Write proxy for field `CC4E`"]
304pub struct CC4E_W<'a> {
305 w: &'a mut W,
306}
307impl<'a> CC4E_W<'a> {
308 #[doc = r"Sets the field bit"]
309 #[inline(always)]
310 pub fn set_bit(self) -> &'a mut W {
311 self.bit(true)
312 }
313 #[doc = r"Clears the field bit"]
314 #[inline(always)]
315 pub fn clear_bit(self) -> &'a mut W {
316 self.bit(false)
317 }
318 #[doc = r"Writes raw bits to the field"]
319 #[inline(always)]
320 pub fn bit(self, value: bool) -> &'a mut W {
321 self.w.bits = (self.w.bits & !(0x01 << 12)) | (((value as u32) & 0x01) << 12);
322 self.w
323 }
324}
325#[doc = "Reader of field `CC4P`"]
326pub type CC4P_R = crate::R<bool, bool>;
327#[doc = "Write proxy for field `CC4P`"]
328pub struct CC4P_W<'a> {
329 w: &'a mut W,
330}
331impl<'a> CC4P_W<'a> {
332 #[doc = r"Sets the field bit"]
333 #[inline(always)]
334 pub fn set_bit(self) -> &'a mut W {
335 self.bit(true)
336 }
337 #[doc = r"Clears the field bit"]
338 #[inline(always)]
339 pub fn clear_bit(self) -> &'a mut W {
340 self.bit(false)
341 }
342 #[doc = r"Writes raw bits to the field"]
343 #[inline(always)]
344 pub fn bit(self, value: bool) -> &'a mut W {
345 self.w.bits = (self.w.bits & !(0x01 << 13)) | (((value as u32) & 0x01) << 13);
346 self.w
347 }
348}
349#[doc = "Reader of field `CC4NP`"]
350pub type CC4NP_R = crate::R<bool, bool>;
351#[doc = "Write proxy for field `CC4NP`"]
352pub struct CC4NP_W<'a> {
353 w: &'a mut W,
354}
355impl<'a> CC4NP_W<'a> {
356 #[doc = r"Sets the field bit"]
357 #[inline(always)]
358 pub fn set_bit(self) -> &'a mut W {
359 self.bit(true)
360 }
361 #[doc = r"Clears the field bit"]
362 #[inline(always)]
363 pub fn clear_bit(self) -> &'a mut W {
364 self.bit(false)
365 }
366 #[doc = r"Writes raw bits to the field"]
367 #[inline(always)]
368 pub fn bit(self, value: bool) -> &'a mut W {
369 self.w.bits = (self.w.bits & !(0x01 << 15)) | (((value as u32) & 0x01) << 15);
370 self.w
371 }
372}
373#[doc = "Reader of field `CC5E`"]
374pub type CC5E_R = crate::R<bool, bool>;
375#[doc = "Write proxy for field `CC5E`"]
376pub struct CC5E_W<'a> {
377 w: &'a mut W,
378}
379impl<'a> CC5E_W<'a> {
380 #[doc = r"Sets the field bit"]
381 #[inline(always)]
382 pub fn set_bit(self) -> &'a mut W {
383 self.bit(true)
384 }
385 #[doc = r"Clears the field bit"]
386 #[inline(always)]
387 pub fn clear_bit(self) -> &'a mut W {
388 self.bit(false)
389 }
390 #[doc = r"Writes raw bits to the field"]
391 #[inline(always)]
392 pub fn bit(self, value: bool) -> &'a mut W {
393 self.w.bits = (self.w.bits & !(0x01 << 16)) | (((value as u32) & 0x01) << 16);
394 self.w
395 }
396}
397#[doc = "Reader of field `CC5P`"]
398pub type CC5P_R = crate::R<bool, bool>;
399#[doc = "Write proxy for field `CC5P`"]
400pub struct CC5P_W<'a> {
401 w: &'a mut W,
402}
403impl<'a> CC5P_W<'a> {
404 #[doc = r"Sets the field bit"]
405 #[inline(always)]
406 pub fn set_bit(self) -> &'a mut W {
407 self.bit(true)
408 }
409 #[doc = r"Clears the field bit"]
410 #[inline(always)]
411 pub fn clear_bit(self) -> &'a mut W {
412 self.bit(false)
413 }
414 #[doc = r"Writes raw bits to the field"]
415 #[inline(always)]
416 pub fn bit(self, value: bool) -> &'a mut W {
417 self.w.bits = (self.w.bits & !(0x01 << 17)) | (((value as u32) & 0x01) << 17);
418 self.w
419 }
420}
421#[doc = "Reader of field `CC6E`"]
422pub type CC6E_R = crate::R<bool, bool>;
423#[doc = "Write proxy for field `CC6E`"]
424pub struct CC6E_W<'a> {
425 w: &'a mut W,
426}
427impl<'a> CC6E_W<'a> {
428 #[doc = r"Sets the field bit"]
429 #[inline(always)]
430 pub fn set_bit(self) -> &'a mut W {
431 self.bit(true)
432 }
433 #[doc = r"Clears the field bit"]
434 #[inline(always)]
435 pub fn clear_bit(self) -> &'a mut W {
436 self.bit(false)
437 }
438 #[doc = r"Writes raw bits to the field"]
439 #[inline(always)]
440 pub fn bit(self, value: bool) -> &'a mut W {
441 self.w.bits = (self.w.bits & !(0x01 << 20)) | (((value as u32) & 0x01) << 20);
442 self.w
443 }
444}
445#[doc = "Reader of field `CC6P`"]
446pub type CC6P_R = crate::R<bool, bool>;
447#[doc = "Write proxy for field `CC6P`"]
448pub struct CC6P_W<'a> {
449 w: &'a mut W,
450}
451impl<'a> CC6P_W<'a> {
452 #[doc = r"Sets the field bit"]
453 #[inline(always)]
454 pub fn set_bit(self) -> &'a mut W {
455 self.bit(true)
456 }
457 #[doc = r"Clears the field bit"]
458 #[inline(always)]
459 pub fn clear_bit(self) -> &'a mut W {
460 self.bit(false)
461 }
462 #[doc = r"Writes raw bits to the field"]
463 #[inline(always)]
464 pub fn bit(self, value: bool) -> &'a mut W {
465 self.w.bits = (self.w.bits & !(0x01 << 21)) | (((value as u32) & 0x01) << 21);
466 self.w
467 }
468}
469impl R {
470 #[doc = "Bit 0 - Capture/Compare 1 output enable"]
471 #[inline(always)]
472 pub fn cc1e(&self) -> CC1E_R {
473 CC1E_R::new((self.bits & 0x01) != 0)
474 }
475 #[doc = "Bit 1 - Capture/Compare 1 output Polarity"]
476 #[inline(always)]
477 pub fn cc1p(&self) -> CC1P_R {
478 CC1P_R::new(((self.bits >> 1) & 0x01) != 0)
479 }
480 #[doc = "Bit 2 - Capture/Compare 1 complementary output enable"]
481 #[inline(always)]
482 pub fn cc1ne(&self) -> CC1NE_R {
483 CC1NE_R::new(((self.bits >> 2) & 0x01) != 0)
484 }
485 #[doc = "Bit 3 - Capture/Compare 1 output Polarity"]
486 #[inline(always)]
487 pub fn cc1np(&self) -> CC1NP_R {
488 CC1NP_R::new(((self.bits >> 3) & 0x01) != 0)
489 }
490 #[doc = "Bit 4 - Capture/Compare 2 output enable"]
491 #[inline(always)]
492 pub fn cc2e(&self) -> CC2E_R {
493 CC2E_R::new(((self.bits >> 4) & 0x01) != 0)
494 }
495 #[doc = "Bit 5 - Capture/Compare 2 output Polarity"]
496 #[inline(always)]
497 pub fn cc2p(&self) -> CC2P_R {
498 CC2P_R::new(((self.bits >> 5) & 0x01) != 0)
499 }
500 #[doc = "Bit 6 - Capture/Compare 2 complementary output enable"]
501 #[inline(always)]
502 pub fn cc2ne(&self) -> CC2NE_R {
503 CC2NE_R::new(((self.bits >> 6) & 0x01) != 0)
504 }
505 #[doc = "Bit 7 - Capture/Compare 2 output Polarity"]
506 #[inline(always)]
507 pub fn cc2np(&self) -> CC2NP_R {
508 CC2NP_R::new(((self.bits >> 7) & 0x01) != 0)
509 }
510 #[doc = "Bit 8 - Capture/Compare 3 output enable"]
511 #[inline(always)]
512 pub fn cc3e(&self) -> CC3E_R {
513 CC3E_R::new(((self.bits >> 8) & 0x01) != 0)
514 }
515 #[doc = "Bit 9 - Capture/Compare 3 output Polarity"]
516 #[inline(always)]
517 pub fn cc3p(&self) -> CC3P_R {
518 CC3P_R::new(((self.bits >> 9) & 0x01) != 0)
519 }
520 #[doc = "Bit 10 - Capture/Compare 3 complementary output enable"]
521 #[inline(always)]
522 pub fn cc3ne(&self) -> CC3NE_R {
523 CC3NE_R::new(((self.bits >> 10) & 0x01) != 0)
524 }
525 #[doc = "Bit 11 - Capture/Compare 3 output Polarity"]
526 #[inline(always)]
527 pub fn cc3np(&self) -> CC3NP_R {
528 CC3NP_R::new(((self.bits >> 11) & 0x01) != 0)
529 }
530 #[doc = "Bit 12 - Capture/Compare 4 output enable"]
531 #[inline(always)]
532 pub fn cc4e(&self) -> CC4E_R {
533 CC4E_R::new(((self.bits >> 12) & 0x01) != 0)
534 }
535 #[doc = "Bit 13 - Capture/Compare 3 output Polarity"]
536 #[inline(always)]
537 pub fn cc4p(&self) -> CC4P_R {
538 CC4P_R::new(((self.bits >> 13) & 0x01) != 0)
539 }
540 #[doc = "Bit 15 - Capture/Compare 4 complementary output polarity"]
541 #[inline(always)]
542 pub fn cc4np(&self) -> CC4NP_R {
543 CC4NP_R::new(((self.bits >> 15) & 0x01) != 0)
544 }
545 #[doc = "Bit 16 - Capture/Compare 5 output enable"]
546 #[inline(always)]
547 pub fn cc5e(&self) -> CC5E_R {
548 CC5E_R::new(((self.bits >> 16) & 0x01) != 0)
549 }
550 #[doc = "Bit 17 - Capture/Compare 5 output polarity"]
551 #[inline(always)]
552 pub fn cc5p(&self) -> CC5P_R {
553 CC5P_R::new(((self.bits >> 17) & 0x01) != 0)
554 }
555 #[doc = "Bit 20 - Capture/Compare 6 output enable"]
556 #[inline(always)]
557 pub fn cc6e(&self) -> CC6E_R {
558 CC6E_R::new(((self.bits >> 20) & 0x01) != 0)
559 }
560 #[doc = "Bit 21 - Capture/Compare 6 output polarity"]
561 #[inline(always)]
562 pub fn cc6p(&self) -> CC6P_R {
563 CC6P_R::new(((self.bits >> 21) & 0x01) != 0)
564 }
565}
566impl W {
567 #[doc = "Bit 0 - Capture/Compare 1 output enable"]
568 #[inline(always)]
569 pub fn cc1e(&mut self) -> CC1E_W {
570 CC1E_W { w: self }
571 }
572 #[doc = "Bit 1 - Capture/Compare 1 output Polarity"]
573 #[inline(always)]
574 pub fn cc1p(&mut self) -> CC1P_W {
575 CC1P_W { w: self }
576 }
577 #[doc = "Bit 2 - Capture/Compare 1 complementary output enable"]
578 #[inline(always)]
579 pub fn cc1ne(&mut self) -> CC1NE_W {
580 CC1NE_W { w: self }
581 }
582 #[doc = "Bit 3 - Capture/Compare 1 output Polarity"]
583 #[inline(always)]
584 pub fn cc1np(&mut self) -> CC1NP_W {
585 CC1NP_W { w: self }
586 }
587 #[doc = "Bit 4 - Capture/Compare 2 output enable"]
588 #[inline(always)]
589 pub fn cc2e(&mut self) -> CC2E_W {
590 CC2E_W { w: self }
591 }
592 #[doc = "Bit 5 - Capture/Compare 2 output Polarity"]
593 #[inline(always)]
594 pub fn cc2p(&mut self) -> CC2P_W {
595 CC2P_W { w: self }
596 }
597 #[doc = "Bit 6 - Capture/Compare 2 complementary output enable"]
598 #[inline(always)]
599 pub fn cc2ne(&mut self) -> CC2NE_W {
600 CC2NE_W { w: self }
601 }
602 #[doc = "Bit 7 - Capture/Compare 2 output Polarity"]
603 #[inline(always)]
604 pub fn cc2np(&mut self) -> CC2NP_W {
605 CC2NP_W { w: self }
606 }
607 #[doc = "Bit 8 - Capture/Compare 3 output enable"]
608 #[inline(always)]
609 pub fn cc3e(&mut self) -> CC3E_W {
610 CC3E_W { w: self }
611 }
612 #[doc = "Bit 9 - Capture/Compare 3 output Polarity"]
613 #[inline(always)]
614 pub fn cc3p(&mut self) -> CC3P_W {
615 CC3P_W { w: self }
616 }
617 #[doc = "Bit 10 - Capture/Compare 3 complementary output enable"]
618 #[inline(always)]
619 pub fn cc3ne(&mut self) -> CC3NE_W {
620 CC3NE_W { w: self }
621 }
622 #[doc = "Bit 11 - Capture/Compare 3 output Polarity"]
623 #[inline(always)]
624 pub fn cc3np(&mut self) -> CC3NP_W {
625 CC3NP_W { w: self }
626 }
627 #[doc = "Bit 12 - Capture/Compare 4 output enable"]
628 #[inline(always)]
629 pub fn cc4e(&mut self) -> CC4E_W {
630 CC4E_W { w: self }
631 }
632 #[doc = "Bit 13 - Capture/Compare 3 output Polarity"]
633 #[inline(always)]
634 pub fn cc4p(&mut self) -> CC4P_W {
635 CC4P_W { w: self }
636 }
637 #[doc = "Bit 15 - Capture/Compare 4 complementary output polarity"]
638 #[inline(always)]
639 pub fn cc4np(&mut self) -> CC4NP_W {
640 CC4NP_W { w: self }
641 }
642 #[doc = "Bit 16 - Capture/Compare 5 output enable"]
643 #[inline(always)]
644 pub fn cc5e(&mut self) -> CC5E_W {
645 CC5E_W { w: self }
646 }
647 #[doc = "Bit 17 - Capture/Compare 5 output polarity"]
648 #[inline(always)]
649 pub fn cc5p(&mut self) -> CC5P_W {
650 CC5P_W { w: self }
651 }
652 #[doc = "Bit 20 - Capture/Compare 6 output enable"]
653 #[inline(always)]
654 pub fn cc6e(&mut self) -> CC6E_W {
655 CC6E_W { w: self }
656 }
657 #[doc = "Bit 21 - Capture/Compare 6 output polarity"]
658 #[inline(always)]
659 pub fn cc6p(&mut self) -> CC6P_W {
660 CC6P_W { w: self }
661 }
662}