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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
#[repr(C)]
#[doc = "Register block"]
pub struct RegisterBlock {
    gptm_cntcfr: GptmCntcfr,
    gptm_mdcfr: GptmMdcfr,
    gptm_trcfr: GptmTrcfr,
    _reserved3: [u8; 0x04],
    gptm_ctr: GptmCtr,
    _reserved4: [u8; 0x0c],
    gptm_ch0icfr: GptmCh0icfr,
    gptm_ch1icfr: GptmCh1icfr,
    gptm_ch2icfr: GptmCh2icfr,
    gptm_ch3icfr: GptmCh3icfr,
    _reserved8: [u8; 0x10],
    gptm_ch0ocfr: GptmCh0ocfr,
    gptm_ch1ocfr: GptmCh1ocfr,
    gptm_ch2ocfr: GptmCh2ocfr,
    gptm_ch3ocfr: GptmCh3ocfr,
    gptm_chctr: GptmChctr,
    gptm_chpolr: GptmChpolr,
    _reserved14: [u8; 0x1c],
    gptm_dictr: GptmDictr,
    gptm_evgr: GptmEvgr,
    gptm_intsr: GptmIntsr,
    gptm_cntr: GptmCntr,
    gptm_pscr: GptmPscr,
    gptm_crr: GptmCrr,
    _reserved20: [u8; 0x04],
    gptm_ch0ccr: GptmCh0ccr,
    gptm_ch1ccr: GptmCh1ccr,
    gptm_ch2ccr: GptmCh2ccr,
    gptm_ch3ccr: GptmCh3ccr,
    gptm_ch0acr: GptmCh0acr,
    gptm_ch1acr: GptmCh1acr,
    gptm_ch2acr: GptmCh2acr,
    gptm_ch3acr: GptmCh3acr,
}
impl RegisterBlock {
    #[doc = "0x00 - GPTM_CNTCFR"]
    #[inline(always)]
    pub const fn gptm_cntcfr(&self) -> &GptmCntcfr {
        &self.gptm_cntcfr
    }
    #[doc = "0x04 - GPTM_MDCFR"]
    #[inline(always)]
    pub const fn gptm_mdcfr(&self) -> &GptmMdcfr {
        &self.gptm_mdcfr
    }
    #[doc = "0x08 - GPTM_TRCFR"]
    #[inline(always)]
    pub const fn gptm_trcfr(&self) -> &GptmTrcfr {
        &self.gptm_trcfr
    }
    #[doc = "0x10 - GPTM_CTR"]
    #[inline(always)]
    pub const fn gptm_ctr(&self) -> &GptmCtr {
        &self.gptm_ctr
    }
    #[doc = "0x20 - GPTM_CH0ICFR"]
    #[inline(always)]
    pub const fn gptm_ch0icfr(&self) -> &GptmCh0icfr {
        &self.gptm_ch0icfr
    }
    #[doc = "0x24 - GPTM_CH1ICFR"]
    #[inline(always)]
    pub const fn gptm_ch1icfr(&self) -> &GptmCh1icfr {
        &self.gptm_ch1icfr
    }
    #[doc = "0x28 - GPTM_CH2ICFR"]
    #[inline(always)]
    pub const fn gptm_ch2icfr(&self) -> &GptmCh2icfr {
        &self.gptm_ch2icfr
    }
    #[doc = "0x2c - GPTM_CH3ICFR"]
    #[inline(always)]
    pub const fn gptm_ch3icfr(&self) -> &GptmCh3icfr {
        &self.gptm_ch3icfr
    }
    #[doc = "0x40 - GPTM_CH0OCFR"]
    #[inline(always)]
    pub const fn gptm_ch0ocfr(&self) -> &GptmCh0ocfr {
        &self.gptm_ch0ocfr
    }
    #[doc = "0x44 - GPTM_CH1OCFR"]
    #[inline(always)]
    pub const fn gptm_ch1ocfr(&self) -> &GptmCh1ocfr {
        &self.gptm_ch1ocfr
    }
    #[doc = "0x48 - GPTM_CH2OCFR"]
    #[inline(always)]
    pub const fn gptm_ch2ocfr(&self) -> &GptmCh2ocfr {
        &self.gptm_ch2ocfr
    }
    #[doc = "0x4c - GPTM_CH3OCFR"]
    #[inline(always)]
    pub const fn gptm_ch3ocfr(&self) -> &GptmCh3ocfr {
        &self.gptm_ch3ocfr
    }
    #[doc = "0x50 - GPTM_CHCTR"]
    #[inline(always)]
    pub const fn gptm_chctr(&self) -> &GptmChctr {
        &self.gptm_chctr
    }
    #[doc = "0x54 - GPTM_CHPOLR"]
    #[inline(always)]
    pub const fn gptm_chpolr(&self) -> &GptmChpolr {
        &self.gptm_chpolr
    }
    #[doc = "0x74 - GPTM_DICTR"]
    #[inline(always)]
    pub const fn gptm_dictr(&self) -> &GptmDictr {
        &self.gptm_dictr
    }
    #[doc = "0x78 - GPTM_EVGR"]
    #[inline(always)]
    pub const fn gptm_evgr(&self) -> &GptmEvgr {
        &self.gptm_evgr
    }
    #[doc = "0x7c - GPTM_INTSR"]
    #[inline(always)]
    pub const fn gptm_intsr(&self) -> &GptmIntsr {
        &self.gptm_intsr
    }
    #[doc = "0x80 - GPTM_CNTR"]
    #[inline(always)]
    pub const fn gptm_cntr(&self) -> &GptmCntr {
        &self.gptm_cntr
    }
    #[doc = "0x84 - GPTM_PSCR"]
    #[inline(always)]
    pub const fn gptm_pscr(&self) -> &GptmPscr {
        &self.gptm_pscr
    }
    #[doc = "0x88 - GPTM_CRR"]
    #[inline(always)]
    pub const fn gptm_crr(&self) -> &GptmCrr {
        &self.gptm_crr
    }
    #[doc = "0x90 - GPTM_CH0CCR"]
    #[inline(always)]
    pub const fn gptm_ch0ccr(&self) -> &GptmCh0ccr {
        &self.gptm_ch0ccr
    }
    #[doc = "0x94 - GPTM_CH1CCR"]
    #[inline(always)]
    pub const fn gptm_ch1ccr(&self) -> &GptmCh1ccr {
        &self.gptm_ch1ccr
    }
    #[doc = "0x98 - GPTM_CH2CCR"]
    #[inline(always)]
    pub const fn gptm_ch2ccr(&self) -> &GptmCh2ccr {
        &self.gptm_ch2ccr
    }
    #[doc = "0x9c - GPTM_CH3CCR"]
    #[inline(always)]
    pub const fn gptm_ch3ccr(&self) -> &GptmCh3ccr {
        &self.gptm_ch3ccr
    }
    #[doc = "0xa0 - GPTM_CH0ACR"]
    #[inline(always)]
    pub const fn gptm_ch0acr(&self) -> &GptmCh0acr {
        &self.gptm_ch0acr
    }
    #[doc = "0xa4 - GPTM_CH1ACR"]
    #[inline(always)]
    pub const fn gptm_ch1acr(&self) -> &GptmCh1acr {
        &self.gptm_ch1acr
    }
    #[doc = "0xa8 - GPTM_CH2ACR"]
    #[inline(always)]
    pub const fn gptm_ch2acr(&self) -> &GptmCh2acr {
        &self.gptm_ch2acr
    }
    #[doc = "0xac - GPTM_CH3ACR"]
    #[inline(always)]
    pub const fn gptm_ch3acr(&self) -> &GptmCh3acr {
        &self.gptm_ch3acr
    }
}
#[doc = "GPTM_CNTCFR (rw) register accessor: GPTM_CNTCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_cntcfr::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 [`gptm_cntcfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_cntcfr`]
module"]
#[doc(alias = "GPTM_CNTCFR")]
pub type GptmCntcfr = crate::Reg<gptm_cntcfr::GptmCntcfrSpec>;
#[doc = "GPTM_CNTCFR"]
pub mod gptm_cntcfr;
#[doc = "GPTM_MDCFR (rw) register accessor: GPTM_MDCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_mdcfr::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 [`gptm_mdcfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_mdcfr`]
module"]
#[doc(alias = "GPTM_MDCFR")]
pub type GptmMdcfr = crate::Reg<gptm_mdcfr::GptmMdcfrSpec>;
#[doc = "GPTM_MDCFR"]
pub mod gptm_mdcfr;
#[doc = "GPTM_TRCFR (rw) register accessor: GPTM_TRCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_trcfr::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 [`gptm_trcfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_trcfr`]
module"]
#[doc(alias = "GPTM_TRCFR")]
pub type GptmTrcfr = crate::Reg<gptm_trcfr::GptmTrcfrSpec>;
#[doc = "GPTM_TRCFR"]
pub mod gptm_trcfr;
#[doc = "GPTM_CTR (rw) register accessor: GPTM_CTR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ctr::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 [`gptm_ctr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ctr`]
module"]
#[doc(alias = "GPTM_CTR")]
pub type GptmCtr = crate::Reg<gptm_ctr::GptmCtrSpec>;
#[doc = "GPTM_CTR"]
pub mod gptm_ctr;
#[doc = "GPTM_CH0ICFR (rw) register accessor: GPTM_CH0ICFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch0icfr::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 [`gptm_ch0icfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch0icfr`]
module"]
#[doc(alias = "GPTM_CH0ICFR")]
pub type GptmCh0icfr = crate::Reg<gptm_ch0icfr::GptmCh0icfrSpec>;
#[doc = "GPTM_CH0ICFR"]
pub mod gptm_ch0icfr;
#[doc = "GPTM_CH1ICFR (rw) register accessor: GPTM_CH1ICFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch1icfr::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 [`gptm_ch1icfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch1icfr`]
module"]
#[doc(alias = "GPTM_CH1ICFR")]
pub type GptmCh1icfr = crate::Reg<gptm_ch1icfr::GptmCh1icfrSpec>;
#[doc = "GPTM_CH1ICFR"]
pub mod gptm_ch1icfr;
#[doc = "GPTM_CH2ICFR (rw) register accessor: GPTM_CH2ICFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch2icfr::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 [`gptm_ch2icfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch2icfr`]
module"]
#[doc(alias = "GPTM_CH2ICFR")]
pub type GptmCh2icfr = crate::Reg<gptm_ch2icfr::GptmCh2icfrSpec>;
#[doc = "GPTM_CH2ICFR"]
pub mod gptm_ch2icfr;
#[doc = "GPTM_CH3ICFR (rw) register accessor: GPTM_CH3ICFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch3icfr::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 [`gptm_ch3icfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch3icfr`]
module"]
#[doc(alias = "GPTM_CH3ICFR")]
pub type GptmCh3icfr = crate::Reg<gptm_ch3icfr::GptmCh3icfrSpec>;
#[doc = "GPTM_CH3ICFR"]
pub mod gptm_ch3icfr;
#[doc = "GPTM_CH0OCFR (rw) register accessor: GPTM_CH0OCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch0ocfr::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 [`gptm_ch0ocfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch0ocfr`]
module"]
#[doc(alias = "GPTM_CH0OCFR")]
pub type GptmCh0ocfr = crate::Reg<gptm_ch0ocfr::GptmCh0ocfrSpec>;
#[doc = "GPTM_CH0OCFR"]
pub mod gptm_ch0ocfr;
#[doc = "GPTM_CH1OCFR (rw) register accessor: GPTM_CH1OCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch1ocfr::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 [`gptm_ch1ocfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch1ocfr`]
module"]
#[doc(alias = "GPTM_CH1OCFR")]
pub type GptmCh1ocfr = crate::Reg<gptm_ch1ocfr::GptmCh1ocfrSpec>;
#[doc = "GPTM_CH1OCFR"]
pub mod gptm_ch1ocfr;
#[doc = "GPTM_CH2OCFR (rw) register accessor: GPTM_CH2OCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch2ocfr::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 [`gptm_ch2ocfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch2ocfr`]
module"]
#[doc(alias = "GPTM_CH2OCFR")]
pub type GptmCh2ocfr = crate::Reg<gptm_ch2ocfr::GptmCh2ocfrSpec>;
#[doc = "GPTM_CH2OCFR"]
pub mod gptm_ch2ocfr;
#[doc = "GPTM_CH3OCFR (rw) register accessor: GPTM_CH3OCFR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch3ocfr::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 [`gptm_ch3ocfr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch3ocfr`]
module"]
#[doc(alias = "GPTM_CH3OCFR")]
pub type GptmCh3ocfr = crate::Reg<gptm_ch3ocfr::GptmCh3ocfrSpec>;
#[doc = "GPTM_CH3OCFR"]
pub mod gptm_ch3ocfr;
#[doc = "GPTM_CHCTR (rw) register accessor: GPTM_CHCTR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_chctr::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 [`gptm_chctr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_chctr`]
module"]
#[doc(alias = "GPTM_CHCTR")]
pub type GptmChctr = crate::Reg<gptm_chctr::GptmChctrSpec>;
#[doc = "GPTM_CHCTR"]
pub mod gptm_chctr;
#[doc = "GPTM_CHPOLR (rw) register accessor: GPTM_CHPOLR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_chpolr::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 [`gptm_chpolr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_chpolr`]
module"]
#[doc(alias = "GPTM_CHPOLR")]
pub type GptmChpolr = crate::Reg<gptm_chpolr::GptmChpolrSpec>;
#[doc = "GPTM_CHPOLR"]
pub mod gptm_chpolr;
#[doc = "GPTM_DICTR (rw) register accessor: GPTM_DICTR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_dictr::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 [`gptm_dictr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_dictr`]
module"]
#[doc(alias = "GPTM_DICTR")]
pub type GptmDictr = crate::Reg<gptm_dictr::GptmDictrSpec>;
#[doc = "GPTM_DICTR"]
pub mod gptm_dictr;
#[doc = "GPTM_EVGR (rw) register accessor: GPTM_EVGR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_evgr::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 [`gptm_evgr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_evgr`]
module"]
#[doc(alias = "GPTM_EVGR")]
pub type GptmEvgr = crate::Reg<gptm_evgr::GptmEvgrSpec>;
#[doc = "GPTM_EVGR"]
pub mod gptm_evgr;
#[doc = "GPTM_INTSR (rw) register accessor: GPTM_INTSR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_intsr::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 [`gptm_intsr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_intsr`]
module"]
#[doc(alias = "GPTM_INTSR")]
pub type GptmIntsr = crate::Reg<gptm_intsr::GptmIntsrSpec>;
#[doc = "GPTM_INTSR"]
pub mod gptm_intsr;
#[doc = "GPTM_CNTR (rw) register accessor: GPTM_CNTR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_cntr::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 [`gptm_cntr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_cntr`]
module"]
#[doc(alias = "GPTM_CNTR")]
pub type GptmCntr = crate::Reg<gptm_cntr::GptmCntrSpec>;
#[doc = "GPTM_CNTR"]
pub mod gptm_cntr;
#[doc = "GPTM_PSCR (rw) register accessor: GPTM_PSCR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_pscr::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 [`gptm_pscr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_pscr`]
module"]
#[doc(alias = "GPTM_PSCR")]
pub type GptmPscr = crate::Reg<gptm_pscr::GptmPscrSpec>;
#[doc = "GPTM_PSCR"]
pub mod gptm_pscr;
#[doc = "GPTM_CRR (rw) register accessor: GPTM_CRR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_crr::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 [`gptm_crr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_crr`]
module"]
#[doc(alias = "GPTM_CRR")]
pub type GptmCrr = crate::Reg<gptm_crr::GptmCrrSpec>;
#[doc = "GPTM_CRR"]
pub mod gptm_crr;
#[doc = "GPTM_CH0CCR (rw) register accessor: GPTM_CH0CCR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch0ccr::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 [`gptm_ch0ccr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch0ccr`]
module"]
#[doc(alias = "GPTM_CH0CCR")]
pub type GptmCh0ccr = crate::Reg<gptm_ch0ccr::GptmCh0ccrSpec>;
#[doc = "GPTM_CH0CCR"]
pub mod gptm_ch0ccr;
#[doc = "GPTM_CH1CCR (rw) register accessor: GPTM_CH1CCR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch1ccr::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 [`gptm_ch1ccr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch1ccr`]
module"]
#[doc(alias = "GPTM_CH1CCR")]
pub type GptmCh1ccr = crate::Reg<gptm_ch1ccr::GptmCh1ccrSpec>;
#[doc = "GPTM_CH1CCR"]
pub mod gptm_ch1ccr;
#[doc = "GPTM_CH2CCR (rw) register accessor: GPTM_CH2CCR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch2ccr::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 [`gptm_ch2ccr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch2ccr`]
module"]
#[doc(alias = "GPTM_CH2CCR")]
pub type GptmCh2ccr = crate::Reg<gptm_ch2ccr::GptmCh2ccrSpec>;
#[doc = "GPTM_CH2CCR"]
pub mod gptm_ch2ccr;
#[doc = "GPTM_CH3CCR (rw) register accessor: GPTM_CH3CCR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch3ccr::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 [`gptm_ch3ccr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch3ccr`]
module"]
#[doc(alias = "GPTM_CH3CCR")]
pub type GptmCh3ccr = crate::Reg<gptm_ch3ccr::GptmCh3ccrSpec>;
#[doc = "GPTM_CH3CCR"]
pub mod gptm_ch3ccr;
#[doc = "GPTM_CH0ACR (rw) register accessor: GPTM_CH0ACR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch0acr::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 [`gptm_ch0acr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch0acr`]
module"]
#[doc(alias = "GPTM_CH0ACR")]
pub type GptmCh0acr = crate::Reg<gptm_ch0acr::GptmCh0acrSpec>;
#[doc = "GPTM_CH0ACR"]
pub mod gptm_ch0acr;
#[doc = "GPTM_CH1ACR (rw) register accessor: GPTM_CH1ACR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch1acr::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 [`gptm_ch1acr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch1acr`]
module"]
#[doc(alias = "GPTM_CH1ACR")]
pub type GptmCh1acr = crate::Reg<gptm_ch1acr::GptmCh1acrSpec>;
#[doc = "GPTM_CH1ACR"]
pub mod gptm_ch1acr;
#[doc = "GPTM_CH2ACR (rw) register accessor: GPTM_CH2ACR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch2acr::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 [`gptm_ch2acr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch2acr`]
module"]
#[doc(alias = "GPTM_CH2ACR")]
pub type GptmCh2acr = crate::Reg<gptm_ch2acr::GptmCh2acrSpec>;
#[doc = "GPTM_CH2ACR"]
pub mod gptm_ch2acr;
#[doc = "GPTM_CH3ACR (rw) register accessor: GPTM_CH3ACR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`gptm_ch3acr::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 [`gptm_ch3acr::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@gptm_ch3acr`]
module"]
#[doc(alias = "GPTM_CH3ACR")]
pub type GptmCh3acr = crate::Reg<gptm_ch3acr::GptmCh3acrSpec>;
#[doc = "GPTM_CH3ACR"]
pub mod gptm_ch3acr;