ra2e1/gpt320/
gticbsr.rs

1#[doc = "Register `GTICBSR` reader"]
2pub struct R(crate::R<GTICBSR_SPEC>);
3impl core::ops::Deref for R {
4    type Target = crate::R<GTICBSR_SPEC>;
5    #[inline(always)]
6    fn deref(&self) -> &Self::Target {
7        &self.0
8    }
9}
10impl From<crate::R<GTICBSR_SPEC>> for R {
11    #[inline(always)]
12    fn from(reader: crate::R<GTICBSR_SPEC>) -> Self {
13        R(reader)
14    }
15}
16#[doc = "Register `GTICBSR` writer"]
17pub struct W(crate::W<GTICBSR_SPEC>);
18impl core::ops::Deref for W {
19    type Target = crate::W<GTICBSR_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<GTICBSR_SPEC>> for W {
32    #[inline(always)]
33    fn from(writer: crate::W<GTICBSR_SPEC>) -> Self {
34        W(writer)
35    }
36}
37#[doc = "Field `BSGTRGAR` reader - GTETRGA Pin Rising Input Source GTCCRB Input Capture Enable"]
38pub type BSGTRGAR_R = crate::BitReader<BSGTRGAR_A>;
39#[doc = "GTETRGA Pin Rising Input Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
40#[derive(Clone, Copy, Debug, PartialEq, Eq)]
41pub enum BSGTRGAR_A {
42    #[doc = "0: GTCCRB input capture disabled on the rising edge of GTETRGA input"]
43    _0 = 0,
44    #[doc = "1: GTCCRB input capture enabled on the rising edge of GTETRGA input"]
45    _1 = 1,
46}
47impl From<BSGTRGAR_A> for bool {
48    #[inline(always)]
49    fn from(variant: BSGTRGAR_A) -> Self {
50        variant as u8 != 0
51    }
52}
53impl BSGTRGAR_R {
54    #[doc = "Get enumerated values variant"]
55    #[inline(always)]
56    pub fn variant(&self) -> BSGTRGAR_A {
57        match self.bits {
58            false => BSGTRGAR_A::_0,
59            true => BSGTRGAR_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 == BSGTRGAR_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 == BSGTRGAR_A::_1
71    }
72}
73#[doc = "Field `BSGTRGAR` writer - GTETRGA Pin Rising Input Source GTCCRB Input Capture Enable"]
74pub type BSGTRGAR_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSGTRGAR_A, O>;
75impl<'a, const O: u8> BSGTRGAR_W<'a, O> {
76    #[doc = "GTCCRB input capture disabled on the rising edge of GTETRGA input"]
77    #[inline(always)]
78    pub fn _0(self) -> &'a mut W {
79        self.variant(BSGTRGAR_A::_0)
80    }
81    #[doc = "GTCCRB input capture enabled on the rising edge of GTETRGA input"]
82    #[inline(always)]
83    pub fn _1(self) -> &'a mut W {
84        self.variant(BSGTRGAR_A::_1)
85    }
86}
87#[doc = "Field `BSGTRGAF` reader - GTETRGA Pin Falling Input Source GTCCRB Input Capture Enable"]
88pub type BSGTRGAF_R = crate::BitReader<BSGTRGAF_A>;
89#[doc = "GTETRGA Pin Falling Input Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
90#[derive(Clone, Copy, Debug, PartialEq, Eq)]
91pub enum BSGTRGAF_A {
92    #[doc = "0: GTCCRB input capture disabled on the falling edge of GTETRGA input"]
93    _0 = 0,
94    #[doc = "1: GTCCRB input capture enabled on the falling edge of GTETRGA input"]
95    _1 = 1,
96}
97impl From<BSGTRGAF_A> for bool {
98    #[inline(always)]
99    fn from(variant: BSGTRGAF_A) -> Self {
100        variant as u8 != 0
101    }
102}
103impl BSGTRGAF_R {
104    #[doc = "Get enumerated values variant"]
105    #[inline(always)]
106    pub fn variant(&self) -> BSGTRGAF_A {
107        match self.bits {
108            false => BSGTRGAF_A::_0,
109            true => BSGTRGAF_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 == BSGTRGAF_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 == BSGTRGAF_A::_1
121    }
122}
123#[doc = "Field `BSGTRGAF` writer - GTETRGA Pin Falling Input Source GTCCRB Input Capture Enable"]
124pub type BSGTRGAF_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSGTRGAF_A, O>;
125impl<'a, const O: u8> BSGTRGAF_W<'a, O> {
126    #[doc = "GTCCRB input capture disabled on the falling edge of GTETRGA input"]
127    #[inline(always)]
128    pub fn _0(self) -> &'a mut W {
129        self.variant(BSGTRGAF_A::_0)
130    }
131    #[doc = "GTCCRB input capture enabled on the falling edge of GTETRGA input"]
132    #[inline(always)]
133    pub fn _1(self) -> &'a mut W {
134        self.variant(BSGTRGAF_A::_1)
135    }
136}
137#[doc = "Field `BSGTRGBR` reader - GTETRGB Pin Rising Input Source GTCCRB Input Capture Enable"]
138pub type BSGTRGBR_R = crate::BitReader<BSGTRGBR_A>;
139#[doc = "GTETRGB Pin Rising Input Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
140#[derive(Clone, Copy, Debug, PartialEq, Eq)]
141pub enum BSGTRGBR_A {
142    #[doc = "0: GTCCRB input capture disabled on the rising edge of GTETRGB input"]
143    _0 = 0,
144    #[doc = "1: GTCCRB input capture enabled on the rising edge of GTETRGB input"]
145    _1 = 1,
146}
147impl From<BSGTRGBR_A> for bool {
148    #[inline(always)]
149    fn from(variant: BSGTRGBR_A) -> Self {
150        variant as u8 != 0
151    }
152}
153impl BSGTRGBR_R {
154    #[doc = "Get enumerated values variant"]
155    #[inline(always)]
156    pub fn variant(&self) -> BSGTRGBR_A {
157        match self.bits {
158            false => BSGTRGBR_A::_0,
159            true => BSGTRGBR_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 == BSGTRGBR_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 == BSGTRGBR_A::_1
171    }
172}
173#[doc = "Field `BSGTRGBR` writer - GTETRGB Pin Rising Input Source GTCCRB Input Capture Enable"]
174pub type BSGTRGBR_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSGTRGBR_A, O>;
175impl<'a, const O: u8> BSGTRGBR_W<'a, O> {
176    #[doc = "GTCCRB input capture disabled on the rising edge of GTETRGB input"]
177    #[inline(always)]
178    pub fn _0(self) -> &'a mut W {
179        self.variant(BSGTRGBR_A::_0)
180    }
181    #[doc = "GTCCRB input capture enabled on the rising edge of GTETRGB input"]
182    #[inline(always)]
183    pub fn _1(self) -> &'a mut W {
184        self.variant(BSGTRGBR_A::_1)
185    }
186}
187#[doc = "Field `BSGTRGBF` reader - GTETRGB Pin Falling Input Source GTCCRB Input Capture Enable"]
188pub type BSGTRGBF_R = crate::BitReader<BSGTRGBF_A>;
189#[doc = "GTETRGB Pin Falling Input Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
190#[derive(Clone, Copy, Debug, PartialEq, Eq)]
191pub enum BSGTRGBF_A {
192    #[doc = "0: GTCCRB input capture disabled on the falling edge of GTETRGB input"]
193    _0 = 0,
194    #[doc = "1: GTCCRB input capture enabled on the falling edge of GTETRGB input"]
195    _1 = 1,
196}
197impl From<BSGTRGBF_A> for bool {
198    #[inline(always)]
199    fn from(variant: BSGTRGBF_A) -> Self {
200        variant as u8 != 0
201    }
202}
203impl BSGTRGBF_R {
204    #[doc = "Get enumerated values variant"]
205    #[inline(always)]
206    pub fn variant(&self) -> BSGTRGBF_A {
207        match self.bits {
208            false => BSGTRGBF_A::_0,
209            true => BSGTRGBF_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 == BSGTRGBF_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 == BSGTRGBF_A::_1
221    }
222}
223#[doc = "Field `BSGTRGBF` writer - GTETRGB Pin Falling Input Source GTCCRB Input Capture Enable"]
224pub type BSGTRGBF_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSGTRGBF_A, O>;
225impl<'a, const O: u8> BSGTRGBF_W<'a, O> {
226    #[doc = "GTCCRB input capture disabled on the falling edge of GTETRGB input"]
227    #[inline(always)]
228    pub fn _0(self) -> &'a mut W {
229        self.variant(BSGTRGBF_A::_0)
230    }
231    #[doc = "GTCCRB input capture enabled on the falling edge of GTETRGB input"]
232    #[inline(always)]
233    pub fn _1(self) -> &'a mut W {
234        self.variant(BSGTRGBF_A::_1)
235    }
236}
237#[doc = "Field `BSCARBL` reader - GTIOCnA Pin Rising Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
238pub type BSCARBL_R = crate::BitReader<BSCARBL_A>;
239#[doc = "GTIOCnA Pin Rising Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
240#[derive(Clone, Copy, Debug, PartialEq, Eq)]
241pub enum BSCARBL_A {
242    #[doc = "0: GTCCRB input capture disabled on the rising edge of GTIOCnA input when GTIOCnB input is 0"]
243    _0 = 0,
244    #[doc = "1: GTCCRB input capture enabled on the rising edge of GTIOCnA input when GTIOCnB input is 0"]
245    _1 = 1,
246}
247impl From<BSCARBL_A> for bool {
248    #[inline(always)]
249    fn from(variant: BSCARBL_A) -> Self {
250        variant as u8 != 0
251    }
252}
253impl BSCARBL_R {
254    #[doc = "Get enumerated values variant"]
255    #[inline(always)]
256    pub fn variant(&self) -> BSCARBL_A {
257        match self.bits {
258            false => BSCARBL_A::_0,
259            true => BSCARBL_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 == BSCARBL_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 == BSCARBL_A::_1
271    }
272}
273#[doc = "Field `BSCARBL` writer - GTIOCnA Pin Rising Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
274pub type BSCARBL_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCARBL_A, O>;
275impl<'a, const O: u8> BSCARBL_W<'a, O> {
276    #[doc = "GTCCRB input capture disabled on the rising edge of GTIOCnA input when GTIOCnB input is 0"]
277    #[inline(always)]
278    pub fn _0(self) -> &'a mut W {
279        self.variant(BSCARBL_A::_0)
280    }
281    #[doc = "GTCCRB input capture enabled on the rising edge of GTIOCnA input when GTIOCnB input is 0"]
282    #[inline(always)]
283    pub fn _1(self) -> &'a mut W {
284        self.variant(BSCARBL_A::_1)
285    }
286}
287#[doc = "Field `BSCARBH` reader - GTIOCnA Pin Rising Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
288pub type BSCARBH_R = crate::BitReader<BSCARBH_A>;
289#[doc = "GTIOCnA Pin Rising Input during GTIOCnB Value High Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
290#[derive(Clone, Copy, Debug, PartialEq, Eq)]
291pub enum BSCARBH_A {
292    #[doc = "0: GTCCRB input capture disabled on the rising edge of GTIOCnA input when GTIOCnB input is 1"]
293    _0 = 0,
294    #[doc = "1: GTCCRB input capture enabled on the rising edge of GTIOCnA input when GTIOCnB input is 1"]
295    _1 = 1,
296}
297impl From<BSCARBH_A> for bool {
298    #[inline(always)]
299    fn from(variant: BSCARBH_A) -> Self {
300        variant as u8 != 0
301    }
302}
303impl BSCARBH_R {
304    #[doc = "Get enumerated values variant"]
305    #[inline(always)]
306    pub fn variant(&self) -> BSCARBH_A {
307        match self.bits {
308            false => BSCARBH_A::_0,
309            true => BSCARBH_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 == BSCARBH_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 == BSCARBH_A::_1
321    }
322}
323#[doc = "Field `BSCARBH` writer - GTIOCnA Pin Rising Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
324pub type BSCARBH_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCARBH_A, O>;
325impl<'a, const O: u8> BSCARBH_W<'a, O> {
326    #[doc = "GTCCRB input capture disabled on the rising edge of GTIOCnA input when GTIOCnB input is 1"]
327    #[inline(always)]
328    pub fn _0(self) -> &'a mut W {
329        self.variant(BSCARBH_A::_0)
330    }
331    #[doc = "GTCCRB input capture enabled on the rising edge of GTIOCnA input when GTIOCnB input is 1"]
332    #[inline(always)]
333    pub fn _1(self) -> &'a mut W {
334        self.variant(BSCARBH_A::_1)
335    }
336}
337#[doc = "Field `BSCAFBL` reader - GTIOCnA Pin Falling Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
338pub type BSCAFBL_R = crate::BitReader<BSCAFBL_A>;
339#[doc = "GTIOCnA Pin Falling Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
340#[derive(Clone, Copy, Debug, PartialEq, Eq)]
341pub enum BSCAFBL_A {
342    #[doc = "0: GTCCRB input capture disabled on the falling edge of GTIOCnA input when GTIOCnB input is 0"]
343    _0 = 0,
344    #[doc = "1: GTCCRB input capture enabled on the falling edge of GTIOCnA input when GTIOCnB input is 0"]
345    _1 = 1,
346}
347impl From<BSCAFBL_A> for bool {
348    #[inline(always)]
349    fn from(variant: BSCAFBL_A) -> Self {
350        variant as u8 != 0
351    }
352}
353impl BSCAFBL_R {
354    #[doc = "Get enumerated values variant"]
355    #[inline(always)]
356    pub fn variant(&self) -> BSCAFBL_A {
357        match self.bits {
358            false => BSCAFBL_A::_0,
359            true => BSCAFBL_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 == BSCAFBL_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 == BSCAFBL_A::_1
371    }
372}
373#[doc = "Field `BSCAFBL` writer - GTIOCnA Pin Falling Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
374pub type BSCAFBL_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCAFBL_A, O>;
375impl<'a, const O: u8> BSCAFBL_W<'a, O> {
376    #[doc = "GTCCRB input capture disabled on the falling edge of GTIOCnA input when GTIOCnB input is 0"]
377    #[inline(always)]
378    pub fn _0(self) -> &'a mut W {
379        self.variant(BSCAFBL_A::_0)
380    }
381    #[doc = "GTCCRB input capture enabled on the falling edge of GTIOCnA input when GTIOCnB input is 0"]
382    #[inline(always)]
383    pub fn _1(self) -> &'a mut W {
384        self.variant(BSCAFBL_A::_1)
385    }
386}
387#[doc = "Field `BSCAFBH` reader - GTIOCnA Pin Falling Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
388pub type BSCAFBH_R = crate::BitReader<BSCAFBH_A>;
389#[doc = "GTIOCnA Pin Falling Input during GTIOCnB Value High Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
390#[derive(Clone, Copy, Debug, PartialEq, Eq)]
391pub enum BSCAFBH_A {
392    #[doc = "0: GTCCRB input capture disabled on the falling edge of GTIOCnA input when GTIOCnB input is 1"]
393    _0 = 0,
394    #[doc = "1: GTCCRB input capture enabled on the falling edge of GTIOCnA input when GTIOCnB input is 1"]
395    _1 = 1,
396}
397impl From<BSCAFBH_A> for bool {
398    #[inline(always)]
399    fn from(variant: BSCAFBH_A) -> Self {
400        variant as u8 != 0
401    }
402}
403impl BSCAFBH_R {
404    #[doc = "Get enumerated values variant"]
405    #[inline(always)]
406    pub fn variant(&self) -> BSCAFBH_A {
407        match self.bits {
408            false => BSCAFBH_A::_0,
409            true => BSCAFBH_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 == BSCAFBH_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 == BSCAFBH_A::_1
421    }
422}
423#[doc = "Field `BSCAFBH` writer - GTIOCnA Pin Falling Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
424pub type BSCAFBH_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCAFBH_A, O>;
425impl<'a, const O: u8> BSCAFBH_W<'a, O> {
426    #[doc = "GTCCRB input capture disabled on the falling edge of GTIOCnA input when GTIOCnB input is 1"]
427    #[inline(always)]
428    pub fn _0(self) -> &'a mut W {
429        self.variant(BSCAFBH_A::_0)
430    }
431    #[doc = "GTCCRB input capture enabled on the falling edge of GTIOCnA input when GTIOCnB input is 1"]
432    #[inline(always)]
433    pub fn _1(self) -> &'a mut W {
434        self.variant(BSCAFBH_A::_1)
435    }
436}
437#[doc = "Field `BSCBRAL` reader - GTIOCnB Pin Rising Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
438pub type BSCBRAL_R = crate::BitReader<BSCBRAL_A>;
439#[doc = "GTIOCnB Pin Rising Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
440#[derive(Clone, Copy, Debug, PartialEq, Eq)]
441pub enum BSCBRAL_A {
442    #[doc = "0: GTCCRB input capture disabled on the rising edge of GTIOCnB input when GTIOCnA input is 0"]
443    _0 = 0,
444    #[doc = "1: GTCCRB input capture enabled on the rising edge of GTIOCnB input when GTIOCnA input is 0"]
445    _1 = 1,
446}
447impl From<BSCBRAL_A> for bool {
448    #[inline(always)]
449    fn from(variant: BSCBRAL_A) -> Self {
450        variant as u8 != 0
451    }
452}
453impl BSCBRAL_R {
454    #[doc = "Get enumerated values variant"]
455    #[inline(always)]
456    pub fn variant(&self) -> BSCBRAL_A {
457        match self.bits {
458            false => BSCBRAL_A::_0,
459            true => BSCBRAL_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 == BSCBRAL_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 == BSCBRAL_A::_1
471    }
472}
473#[doc = "Field `BSCBRAL` writer - GTIOCnB Pin Rising Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
474pub type BSCBRAL_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCBRAL_A, O>;
475impl<'a, const O: u8> BSCBRAL_W<'a, O> {
476    #[doc = "GTCCRB input capture disabled on the rising edge of GTIOCnB input when GTIOCnA input is 0"]
477    #[inline(always)]
478    pub fn _0(self) -> &'a mut W {
479        self.variant(BSCBRAL_A::_0)
480    }
481    #[doc = "GTCCRB input capture enabled on the rising edge of GTIOCnB input when GTIOCnA input is 0"]
482    #[inline(always)]
483    pub fn _1(self) -> &'a mut W {
484        self.variant(BSCBRAL_A::_1)
485    }
486}
487#[doc = "Field `BSCBRAH` reader - GTIOCnB Pin Rising Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
488pub type BSCBRAH_R = crate::BitReader<BSCBRAH_A>;
489#[doc = "GTIOCnB Pin Rising Input during GTIOCnA Value High Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
490#[derive(Clone, Copy, Debug, PartialEq, Eq)]
491pub enum BSCBRAH_A {
492    #[doc = "0: GTCCRB input capture disabled on the rising edge of GTIOCnB input when GTIOCnA input is 1"]
493    _0 = 0,
494    #[doc = "1: GTCCRB input capture enabled on the rising edge of GTIOCnB input when GTIOCnA input is 1"]
495    _1 = 1,
496}
497impl From<BSCBRAH_A> for bool {
498    #[inline(always)]
499    fn from(variant: BSCBRAH_A) -> Self {
500        variant as u8 != 0
501    }
502}
503impl BSCBRAH_R {
504    #[doc = "Get enumerated values variant"]
505    #[inline(always)]
506    pub fn variant(&self) -> BSCBRAH_A {
507        match self.bits {
508            false => BSCBRAH_A::_0,
509            true => BSCBRAH_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 == BSCBRAH_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 == BSCBRAH_A::_1
521    }
522}
523#[doc = "Field `BSCBRAH` writer - GTIOCnB Pin Rising Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
524pub type BSCBRAH_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCBRAH_A, O>;
525impl<'a, const O: u8> BSCBRAH_W<'a, O> {
526    #[doc = "GTCCRB input capture disabled on the rising edge of GTIOCnB input when GTIOCnA input is 1"]
527    #[inline(always)]
528    pub fn _0(self) -> &'a mut W {
529        self.variant(BSCBRAH_A::_0)
530    }
531    #[doc = "GTCCRB input capture enabled on the rising edge of GTIOCnB input when GTIOCnA input is 1"]
532    #[inline(always)]
533    pub fn _1(self) -> &'a mut W {
534        self.variant(BSCBRAH_A::_1)
535    }
536}
537#[doc = "Field `BSCBFAL` reader - GTIOCnB Pin Falling Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
538pub type BSCBFAL_R = crate::BitReader<BSCBFAL_A>;
539#[doc = "GTIOCnB Pin Falling Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
540#[derive(Clone, Copy, Debug, PartialEq, Eq)]
541pub enum BSCBFAL_A {
542    #[doc = "0: GTCCRB input capture disabled on the falling edge of GTIOCnB input when GTIOCnA input is 0"]
543    _0 = 0,
544    #[doc = "1: GTCCRB input capture enabled on the falling edge of GTIOCnB input when GTIOCnA input is 0"]
545    _1 = 1,
546}
547impl From<BSCBFAL_A> for bool {
548    #[inline(always)]
549    fn from(variant: BSCBFAL_A) -> Self {
550        variant as u8 != 0
551    }
552}
553impl BSCBFAL_R {
554    #[doc = "Get enumerated values variant"]
555    #[inline(always)]
556    pub fn variant(&self) -> BSCBFAL_A {
557        match self.bits {
558            false => BSCBFAL_A::_0,
559            true => BSCBFAL_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 == BSCBFAL_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 == BSCBFAL_A::_1
571    }
572}
573#[doc = "Field `BSCBFAL` writer - GTIOCnB Pin Falling Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
574pub type BSCBFAL_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCBFAL_A, O>;
575impl<'a, const O: u8> BSCBFAL_W<'a, O> {
576    #[doc = "GTCCRB input capture disabled on the falling edge of GTIOCnB input when GTIOCnA input is 0"]
577    #[inline(always)]
578    pub fn _0(self) -> &'a mut W {
579        self.variant(BSCBFAL_A::_0)
580    }
581    #[doc = "GTCCRB input capture enabled on the falling edge of GTIOCnB input when GTIOCnA input is 0"]
582    #[inline(always)]
583    pub fn _1(self) -> &'a mut W {
584        self.variant(BSCBFAL_A::_1)
585    }
586}
587#[doc = "Field `BSCBFAH` reader - GTIOCnB Pin Falling Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
588pub type BSCBFAH_R = crate::BitReader<BSCBFAH_A>;
589#[doc = "GTIOCnB Pin Falling Input during GTIOCnA Value High Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
590#[derive(Clone, Copy, Debug, PartialEq, Eq)]
591pub enum BSCBFAH_A {
592    #[doc = "0: GTCCRB input capture disabled on the falling edge of GTIOCnB input when GTIOCnA input is 1"]
593    _0 = 0,
594    #[doc = "1: GTCCRB input capture enabled on the falling edge of GTIOCnB input when GTIOCnA input is 1"]
595    _1 = 1,
596}
597impl From<BSCBFAH_A> for bool {
598    #[inline(always)]
599    fn from(variant: BSCBFAH_A) -> Self {
600        variant as u8 != 0
601    }
602}
603impl BSCBFAH_R {
604    #[doc = "Get enumerated values variant"]
605    #[inline(always)]
606    pub fn variant(&self) -> BSCBFAH_A {
607        match self.bits {
608            false => BSCBFAH_A::_0,
609            true => BSCBFAH_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 == BSCBFAH_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 == BSCBFAH_A::_1
621    }
622}
623#[doc = "Field `BSCBFAH` writer - GTIOCnB Pin Falling Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
624pub type BSCBFAH_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSCBFAH_A, O>;
625impl<'a, const O: u8> BSCBFAH_W<'a, O> {
626    #[doc = "GTCCRB input capture disabled on the falling edge of GTIOCnB input when GTIOCnA input is 1"]
627    #[inline(always)]
628    pub fn _0(self) -> &'a mut W {
629        self.variant(BSCBFAH_A::_0)
630    }
631    #[doc = "GTCCRB input capture enabled on the falling edge of GTIOCnB input when GTIOCnA input is 1"]
632    #[inline(always)]
633    pub fn _1(self) -> &'a mut W {
634        self.variant(BSCBFAH_A::_1)
635    }
636}
637#[doc = "Field `BSELCA` reader - ELC_GPTA Event Source GTCCRB Input Capture Enable"]
638pub type BSELCA_R = crate::BitReader<BSELCA_A>;
639#[doc = "ELC_GPTA Event Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
640#[derive(Clone, Copy, Debug, PartialEq, Eq)]
641pub enum BSELCA_A {
642    #[doc = "0: GTCCRB input capture disabled at the ELC_GPTA input"]
643    _0 = 0,
644    #[doc = "1: GTCCRB input capture enabled at the ELC_GPTA input"]
645    _1 = 1,
646}
647impl From<BSELCA_A> for bool {
648    #[inline(always)]
649    fn from(variant: BSELCA_A) -> Self {
650        variant as u8 != 0
651    }
652}
653impl BSELCA_R {
654    #[doc = "Get enumerated values variant"]
655    #[inline(always)]
656    pub fn variant(&self) -> BSELCA_A {
657        match self.bits {
658            false => BSELCA_A::_0,
659            true => BSELCA_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 == BSELCA_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 == BSELCA_A::_1
671    }
672}
673#[doc = "Field `BSELCA` writer - ELC_GPTA Event Source GTCCRB Input Capture Enable"]
674pub type BSELCA_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSELCA_A, O>;
675impl<'a, const O: u8> BSELCA_W<'a, O> {
676    #[doc = "GTCCRB input capture disabled at the ELC_GPTA input"]
677    #[inline(always)]
678    pub fn _0(self) -> &'a mut W {
679        self.variant(BSELCA_A::_0)
680    }
681    #[doc = "GTCCRB input capture enabled at the ELC_GPTA input"]
682    #[inline(always)]
683    pub fn _1(self) -> &'a mut W {
684        self.variant(BSELCA_A::_1)
685    }
686}
687#[doc = "Field `BSELCB` reader - ELC_GPTB Event Source GTCCRB Input Capture Enable"]
688pub type BSELCB_R = crate::BitReader<BSELCB_A>;
689#[doc = "ELC_GPTB Event Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
690#[derive(Clone, Copy, Debug, PartialEq, Eq)]
691pub enum BSELCB_A {
692    #[doc = "0: GTCCRB input capture disabled at the ELC_GPTB input"]
693    _0 = 0,
694    #[doc = "1: GTCCRB input capture enabled at the ELC_GPTB input"]
695    _1 = 1,
696}
697impl From<BSELCB_A> for bool {
698    #[inline(always)]
699    fn from(variant: BSELCB_A) -> Self {
700        variant as u8 != 0
701    }
702}
703impl BSELCB_R {
704    #[doc = "Get enumerated values variant"]
705    #[inline(always)]
706    pub fn variant(&self) -> BSELCB_A {
707        match self.bits {
708            false => BSELCB_A::_0,
709            true => BSELCB_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 == BSELCB_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 == BSELCB_A::_1
721    }
722}
723#[doc = "Field `BSELCB` writer - ELC_GPTB Event Source GTCCRB Input Capture Enable"]
724pub type BSELCB_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSELCB_A, O>;
725impl<'a, const O: u8> BSELCB_W<'a, O> {
726    #[doc = "GTCCRB input capture disabled at the ELC_GPTB input"]
727    #[inline(always)]
728    pub fn _0(self) -> &'a mut W {
729        self.variant(BSELCB_A::_0)
730    }
731    #[doc = "GTCCRB input capture enabled at the ELC_GPTB input"]
732    #[inline(always)]
733    pub fn _1(self) -> &'a mut W {
734        self.variant(BSELCB_A::_1)
735    }
736}
737#[doc = "Field `BSELCC` reader - ELC_GPTC Event Source GTCCRB Input Capture Enable"]
738pub type BSELCC_R = crate::BitReader<BSELCC_A>;
739#[doc = "ELC_GPTC Event Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
740#[derive(Clone, Copy, Debug, PartialEq, Eq)]
741pub enum BSELCC_A {
742    #[doc = "0: GTCCRB input capture disabled at the ELC_GPTC input"]
743    _0 = 0,
744    #[doc = "1: GTCCRB input capture enabled at the ELC_GPTC input"]
745    _1 = 1,
746}
747impl From<BSELCC_A> for bool {
748    #[inline(always)]
749    fn from(variant: BSELCC_A) -> Self {
750        variant as u8 != 0
751    }
752}
753impl BSELCC_R {
754    #[doc = "Get enumerated values variant"]
755    #[inline(always)]
756    pub fn variant(&self) -> BSELCC_A {
757        match self.bits {
758            false => BSELCC_A::_0,
759            true => BSELCC_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 == BSELCC_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 == BSELCC_A::_1
771    }
772}
773#[doc = "Field `BSELCC` writer - ELC_GPTC Event Source GTCCRB Input Capture Enable"]
774pub type BSELCC_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSELCC_A, O>;
775impl<'a, const O: u8> BSELCC_W<'a, O> {
776    #[doc = "GTCCRB input capture disabled at the ELC_GPTC input"]
777    #[inline(always)]
778    pub fn _0(self) -> &'a mut W {
779        self.variant(BSELCC_A::_0)
780    }
781    #[doc = "GTCCRB input capture enabled at the ELC_GPTC input"]
782    #[inline(always)]
783    pub fn _1(self) -> &'a mut W {
784        self.variant(BSELCC_A::_1)
785    }
786}
787#[doc = "Field `BSELCD` reader - ELC_GPTD Event Source GTCCRB Input Capture Enable"]
788pub type BSELCD_R = crate::BitReader<BSELCD_A>;
789#[doc = "ELC_GPTD Event Source GTCCRB Input Capture Enable\n\nValue on reset: 0"]
790#[derive(Clone, Copy, Debug, PartialEq, Eq)]
791pub enum BSELCD_A {
792    #[doc = "0: GTCCRB input capture disabled at the ELC_GPTD input"]
793    _0 = 0,
794    #[doc = "1: GTCCRB input capture enabled at the ELC_GPTD input"]
795    _1 = 1,
796}
797impl From<BSELCD_A> for bool {
798    #[inline(always)]
799    fn from(variant: BSELCD_A) -> Self {
800        variant as u8 != 0
801    }
802}
803impl BSELCD_R {
804    #[doc = "Get enumerated values variant"]
805    #[inline(always)]
806    pub fn variant(&self) -> BSELCD_A {
807        match self.bits {
808            false => BSELCD_A::_0,
809            true => BSELCD_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 == BSELCD_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 == BSELCD_A::_1
821    }
822}
823#[doc = "Field `BSELCD` writer - ELC_GPTD Event Source GTCCRB Input Capture Enable"]
824pub type BSELCD_W<'a, const O: u8> = crate::BitWriter<'a, u32, GTICBSR_SPEC, BSELCD_A, O>;
825impl<'a, const O: u8> BSELCD_W<'a, O> {
826    #[doc = "GTCCRB input capture disabled at the ELC_GPTD input"]
827    #[inline(always)]
828    pub fn _0(self) -> &'a mut W {
829        self.variant(BSELCD_A::_0)
830    }
831    #[doc = "GTCCRB input capture enabled at the ELC_GPTD input"]
832    #[inline(always)]
833    pub fn _1(self) -> &'a mut W {
834        self.variant(BSELCD_A::_1)
835    }
836}
837impl R {
838    #[doc = "Bit 0 - GTETRGA Pin Rising Input Source GTCCRB Input Capture Enable"]
839    #[inline(always)]
840    pub fn bsgtrgar(&self) -> BSGTRGAR_R {
841        BSGTRGAR_R::new((self.bits & 1) != 0)
842    }
843    #[doc = "Bit 1 - GTETRGA Pin Falling Input Source GTCCRB Input Capture Enable"]
844    #[inline(always)]
845    pub fn bsgtrgaf(&self) -> BSGTRGAF_R {
846        BSGTRGAF_R::new(((self.bits >> 1) & 1) != 0)
847    }
848    #[doc = "Bit 2 - GTETRGB Pin Rising Input Source GTCCRB Input Capture Enable"]
849    #[inline(always)]
850    pub fn bsgtrgbr(&self) -> BSGTRGBR_R {
851        BSGTRGBR_R::new(((self.bits >> 2) & 1) != 0)
852    }
853    #[doc = "Bit 3 - GTETRGB Pin Falling Input Source GTCCRB Input Capture Enable"]
854    #[inline(always)]
855    pub fn bsgtrgbf(&self) -> BSGTRGBF_R {
856        BSGTRGBF_R::new(((self.bits >> 3) & 1) != 0)
857    }
858    #[doc = "Bit 8 - GTIOCnA Pin Rising Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
859    #[inline(always)]
860    pub fn bscarbl(&self) -> BSCARBL_R {
861        BSCARBL_R::new(((self.bits >> 8) & 1) != 0)
862    }
863    #[doc = "Bit 9 - GTIOCnA Pin Rising Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
864    #[inline(always)]
865    pub fn bscarbh(&self) -> BSCARBH_R {
866        BSCARBH_R::new(((self.bits >> 9) & 1) != 0)
867    }
868    #[doc = "Bit 10 - GTIOCnA Pin Falling Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
869    #[inline(always)]
870    pub fn bscafbl(&self) -> BSCAFBL_R {
871        BSCAFBL_R::new(((self.bits >> 10) & 1) != 0)
872    }
873    #[doc = "Bit 11 - GTIOCnA Pin Falling Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
874    #[inline(always)]
875    pub fn bscafbh(&self) -> BSCAFBH_R {
876        BSCAFBH_R::new(((self.bits >> 11) & 1) != 0)
877    }
878    #[doc = "Bit 12 - GTIOCnB Pin Rising Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
879    #[inline(always)]
880    pub fn bscbral(&self) -> BSCBRAL_R {
881        BSCBRAL_R::new(((self.bits >> 12) & 1) != 0)
882    }
883    #[doc = "Bit 13 - GTIOCnB Pin Rising Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
884    #[inline(always)]
885    pub fn bscbrah(&self) -> BSCBRAH_R {
886        BSCBRAH_R::new(((self.bits >> 13) & 1) != 0)
887    }
888    #[doc = "Bit 14 - GTIOCnB Pin Falling Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
889    #[inline(always)]
890    pub fn bscbfal(&self) -> BSCBFAL_R {
891        BSCBFAL_R::new(((self.bits >> 14) & 1) != 0)
892    }
893    #[doc = "Bit 15 - GTIOCnB Pin Falling Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
894    #[inline(always)]
895    pub fn bscbfah(&self) -> BSCBFAH_R {
896        BSCBFAH_R::new(((self.bits >> 15) & 1) != 0)
897    }
898    #[doc = "Bit 16 - ELC_GPTA Event Source GTCCRB Input Capture Enable"]
899    #[inline(always)]
900    pub fn bselca(&self) -> BSELCA_R {
901        BSELCA_R::new(((self.bits >> 16) & 1) != 0)
902    }
903    #[doc = "Bit 17 - ELC_GPTB Event Source GTCCRB Input Capture Enable"]
904    #[inline(always)]
905    pub fn bselcb(&self) -> BSELCB_R {
906        BSELCB_R::new(((self.bits >> 17) & 1) != 0)
907    }
908    #[doc = "Bit 18 - ELC_GPTC Event Source GTCCRB Input Capture Enable"]
909    #[inline(always)]
910    pub fn bselcc(&self) -> BSELCC_R {
911        BSELCC_R::new(((self.bits >> 18) & 1) != 0)
912    }
913    #[doc = "Bit 19 - ELC_GPTD Event Source GTCCRB Input Capture Enable"]
914    #[inline(always)]
915    pub fn bselcd(&self) -> BSELCD_R {
916        BSELCD_R::new(((self.bits >> 19) & 1) != 0)
917    }
918}
919impl W {
920    #[doc = "Bit 0 - GTETRGA Pin Rising Input Source GTCCRB Input Capture Enable"]
921    #[inline(always)]
922    #[must_use]
923    pub fn bsgtrgar(&mut self) -> BSGTRGAR_W<0> {
924        BSGTRGAR_W::new(self)
925    }
926    #[doc = "Bit 1 - GTETRGA Pin Falling Input Source GTCCRB Input Capture Enable"]
927    #[inline(always)]
928    #[must_use]
929    pub fn bsgtrgaf(&mut self) -> BSGTRGAF_W<1> {
930        BSGTRGAF_W::new(self)
931    }
932    #[doc = "Bit 2 - GTETRGB Pin Rising Input Source GTCCRB Input Capture Enable"]
933    #[inline(always)]
934    #[must_use]
935    pub fn bsgtrgbr(&mut self) -> BSGTRGBR_W<2> {
936        BSGTRGBR_W::new(self)
937    }
938    #[doc = "Bit 3 - GTETRGB Pin Falling Input Source GTCCRB Input Capture Enable"]
939    #[inline(always)]
940    #[must_use]
941    pub fn bsgtrgbf(&mut self) -> BSGTRGBF_W<3> {
942        BSGTRGBF_W::new(self)
943    }
944    #[doc = "Bit 8 - GTIOCnA Pin Rising Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
945    #[inline(always)]
946    #[must_use]
947    pub fn bscarbl(&mut self) -> BSCARBL_W<8> {
948        BSCARBL_W::new(self)
949    }
950    #[doc = "Bit 9 - GTIOCnA Pin Rising Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
951    #[inline(always)]
952    #[must_use]
953    pub fn bscarbh(&mut self) -> BSCARBH_W<9> {
954        BSCARBH_W::new(self)
955    }
956    #[doc = "Bit 10 - GTIOCnA Pin Falling Input during GTIOCnB Value Low Source GTCCRB Input Capture Enable"]
957    #[inline(always)]
958    #[must_use]
959    pub fn bscafbl(&mut self) -> BSCAFBL_W<10> {
960        BSCAFBL_W::new(self)
961    }
962    #[doc = "Bit 11 - GTIOCnA Pin Falling Input during GTIOCnB Value High Source GTCCRB Input Capture Enable"]
963    #[inline(always)]
964    #[must_use]
965    pub fn bscafbh(&mut self) -> BSCAFBH_W<11> {
966        BSCAFBH_W::new(self)
967    }
968    #[doc = "Bit 12 - GTIOCnB Pin Rising Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
969    #[inline(always)]
970    #[must_use]
971    pub fn bscbral(&mut self) -> BSCBRAL_W<12> {
972        BSCBRAL_W::new(self)
973    }
974    #[doc = "Bit 13 - GTIOCnB Pin Rising Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
975    #[inline(always)]
976    #[must_use]
977    pub fn bscbrah(&mut self) -> BSCBRAH_W<13> {
978        BSCBRAH_W::new(self)
979    }
980    #[doc = "Bit 14 - GTIOCnB Pin Falling Input during GTIOCnA Value Low Source GTCCRB Input Capture Enable"]
981    #[inline(always)]
982    #[must_use]
983    pub fn bscbfal(&mut self) -> BSCBFAL_W<14> {
984        BSCBFAL_W::new(self)
985    }
986    #[doc = "Bit 15 - GTIOCnB Pin Falling Input during GTIOCnA Value High Source GTCCRB Input Capture Enable"]
987    #[inline(always)]
988    #[must_use]
989    pub fn bscbfah(&mut self) -> BSCBFAH_W<15> {
990        BSCBFAH_W::new(self)
991    }
992    #[doc = "Bit 16 - ELC_GPTA Event Source GTCCRB Input Capture Enable"]
993    #[inline(always)]
994    #[must_use]
995    pub fn bselca(&mut self) -> BSELCA_W<16> {
996        BSELCA_W::new(self)
997    }
998    #[doc = "Bit 17 - ELC_GPTB Event Source GTCCRB Input Capture Enable"]
999    #[inline(always)]
1000    #[must_use]
1001    pub fn bselcb(&mut self) -> BSELCB_W<17> {
1002        BSELCB_W::new(self)
1003    }
1004    #[doc = "Bit 18 - ELC_GPTC Event Source GTCCRB Input Capture Enable"]
1005    #[inline(always)]
1006    #[must_use]
1007    pub fn bselcc(&mut self) -> BSELCC_W<18> {
1008        BSELCC_W::new(self)
1009    }
1010    #[doc = "Bit 19 - ELC_GPTD Event Source GTCCRB Input Capture Enable"]
1011    #[inline(always)]
1012    #[must_use]
1013    pub fn bselcd(&mut self) -> BSELCD_W<19> {
1014        BSELCD_W::new(self)
1015    }
1016    #[doc = "Writes raw bits to the register."]
1017    #[inline(always)]
1018    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
1019        self.0.bits(bits);
1020        self
1021    }
1022}
1023#[doc = "General PWM Timer Input Capture Source Select 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 [gticbsr](index.html) module"]
1024pub struct GTICBSR_SPEC;
1025impl crate::RegisterSpec for GTICBSR_SPEC {
1026    type Ux = u32;
1027}
1028#[doc = "`read()` method returns [gticbsr::R](R) reader structure"]
1029impl crate::Readable for GTICBSR_SPEC {
1030    type Reader = R;
1031}
1032#[doc = "`write(|w| ..)` method takes [gticbsr::W](W) writer structure"]
1033impl crate::Writable for GTICBSR_SPEC {
1034    type Writer = W;
1035    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
1036    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
1037}
1038#[doc = "`reset()` method sets GTICBSR to value 0"]
1039impl crate::Resettable for GTICBSR_SPEC {
1040    const RESET_VALUE: Self::Ux = 0;
1041}