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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
///Register block
/**CREL (r) register accessor: FDCAN core release register
You can [`read`](crate::Reg::read) this register and get [`crel::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:CREL)
For information about available fields see [`mod@crel`] module*/
pub type CREL = crate Reg;
///FDCAN core release register
/**ENDN (r) register accessor: FDCAN endian register
You can [`read`](crate::Reg::read) this register and get [`endn::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:ENDN)
For information about available fields see [`mod@endn`] module*/
pub type ENDN = crate Reg;
///FDCAN endian register
/**DBTP (rw) register accessor: FDCAN data bit timing and prescaler register
You can [`read`](crate::Reg::read) this register and get [`dbtp::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dbtp::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:DBTP)
For information about available fields see [`mod@dbtp`] module*/
pub type DBTP = crate Reg;
///FDCAN data bit timing and prescaler register
/**TEST (rw) register accessor: FDCAN test register
You can [`read`](crate::Reg::read) this register and get [`test::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`test::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TEST)
For information about available fields see [`mod@test`] module*/
pub type TEST = crate Reg;
///FDCAN test register
/**RWD (rw) register accessor: FDCAN RAM watchdog register
You can [`read`](crate::Reg::read) this register and get [`rwd::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rwd::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:RWD)
For information about available fields see [`mod@rwd`] module*/
pub type RWD = crate Reg;
///FDCAN RAM watchdog register
/**CCCR (rw) register accessor: FDCAN CC control register
You can [`read`](crate::Reg::read) this register and get [`cccr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cccr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:CCCR)
For information about available fields see [`mod@cccr`] module*/
pub type CCCR = crate Reg;
///FDCAN CC control register
/**NBTP (rw) register accessor: FDCAN nominal bit timing and prescaler register
You can [`read`](crate::Reg::read) this register and get [`nbtp::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`nbtp::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:NBTP)
For information about available fields see [`mod@nbtp`] module*/
pub type NBTP = crate Reg;
///FDCAN nominal bit timing and prescaler register
/**TSCC (rw) register accessor: FDCAN timestamp counter configuration register
You can [`read`](crate::Reg::read) this register and get [`tscc::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tscc::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TSCC)
For information about available fields see [`mod@tscc`] module*/
pub type TSCC = crate Reg;
///FDCAN timestamp counter configuration register
/**TSCV (rw) register accessor: FDCAN timestamp counter value register
You can [`read`](crate::Reg::read) this register and get [`tscv::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tscv::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TSCV)
For information about available fields see [`mod@tscv`] module*/
pub type TSCV = crate Reg;
///FDCAN timestamp counter value register
/**TOCC (rw) register accessor: FDCAN timeout counter configuration register
You can [`read`](crate::Reg::read) this register and get [`tocc::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tocc::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TOCC)
For information about available fields see [`mod@tocc`] module*/
pub type TOCC = crate Reg;
///FDCAN timeout counter configuration register
/**TOCV (rw) register accessor: FDCAN timeout counter value register
You can [`read`](crate::Reg::read) this register and get [`tocv::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tocv::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TOCV)
For information about available fields see [`mod@tocv`] module*/
pub type TOCV = crate Reg;
///FDCAN timeout counter value register
/**ECR (rw) register accessor: FDCAN error counter register
You can [`read`](crate::Reg::read) this register and get [`ecr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ecr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:ECR)
For information about available fields see [`mod@ecr`] module*/
pub type ECR = crate Reg;
///FDCAN error counter register
/**PSR (rw) register accessor: FDCAN protocol status register
You can [`read`](crate::Reg::read) this register and get [`psr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`psr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:PSR)
For information about available fields see [`mod@psr`] module*/
pub type PSR = crate Reg;
///FDCAN protocol status register
/**TDCR (rw) register accessor: FDCAN transmitter delay compensation register
You can [`read`](crate::Reg::read) this register and get [`tdcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tdcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TDCR)
For information about available fields see [`mod@tdcr`] module*/
pub type TDCR = crate Reg;
///FDCAN transmitter delay compensation register
/**IR (rw) register accessor: FDCAN interrupt register
You can [`read`](crate::Reg::read) this register and get [`ir::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ir::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:IR)
For information about available fields see [`mod@ir`] module*/
pub type IR = crate Reg;
///FDCAN interrupt register
/**IE (rw) register accessor: FDCAN interrupt enable register
You can [`read`](crate::Reg::read) this register and get [`ie::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ie::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:IE)
For information about available fields see [`mod@ie`] module*/
pub type IE = crate Reg;
///FDCAN interrupt enable register
/**ILS (rw) register accessor: FDCAN interrupt line select register
You can [`read`](crate::Reg::read) this register and get [`ils::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ils::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:ILS)
For information about available fields see [`mod@ils`] module*/
pub type ILS = crate Reg;
///FDCAN interrupt line select register
/**ILE (rw) register accessor: FDCAN interrupt line enable register
You can [`read`](crate::Reg::read) this register and get [`ile::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ile::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:ILE)
For information about available fields see [`mod@ile`] module*/
pub type ILE = crate Reg;
///FDCAN interrupt line enable register
/**RXGFC (rw) register accessor: FDCAN global filter configuration register
You can [`read`](crate::Reg::read) this register and get [`rxgfc::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxgfc::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:RXGFC)
For information about available fields see [`mod@rxgfc`] module*/
pub type RXGFC = crate Reg;
///FDCAN global filter configuration register
/**XIDAM (rw) register accessor: FDCAN extended ID and mask register
You can [`read`](crate::Reg::read) this register and get [`xidam::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`xidam::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:XIDAM)
For information about available fields see [`mod@xidam`] module*/
pub type XIDAM = crate Reg;
///FDCAN extended ID and mask register
/**HPMS (r) register accessor: FDCAN high-priority message status register
You can [`read`](crate::Reg::read) this register and get [`hpms::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:HPMS)
For information about available fields see [`mod@hpms`] module*/
pub type HPMS = crate Reg;
///FDCAN high-priority message status register
/**RXF0S (r) register accessor: FDCAN Rx FIFO 0 status register
You can [`read`](crate::Reg::read) this register and get [`rxf0s::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:RXF0S)
For information about available fields see [`mod@rxf0s`] module*/
pub type RXF0S = crate Reg;
///FDCAN Rx FIFO 0 status register
/**RXF0A (rw) register accessor: CAN Rx FIFO 0 acknowledge register
You can [`read`](crate::Reg::read) this register and get [`rxf0a::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxf0a::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:RXF0A)
For information about available fields see [`mod@rxf0a`] module*/
pub type RXF0A = crate Reg;
///CAN Rx FIFO 0 acknowledge register
/**RXF1S (r) register accessor: FDCAN Rx FIFO 1 status register
You can [`read`](crate::Reg::read) this register and get [`rxf1s::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:RXF1S)
For information about available fields see [`mod@rxf1s`] module*/
pub type RXF1S = crate Reg;
///FDCAN Rx FIFO 1 status register
/**RXF1A (rw) register accessor: FDCAN Rx FIFO 1 acknowledge register
You can [`read`](crate::Reg::read) this register and get [`rxf1a::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxf1a::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:RXF1A)
For information about available fields see [`mod@rxf1a`] module*/
pub type RXF1A = crate Reg;
///FDCAN Rx FIFO 1 acknowledge register
/**TXBC (rw) register accessor: FDCAN Tx buffer configuration register
You can [`read`](crate::Reg::read) this register and get [`txbc::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txbc::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBC)
For information about available fields see [`mod@txbc`] module*/
pub type TXBC = crate Reg;
///FDCAN Tx buffer configuration register
/**TXFQS (r) register accessor: FDCAN Tx FIFO/queue status register
You can [`read`](crate::Reg::read) this register and get [`txfqs::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXFQS)
For information about available fields see [`mod@txfqs`] module*/
pub type TXFQS = crate Reg;
///FDCAN Tx FIFO/queue status register
/**TXBRP (r) register accessor: FDCAN Tx buffer request pending register
You can [`read`](crate::Reg::read) this register and get [`txbrp::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBRP)
For information about available fields see [`mod@txbrp`] module*/
pub type TXBRP = crate Reg;
///FDCAN Tx buffer request pending register
/**TXBAR (rw) register accessor: FDCAN Tx buffer add request register
You can [`read`](crate::Reg::read) this register and get [`txbar::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txbar::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBAR)
For information about available fields see [`mod@txbar`] module*/
pub type TXBAR = crate Reg;
///FDCAN Tx buffer add request register
/**TXBCR (rw) register accessor: FDCAN Tx buffer cancellation request register
You can [`read`](crate::Reg::read) this register and get [`txbcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txbcr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBCR)
For information about available fields see [`mod@txbcr`] module*/
pub type TXBCR = crate Reg;
///FDCAN Tx buffer cancellation request register
/**TXBTO (r) register accessor: FDCAN Tx buffer transmission occurred register
You can [`read`](crate::Reg::read) this register and get [`txbto::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBTO)
For information about available fields see [`mod@txbto`] module*/
pub type TXBTO = crate Reg;
///FDCAN Tx buffer transmission occurred register
/**TXBCF (r) register accessor: FDCAN Tx buffer cancellation finished register
You can [`read`](crate::Reg::read) this register and get [`txbcf::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBCF)
For information about available fields see [`mod@txbcf`] module*/
pub type TXBCF = crate Reg;
///FDCAN Tx buffer cancellation finished register
/**TXBTIE (rw) register accessor: FDCAN Tx buffer transmission interrupt enable register
You can [`read`](crate::Reg::read) this register and get [`txbtie::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txbtie::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBTIE)
For information about available fields see [`mod@txbtie`] module*/
pub type TXBTIE = crate Reg;
///FDCAN Tx buffer transmission interrupt enable register
/**TXBCIE (rw) register accessor: FDCAN Tx buffer cancellation finished interrupt enable register
You can [`read`](crate::Reg::read) this register and get [`txbcie::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txbcie::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXBCIE)
For information about available fields see [`mod@txbcie`] module*/
pub type TXBCIE = crate Reg;
///FDCAN Tx buffer cancellation finished interrupt enable register
/**TXEFS (r) register accessor: FDCAN Tx event FIFO status register
You can [`read`](crate::Reg::read) this register and get [`txefs::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXEFS)
For information about available fields see [`mod@txefs`] module*/
pub type TXEFS = crate Reg;
///FDCAN Tx event FIFO status register
/**TXEFA (rw) register accessor: FDCAN Tx event FIFO acknowledge register
You can [`read`](crate::Reg::read) this register and get [`txefa::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txefa::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:TXEFA)
For information about available fields see [`mod@txefa`] module*/
pub type TXEFA = crate Reg;
///FDCAN Tx event FIFO acknowledge register
/**CKDIV (rw) register accessor: FDCAN CFG clock divider register
You can [`read`](crate::Reg::read) this register and get [`ckdiv::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ckdiv::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32G0C1.html#FDCAN1:CKDIV)
For information about available fields see [`mod@ckdiv`] module*/
pub type CKDIV = crate Reg;
///FDCAN CFG clock divider register