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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
#[doc = "Reader of register PENDCH"]
pub type R = crate::R<u32, super::PENDCH>;
#[doc = "Reader of field `PENDCH0`"]
pub type PENDCH0_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH1`"]
pub type PENDCH1_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH2`"]
pub type PENDCH2_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH3`"]
pub type PENDCH3_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH4`"]
pub type PENDCH4_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH5`"]
pub type PENDCH5_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH6`"]
pub type PENDCH6_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH7`"]
pub type PENDCH7_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH8`"]
pub type PENDCH8_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH9`"]
pub type PENDCH9_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH10`"]
pub type PENDCH10_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH11`"]
pub type PENDCH11_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH12`"]
pub type PENDCH12_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH13`"]
pub type PENDCH13_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH14`"]
pub type PENDCH14_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH15`"]
pub type PENDCH15_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH16`"]
pub type PENDCH16_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH17`"]
pub type PENDCH17_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH18`"]
pub type PENDCH18_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH19`"]
pub type PENDCH19_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH20`"]
pub type PENDCH20_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH21`"]
pub type PENDCH21_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH22`"]
pub type PENDCH22_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH23`"]
pub type PENDCH23_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH24`"]
pub type PENDCH24_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH25`"]
pub type PENDCH25_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH26`"]
pub type PENDCH26_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH27`"]
pub type PENDCH27_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH28`"]
pub type PENDCH28_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH29`"]
pub type PENDCH29_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH30`"]
pub type PENDCH30_R = crate::R<bool, bool>;
#[doc = "Reader of field `PENDCH31`"]
pub type PENDCH31_R = crate::R<bool, bool>;
impl R {
    #[doc = "Bit 0 - Pending Channel 0"]
    #[inline(always)]
    pub fn pendch0(&self) -> PENDCH0_R {
        PENDCH0_R::new((self.bits & 0x01) != 0)
    }
    #[doc = "Bit 1 - Pending Channel 1"]
    #[inline(always)]
    pub fn pendch1(&self) -> PENDCH1_R {
        PENDCH1_R::new(((self.bits >> 1) & 0x01) != 0)
    }
    #[doc = "Bit 2 - Pending Channel 2"]
    #[inline(always)]
    pub fn pendch2(&self) -> PENDCH2_R {
        PENDCH2_R::new(((self.bits >> 2) & 0x01) != 0)
    }
    #[doc = "Bit 3 - Pending Channel 3"]
    #[inline(always)]
    pub fn pendch3(&self) -> PENDCH3_R {
        PENDCH3_R::new(((self.bits >> 3) & 0x01) != 0)
    }
    #[doc = "Bit 4 - Pending Channel 4"]
    #[inline(always)]
    pub fn pendch4(&self) -> PENDCH4_R {
        PENDCH4_R::new(((self.bits >> 4) & 0x01) != 0)
    }
    #[doc = "Bit 5 - Pending Channel 5"]
    #[inline(always)]
    pub fn pendch5(&self) -> PENDCH5_R {
        PENDCH5_R::new(((self.bits >> 5) & 0x01) != 0)
    }
    #[doc = "Bit 6 - Pending Channel 6"]
    #[inline(always)]
    pub fn pendch6(&self) -> PENDCH6_R {
        PENDCH6_R::new(((self.bits >> 6) & 0x01) != 0)
    }
    #[doc = "Bit 7 - Pending Channel 7"]
    #[inline(always)]
    pub fn pendch7(&self) -> PENDCH7_R {
        PENDCH7_R::new(((self.bits >> 7) & 0x01) != 0)
    }
    #[doc = "Bit 8 - Pending Channel 8"]
    #[inline(always)]
    pub fn pendch8(&self) -> PENDCH8_R {
        PENDCH8_R::new(((self.bits >> 8) & 0x01) != 0)
    }
    #[doc = "Bit 9 - Pending Channel 9"]
    #[inline(always)]
    pub fn pendch9(&self) -> PENDCH9_R {
        PENDCH9_R::new(((self.bits >> 9) & 0x01) != 0)
    }
    #[doc = "Bit 10 - Pending Channel 10"]
    #[inline(always)]
    pub fn pendch10(&self) -> PENDCH10_R {
        PENDCH10_R::new(((self.bits >> 10) & 0x01) != 0)
    }
    #[doc = "Bit 11 - Pending Channel 11"]
    #[inline(always)]
    pub fn pendch11(&self) -> PENDCH11_R {
        PENDCH11_R::new(((self.bits >> 11) & 0x01) != 0)
    }
    #[doc = "Bit 12 - Pending Channel 12"]
    #[inline(always)]
    pub fn pendch12(&self) -> PENDCH12_R {
        PENDCH12_R::new(((self.bits >> 12) & 0x01) != 0)
    }
    #[doc = "Bit 13 - Pending Channel 13"]
    #[inline(always)]
    pub fn pendch13(&self) -> PENDCH13_R {
        PENDCH13_R::new(((self.bits >> 13) & 0x01) != 0)
    }
    #[doc = "Bit 14 - Pending Channel 14"]
    #[inline(always)]
    pub fn pendch14(&self) -> PENDCH14_R {
        PENDCH14_R::new(((self.bits >> 14) & 0x01) != 0)
    }
    #[doc = "Bit 15 - Pending Channel 15"]
    #[inline(always)]
    pub fn pendch15(&self) -> PENDCH15_R {
        PENDCH15_R::new(((self.bits >> 15) & 0x01) != 0)
    }
    #[doc = "Bit 16 - Pending Channel 16"]
    #[inline(always)]
    pub fn pendch16(&self) -> PENDCH16_R {
        PENDCH16_R::new(((self.bits >> 16) & 0x01) != 0)
    }
    #[doc = "Bit 17 - Pending Channel 17"]
    #[inline(always)]
    pub fn pendch17(&self) -> PENDCH17_R {
        PENDCH17_R::new(((self.bits >> 17) & 0x01) != 0)
    }
    #[doc = "Bit 18 - Pending Channel 18"]
    #[inline(always)]
    pub fn pendch18(&self) -> PENDCH18_R {
        PENDCH18_R::new(((self.bits >> 18) & 0x01) != 0)
    }
    #[doc = "Bit 19 - Pending Channel 19"]
    #[inline(always)]
    pub fn pendch19(&self) -> PENDCH19_R {
        PENDCH19_R::new(((self.bits >> 19) & 0x01) != 0)
    }
    #[doc = "Bit 20 - Pending Channel 20"]
    #[inline(always)]
    pub fn pendch20(&self) -> PENDCH20_R {
        PENDCH20_R::new(((self.bits >> 20) & 0x01) != 0)
    }
    #[doc = "Bit 21 - Pending Channel 21"]
    #[inline(always)]
    pub fn pendch21(&self) -> PENDCH21_R {
        PENDCH21_R::new(((self.bits >> 21) & 0x01) != 0)
    }
    #[doc = "Bit 22 - Pending Channel 22"]
    #[inline(always)]
    pub fn pendch22(&self) -> PENDCH22_R {
        PENDCH22_R::new(((self.bits >> 22) & 0x01) != 0)
    }
    #[doc = "Bit 23 - Pending Channel 23"]
    #[inline(always)]
    pub fn pendch23(&self) -> PENDCH23_R {
        PENDCH23_R::new(((self.bits >> 23) & 0x01) != 0)
    }
    #[doc = "Bit 24 - Pending Channel 24"]
    #[inline(always)]
    pub fn pendch24(&self) -> PENDCH24_R {
        PENDCH24_R::new(((self.bits >> 24) & 0x01) != 0)
    }
    #[doc = "Bit 25 - Pending Channel 25"]
    #[inline(always)]
    pub fn pendch25(&self) -> PENDCH25_R {
        PENDCH25_R::new(((self.bits >> 25) & 0x01) != 0)
    }
    #[doc = "Bit 26 - Pending Channel 26"]
    #[inline(always)]
    pub fn pendch26(&self) -> PENDCH26_R {
        PENDCH26_R::new(((self.bits >> 26) & 0x01) != 0)
    }
    #[doc = "Bit 27 - Pending Channel 27"]
    #[inline(always)]
    pub fn pendch27(&self) -> PENDCH27_R {
        PENDCH27_R::new(((self.bits >> 27) & 0x01) != 0)
    }
    #[doc = "Bit 28 - Pending Channel 28"]
    #[inline(always)]
    pub fn pendch28(&self) -> PENDCH28_R {
        PENDCH28_R::new(((self.bits >> 28) & 0x01) != 0)
    }
    #[doc = "Bit 29 - Pending Channel 29"]
    #[inline(always)]
    pub fn pendch29(&self) -> PENDCH29_R {
        PENDCH29_R::new(((self.bits >> 29) & 0x01) != 0)
    }
    #[doc = "Bit 30 - Pending Channel 30"]
    #[inline(always)]
    pub fn pendch30(&self) -> PENDCH30_R {
        PENDCH30_R::new(((self.bits >> 30) & 0x01) != 0)
    }
    #[doc = "Bit 31 - Pending Channel 31"]
    #[inline(always)]
    pub fn pendch31(&self) -> PENDCH31_R {
        PENDCH31_R::new(((self.bits >> 31) & 0x01) != 0)
    }
}