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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
///Register block
/**CR (rw) register accessor: GFXTIM configuration register
You can [`read`](crate::Reg::read) this register and get [`cr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cr`] module*/
pub type CR = crateReg;
///GFXTIM configuration register
/**CGCR (rw) register accessor: GFXTIM clock generator configuration register
You can [`read`](crate::Reg::read) this register and get [`cgcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cgcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cgcr`] module*/
pub type CGCR = crateReg;
///GFXTIM clock generator configuration register
/**TCR (rw) register accessor: GFXTIM timers configuration register
You can [`read`](crate::Reg::read) this register and get [`tcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@tcr`] module*/
pub type TCR = crateReg;
///GFXTIM timers configuration register
/**TDR (w) register accessor: GFXTIM timers disable register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@tdr`] module*/
pub type TDR = crateReg;
///GFXTIM timers disable register
/**EVCR (rw) register accessor: GFXTIM events control register
You can [`read`](crate::Reg::read) this register and get [`evcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`evcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@evcr`] module*/
pub type EVCR = crateReg;
///GFXTIM events control register
/**EVSR (rw) register accessor: GFXTIM events selection register
You can [`read`](crate::Reg::read) this register and get [`evsr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`evsr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@evsr`] module*/
pub type EVSR = crateReg;
///GFXTIM events selection register
/**WDGTCR (rw) register accessor: GFXTIM watchdog timer configuration register
You can [`read`](crate::Reg::read) this register and get [`wdgtcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`wdgtcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@wdgtcr`] module*/
pub type WDGTCR = crateReg;
///GFXTIM watchdog timer configuration register
/**ISR (r) register accessor: GFXTIM interrupt status register
You can [`read`](crate::Reg::read) this register and get [`isr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@isr`] module*/
pub type ISR = crateReg;
///GFXTIM interrupt status register
/**ICR (w) register accessor: GFXTIM interrupt clear register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`icr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@icr`] module*/
pub type ICR = crateReg;
///GFXTIM interrupt clear register
/**IER (rw) register accessor: GFXTIM interrupt enable register
You can [`read`](crate::Reg::read) this register and get [`ier::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ier::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ier`] module*/
pub type IER = crateReg;
///GFXTIM interrupt enable register
/**TSR (r) register accessor: GFXTIM timers status register
You can [`read`](crate::Reg::read) this register and get [`tsr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@tsr`] module*/
pub type TSR = crateReg;
///GFXTIM timers status register
/**LCCRR (rw) register accessor: GFXTIM line clock counter reload register
You can [`read`](crate::Reg::read) this register and get [`lccrr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`lccrr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@lccrr`] module*/
pub type LCCRR = crateReg;
///GFXTIM line clock counter reload register
/**FCCRR (rw) register accessor: GFXTIM frame clock counter reload register
You can [`read`](crate::Reg::read) this register and get [`fccrr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fccrr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@fccrr`] module*/
pub type FCCRR = crateReg;
///GFXTIM frame clock counter reload register
/**ATR (r) register accessor: GFXTIM absolute time register
You can [`read`](crate::Reg::read) this register and get [`atr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@atr`] module*/
pub type ATR = crateReg;
///GFXTIM absolute time register
/**AFCR (rw) register accessor: GFXTIM absolute frame counter register
You can [`read`](crate::Reg::read) this register and get [`afcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`afcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@afcr`] module*/
pub type AFCR = crateReg;
///GFXTIM absolute frame counter register
/**ALCR (rw) register accessor: GFXTIM absolute line counter register
You can [`read`](crate::Reg::read) this register and get [`alcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`alcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@alcr`] module*/
pub type ALCR = crateReg;
///GFXTIM absolute line counter register
/**AFCC1R (rw) register accessor: GFXTIM absolute frame counter compare 1 register
You can [`read`](crate::Reg::read) this register and get [`afcc1r::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`afcc1r::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@afcc1r`] module*/
pub type AFCC1R = crateReg;
///GFXTIM absolute frame counter compare 1 register
/**ALCC1R (rw) register accessor: GFXTIM absolute line counter compare 1 register
You can [`read`](crate::Reg::read) this register and get [`alcc1r::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`alcc1r::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@alcc1r`] module*/
pub type ALCC1R = crateReg;
///GFXTIM absolute line counter compare 1 register
/**ALCC2R (rw) register accessor: GFXTIM absolute line counter compare 2 register
You can [`read`](crate::Reg::read) this register and get [`alcc2r::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`alcc2r::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@alcc2r`] module*/
pub type ALCC2R = crateReg;
///GFXTIM absolute line counter compare 2 register
/**RFC1R (r) register accessor: GFXTIM relative frame counter 1 register
You can [`read`](crate::Reg::read) this register and get [`rfc1r::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rfc1r`] module*/
pub type RFC1R = crateReg;
///GFXTIM relative frame counter 1 register
/**RFC1RR (rw) register accessor: GFXTIM relative frame counter 1 reload register
You can [`read`](crate::Reg::read) this register and get [`rfc1rr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rfc1rr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rfc1rr`] module*/
pub type RFC1RR = crateReg;
///GFXTIM relative frame counter 1 reload register
/**RFC2R (r) register accessor: GFXTIM relative frame counter 2 register
You can [`read`](crate::Reg::read) this register and get [`rfc2r::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rfc2r`] module*/
pub type RFC2R = crateReg;
///GFXTIM relative frame counter 2 register
/**RFC2RR (rw) register accessor: GFXTIM relative frame counter 2 reload register
You can [`read`](crate::Reg::read) this register and get [`rfc2rr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rfc2rr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rfc2rr`] module*/
pub type RFC2RR = crateReg;
///GFXTIM relative frame counter 2 reload register
/**WDGCR (r) register accessor: GFXTIM watchdog counter register
You can [`read`](crate::Reg::read) this register and get [`wdgcr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@wdgcr`] module*/
pub type WDGCR = crateReg;
///GFXTIM watchdog counter register
/**WDGRR (rw) register accessor: GFXTIM watchdog reload register
You can [`read`](crate::Reg::read) this register and get [`wdgrr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`wdgrr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@wdgrr`] module*/
pub type WDGRR = crateReg;
///GFXTIM watchdog reload register
/**WDGPAR (rw) register accessor: GFXTIM watchdog pre-alarm register
You can [`read`](crate::Reg::read) this register and get [`wdgpar::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`wdgpar::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@wdgpar`] module*/
pub type WDGPAR = crateReg;
///GFXTIM watchdog pre-alarm register