1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#[doc = "Register `CHCTL1_Input` reader"]
pub type R = crate::R<Chctl1InputSpec>;
#[doc = "Register `CHCTL1_Input` writer"]
pub type W = crate::W<Chctl1InputSpec>;
#[doc = "Channel 2 input capture filter control"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0capflt;
#[doc = "Field `CH2CAPFLT` reader - Channel 2 input capture filter control"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0capfltR as Ch2capfltR;
#[doc = "Field `CH3CAPFLT` reader - Channel 3 input capture filter control"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0capfltR as Ch3capfltR;
#[doc = "Field `CH2CAPFLT` writer - Channel 2 input capture filter control"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0capfltW as Ch2capfltW;
#[doc = "Field `CH3CAPFLT` writer - Channel 3 input capture filter control"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0capfltW as Ch3capfltW;
#[doc = "Channel 2 input capture prescaler"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0cappsc;
#[doc = "Field `CH2CAPPSC` reader - Channel 2 input capture prescaler"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0cappscR as Ch2cappscR;
#[doc = "Field `CH3CAPPSC` reader - Channel 3 input capture prescaler"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0cappscR as Ch3cappscR;
#[doc = "Field `CH2CAPPSC` writer - Channel 2 input capture prescaler"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0cappscW as Ch2cappscW;
#[doc = "Field `CH3CAPPSC` writer - Channel 3 input capture prescaler"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0cappscW as Ch3cappscW;
#[doc = "Channel 2 mode selection"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0ms;
#[doc = "Field `CH2MS` reader - Channel 2 mode selection"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0msR as Ch2msR;
#[doc = "Field `CH3MS` reader - Channel 3 mode selection"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0msR as Ch3msR;
#[doc = "Field `CH2MS` writer - Channel 2 mode selection"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0msW as Ch2msW;
#[doc = "Field `CH3MS` writer - Channel 3 mode selection"]
pub use crate::gd32f130::timer0::chctl0_input::Ch0msW as Ch3msW;
impl R {
    #[doc = "Bits 0:1 - Channel 2 mode selection"]
    #[inline(always)]
    pub fn ch2ms(&self) -> Ch2msR {
        Ch2msR::new((self.bits & 3) as u8)
    }
    #[doc = "Bits 2:3 - Channel 2 input capture prescaler"]
    #[inline(always)]
    pub fn ch2cappsc(&self) -> Ch2cappscR {
        Ch2cappscR::new(((self.bits >> 2) & 3) as u8)
    }
    #[doc = "Bits 4:7 - Channel 2 input capture filter control"]
    #[inline(always)]
    pub fn ch2capflt(&self) -> Ch2capfltR {
        Ch2capfltR::new(((self.bits >> 4) & 0x0f) as u8)
    }
    #[doc = "Bits 8:9 - Channel 3 mode selection"]
    #[inline(always)]
    pub fn ch3ms(&self) -> Ch3msR {
        Ch3msR::new(((self.bits >> 8) & 3) as u8)
    }
    #[doc = "Bits 10:11 - Channel 3 input capture prescaler"]
    #[inline(always)]
    pub fn ch3cappsc(&self) -> Ch3cappscR {
        Ch3cappscR::new(((self.bits >> 10) & 3) as u8)
    }
    #[doc = "Bits 12:15 - Channel 3 input capture filter control"]
    #[inline(always)]
    pub fn ch3capflt(&self) -> Ch3capfltR {
        Ch3capfltR::new(((self.bits >> 12) & 0x0f) as u8)
    }
}
impl W {
    #[doc = "Bits 0:1 - Channel 2 mode selection"]
    #[inline(always)]
    #[must_use]
    pub fn ch2ms(&mut self) -> Ch2msW<Chctl1InputSpec> {
        Ch2msW::new(self, 0)
    }
    #[doc = "Bits 2:3 - Channel 2 input capture prescaler"]
    #[inline(always)]
    #[must_use]
    pub fn ch2cappsc(&mut self) -> Ch2cappscW<Chctl1InputSpec> {
        Ch2cappscW::new(self, 2)
    }
    #[doc = "Bits 4:7 - Channel 2 input capture filter control"]
    #[inline(always)]
    #[must_use]
    pub fn ch2capflt(&mut self) -> Ch2capfltW<Chctl1InputSpec> {
        Ch2capfltW::new(self, 4)
    }
    #[doc = "Bits 8:9 - Channel 3 mode selection"]
    #[inline(always)]
    #[must_use]
    pub fn ch3ms(&mut self) -> Ch3msW<Chctl1InputSpec> {
        Ch3msW::new(self, 8)
    }
    #[doc = "Bits 10:11 - Channel 3 input capture prescaler"]
    #[inline(always)]
    #[must_use]
    pub fn ch3cappsc(&mut self) -> Ch3cappscW<Chctl1InputSpec> {
        Ch3cappscW::new(self, 10)
    }
    #[doc = "Bits 12:15 - Channel 3 input capture filter control"]
    #[inline(always)]
    #[must_use]
    pub fn ch3capflt(&mut self) -> Ch3capfltW<Chctl1InputSpec> {
        Ch3capfltW::new(self, 12)
    }
}
#[doc = "Channel control register 1 (input mode)\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`chctl1_input::R`](R).  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`chctl1_input::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct Chctl1InputSpec;
impl crate::RegisterSpec for Chctl1InputSpec {
    type Ux = u16;
}
#[doc = "`read()` method returns [`chctl1_input::R`](R) reader structure"]
impl crate::Readable for Chctl1InputSpec {}
#[doc = "`write(|w| ..)` method takes [`chctl1_input::W`](W) writer structure"]
impl crate::Writable for Chctl1InputSpec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u16 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u16 = 0;
}
#[doc = "`reset()` method sets CHCTL1_Input to value 0"]
impl crate::Resettable for Chctl1InputSpec {
    const RESET_VALUE: u16 = 0;
}