1#[repr(C)]
2#[cfg_attr(feature = "impl-register-debug", derive(Debug))]
3#[doc = "Register block"]
4pub struct RegisterBlock {
5 command: COMMAND,
6 ctrl_cfg: CTRL_CFG,
7 inf0_short_addr: INF0_SHORT_ADDR,
8 inf0_pan_id: INF0_PAN_ID,
9 inf0_extend_addr0: INF0_EXTEND_ADDR0,
10 inf0_extend_addr1: INF0_EXTEND_ADDR1,
11 inf1_short_addr: INF1_SHORT_ADDR,
12 inf1_pan_id: INF1_PAN_ID,
13 inf1_extend_addr0: INF1_EXTEND_ADDR0,
14 inf1_extend_addr1: INF1_EXTEND_ADDR1,
15 inf2_short_addr: INF2_SHORT_ADDR,
16 inf2_pan_id: INF2_PAN_ID,
17 inf2_extend_addr0: INF2_EXTEND_ADDR0,
18 inf2_extend_addr1: INF2_EXTEND_ADDR1,
19 inf3_short_addr: INF3_SHORT_ADDR,
20 inf3_pan_id: INF3_PAN_ID,
21 inf3_extend_addr0: INF3_EXTEND_ADDR0,
22 inf3_extend_addr1: INF3_EXTEND_ADDR1,
23 channel: CHANNEL,
24 tx_power: TX_POWER,
25 ed_scan_duration: ED_SCAN_DURATION,
26 ed_scan_cfg: ED_SCAN_CFG,
27 ifs: IFS,
28 ack_timeout: ACK_TIMEOUT,
29 event_en: EVENT_EN,
30 event_status: EVENT_STATUS,
31 rx_abort_intr_ctrl: RX_ABORT_INTR_CTRL,
32 ack_frame_pending_en: ACK_FRAME_PENDING_EN,
33 coex_pti: COEX_PTI,
34 core_dummy_data: CORE_DUMMY_DATA,
35 tx_abort_interrupt_control: TX_ABORT_INTERRUPT_CONTROL,
36 enhance_ack_cfg: ENHANCE_ACK_CFG,
37 rx_status: RX_STATUS,
38 tx_status: TX_STATUS,
39 txrx_status: TXRX_STATUS,
40 tx_ccm_schedule_status: TX_CCM_SCHEDULE_STATUS,
41 core_gck_cfg: CORE_GCK_CFG,
42 test_control: TEST_CONTROL,
43 dtm_config: DTM_CONFIG,
44 dtm_tx_pkt_config: DTM_TX_PKT_CONFIG,
45 dtm_pkt_counter: DTM_PKT_COUNTER,
46 rx_length: RX_LENGTH,
47 time0_threshold: TIME0_THRESHOLD,
48 time0_value: TIME0_VALUE,
49 time1_threshold: TIME1_THRESHOLD,
50 time1_value: TIME1_VALUE,
51 clk_counter_match_val: CLK_COUNTER_MATCH_VAL,
52 clk_counter: CLK_COUNTER,
53 ifs_counter: IFS_COUNTER,
54 sfd_wait_symbol: SFD_WAIT_SYMBOL,
55 txrx_path_delay: TXRX_PATH_DELAY,
56 bb_clk: BB_CLK,
57 txdma_addr: TXDMA_ADDR,
58 txdma_ctrl_state: TXDMA_CTRL_STATE,
59 txdma_err: TXDMA_ERR,
60 _reserved55: [u8; 0x04],
61 rxdma_addr: RXDMA_ADDR,
62 rxdma_ctrl_state: RXDMA_CTRL_STATE,
63 rxdma_err: RXDMA_ERR,
64 _reserved58: [u8; 0x04],
65 dma_gck_cfg: DMA_GCK_CFG,
66 dma_dummy: DMA_DUMMY,
67 _reserved60: [u8; 0x08],
68 paon_delay: PAON_DELAY,
69 txon_delay: TXON_DELAY,
70 txen_stop_delay: TXEN_STOP_DELAY,
71 txoff_delay: TXOFF_DELAY,
72 rxon_delay: RXON_DELAY,
73 txrx_switch_delay: TXRX_SWITCH_DELAY,
74 cont_rx_delay: CONT_RX_DELAY,
75 dcdc_ctrl: DCDC_CTRL,
76 debug_ctrl: DEBUG_CTRL,
77 _reserved69: [u8; 0x04],
78 sec_ctrl: SEC_CTRL,
79 sec_extend_address0: SEC_EXTEND_ADDRESS0,
80 sec_extend_address1: SEC_EXTEND_ADDRESS1,
81 sec_key0: SEC_KEY0,
82 sec_key1: SEC_KEY1,
83 sec_key2: SEC_KEY2,
84 sec_key3: SEC_KEY3,
85 sfd_timeout_cnt: SFD_TIMEOUT_CNT,
86 crc_error_cnt: CRC_ERROR_CNT,
87 ed_abort_cnt: ED_ABORT_CNT,
88 cca_fail_cnt: CCA_FAIL_CNT,
89 rx_filter_fail_cnt: RX_FILTER_FAIL_CNT,
90 no_rss_detect_cnt: NO_RSS_DETECT_CNT,
91 rx_abort_coex_cnt: RX_ABORT_COEX_CNT,
92 rx_restart_cnt: RX_RESTART_CNT,
93 tx_ack_abort_coex_cnt: TX_ACK_ABORT_COEX_CNT,
94 ed_scan_coex_cnt: ED_SCAN_COEX_CNT,
95 rx_ack_abort_coex_cnt: RX_ACK_ABORT_COEX_CNT,
96 rx_ack_timeout_cnt: RX_ACK_TIMEOUT_CNT,
97 tx_break_coex_cnt: TX_BREAK_COEX_CNT,
98 tx_security_error_cnt: TX_SECURITY_ERROR_CNT,
99 cca_busy_cnt: CCA_BUSY_CNT,
100 error_cnt_clear: ERROR_CNT_CLEAR,
101 mac_date: MAC_DATE,
102}
103impl RegisterBlock {
104 #[doc = "0x00 - "]
105 #[inline(always)]
106 pub const fn command(&self) -> &COMMAND {
107 &self.command
108 }
109 #[doc = "0x04 - "]
110 #[inline(always)]
111 pub const fn ctrl_cfg(&self) -> &CTRL_CFG {
112 &self.ctrl_cfg
113 }
114 #[doc = "0x08 - "]
115 #[inline(always)]
116 pub const fn inf0_short_addr(&self) -> &INF0_SHORT_ADDR {
117 &self.inf0_short_addr
118 }
119 #[doc = "0x0c - "]
120 #[inline(always)]
121 pub const fn inf0_pan_id(&self) -> &INF0_PAN_ID {
122 &self.inf0_pan_id
123 }
124 #[doc = "0x10 - "]
125 #[inline(always)]
126 pub const fn inf0_extend_addr0(&self) -> &INF0_EXTEND_ADDR0 {
127 &self.inf0_extend_addr0
128 }
129 #[doc = "0x14 - "]
130 #[inline(always)]
131 pub const fn inf0_extend_addr1(&self) -> &INF0_EXTEND_ADDR1 {
132 &self.inf0_extend_addr1
133 }
134 #[doc = "0x18 - "]
135 #[inline(always)]
136 pub const fn inf1_short_addr(&self) -> &INF1_SHORT_ADDR {
137 &self.inf1_short_addr
138 }
139 #[doc = "0x1c - "]
140 #[inline(always)]
141 pub const fn inf1_pan_id(&self) -> &INF1_PAN_ID {
142 &self.inf1_pan_id
143 }
144 #[doc = "0x20 - "]
145 #[inline(always)]
146 pub const fn inf1_extend_addr0(&self) -> &INF1_EXTEND_ADDR0 {
147 &self.inf1_extend_addr0
148 }
149 #[doc = "0x24 - "]
150 #[inline(always)]
151 pub const fn inf1_extend_addr1(&self) -> &INF1_EXTEND_ADDR1 {
152 &self.inf1_extend_addr1
153 }
154 #[doc = "0x28 - "]
155 #[inline(always)]
156 pub const fn inf2_short_addr(&self) -> &INF2_SHORT_ADDR {
157 &self.inf2_short_addr
158 }
159 #[doc = "0x2c - "]
160 #[inline(always)]
161 pub const fn inf2_pan_id(&self) -> &INF2_PAN_ID {
162 &self.inf2_pan_id
163 }
164 #[doc = "0x30 - "]
165 #[inline(always)]
166 pub const fn inf2_extend_addr0(&self) -> &INF2_EXTEND_ADDR0 {
167 &self.inf2_extend_addr0
168 }
169 #[doc = "0x34 - "]
170 #[inline(always)]
171 pub const fn inf2_extend_addr1(&self) -> &INF2_EXTEND_ADDR1 {
172 &self.inf2_extend_addr1
173 }
174 #[doc = "0x38 - "]
175 #[inline(always)]
176 pub const fn inf3_short_addr(&self) -> &INF3_SHORT_ADDR {
177 &self.inf3_short_addr
178 }
179 #[doc = "0x3c - "]
180 #[inline(always)]
181 pub const fn inf3_pan_id(&self) -> &INF3_PAN_ID {
182 &self.inf3_pan_id
183 }
184 #[doc = "0x40 - "]
185 #[inline(always)]
186 pub const fn inf3_extend_addr0(&self) -> &INF3_EXTEND_ADDR0 {
187 &self.inf3_extend_addr0
188 }
189 #[doc = "0x44 - "]
190 #[inline(always)]
191 pub const fn inf3_extend_addr1(&self) -> &INF3_EXTEND_ADDR1 {
192 &self.inf3_extend_addr1
193 }
194 #[doc = "0x48 - "]
195 #[inline(always)]
196 pub const fn channel(&self) -> &CHANNEL {
197 &self.channel
198 }
199 #[doc = "0x4c - "]
200 #[inline(always)]
201 pub const fn tx_power(&self) -> &TX_POWER {
202 &self.tx_power
203 }
204 #[doc = "0x50 - "]
205 #[inline(always)]
206 pub const fn ed_scan_duration(&self) -> &ED_SCAN_DURATION {
207 &self.ed_scan_duration
208 }
209 #[doc = "0x54 - "]
210 #[inline(always)]
211 pub const fn ed_scan_cfg(&self) -> &ED_SCAN_CFG {
212 &self.ed_scan_cfg
213 }
214 #[doc = "0x58 - "]
215 #[inline(always)]
216 pub const fn ifs(&self) -> &IFS {
217 &self.ifs
218 }
219 #[doc = "0x5c - "]
220 #[inline(always)]
221 pub const fn ack_timeout(&self) -> &ACK_TIMEOUT {
222 &self.ack_timeout
223 }
224 #[doc = "0x60 - "]
225 #[inline(always)]
226 pub const fn event_en(&self) -> &EVENT_EN {
227 &self.event_en
228 }
229 #[doc = "0x64 - "]
230 #[inline(always)]
231 pub const fn event_status(&self) -> &EVENT_STATUS {
232 &self.event_status
233 }
234 #[doc = "0x68 - "]
235 #[inline(always)]
236 pub const fn rx_abort_intr_ctrl(&self) -> &RX_ABORT_INTR_CTRL {
237 &self.rx_abort_intr_ctrl
238 }
239 #[doc = "0x6c - "]
240 #[inline(always)]
241 pub const fn ack_frame_pending_en(&self) -> &ACK_FRAME_PENDING_EN {
242 &self.ack_frame_pending_en
243 }
244 #[doc = "0x70 - "]
245 #[inline(always)]
246 pub const fn coex_pti(&self) -> &COEX_PTI {
247 &self.coex_pti
248 }
249 #[doc = "0x74 - "]
250 #[inline(always)]
251 pub const fn core_dummy_data(&self) -> &CORE_DUMMY_DATA {
252 &self.core_dummy_data
253 }
254 #[doc = "0x78 - "]
255 #[inline(always)]
256 pub const fn tx_abort_interrupt_control(&self) -> &TX_ABORT_INTERRUPT_CONTROL {
257 &self.tx_abort_interrupt_control
258 }
259 #[doc = "0x7c - "]
260 #[inline(always)]
261 pub const fn enhance_ack_cfg(&self) -> &ENHANCE_ACK_CFG {
262 &self.enhance_ack_cfg
263 }
264 #[doc = "0x80 - "]
265 #[inline(always)]
266 pub const fn rx_status(&self) -> &RX_STATUS {
267 &self.rx_status
268 }
269 #[doc = "0x84 - "]
270 #[inline(always)]
271 pub const fn tx_status(&self) -> &TX_STATUS {
272 &self.tx_status
273 }
274 #[doc = "0x88 - "]
275 #[inline(always)]
276 pub const fn txrx_status(&self) -> &TXRX_STATUS {
277 &self.txrx_status
278 }
279 #[doc = "0x8c - "]
280 #[inline(always)]
281 pub const fn tx_ccm_schedule_status(&self) -> &TX_CCM_SCHEDULE_STATUS {
282 &self.tx_ccm_schedule_status
283 }
284 #[doc = "0x90 - "]
285 #[inline(always)]
286 pub const fn core_gck_cfg(&self) -> &CORE_GCK_CFG {
287 &self.core_gck_cfg
288 }
289 #[doc = "0x94 - "]
290 #[inline(always)]
291 pub const fn test_control(&self) -> &TEST_CONTROL {
292 &self.test_control
293 }
294 #[doc = "0x98 - "]
295 #[inline(always)]
296 pub const fn dtm_config(&self) -> &DTM_CONFIG {
297 &self.dtm_config
298 }
299 #[doc = "0x9c - "]
300 #[inline(always)]
301 pub const fn dtm_tx_pkt_config(&self) -> &DTM_TX_PKT_CONFIG {
302 &self.dtm_tx_pkt_config
303 }
304 #[doc = "0xa0 - "]
305 #[inline(always)]
306 pub const fn dtm_pkt_counter(&self) -> &DTM_PKT_COUNTER {
307 &self.dtm_pkt_counter
308 }
309 #[doc = "0xa4 - "]
310 #[inline(always)]
311 pub const fn rx_length(&self) -> &RX_LENGTH {
312 &self.rx_length
313 }
314 #[doc = "0xa8 - "]
315 #[inline(always)]
316 pub const fn time0_threshold(&self) -> &TIME0_THRESHOLD {
317 &self.time0_threshold
318 }
319 #[doc = "0xac - "]
320 #[inline(always)]
321 pub const fn time0_value(&self) -> &TIME0_VALUE {
322 &self.time0_value
323 }
324 #[doc = "0xb0 - "]
325 #[inline(always)]
326 pub const fn time1_threshold(&self) -> &TIME1_THRESHOLD {
327 &self.time1_threshold
328 }
329 #[doc = "0xb4 - "]
330 #[inline(always)]
331 pub const fn time1_value(&self) -> &TIME1_VALUE {
332 &self.time1_value
333 }
334 #[doc = "0xb8 - "]
335 #[inline(always)]
336 pub const fn clk_counter_match_val(&self) -> &CLK_COUNTER_MATCH_VAL {
337 &self.clk_counter_match_val
338 }
339 #[doc = "0xbc - "]
340 #[inline(always)]
341 pub const fn clk_counter(&self) -> &CLK_COUNTER {
342 &self.clk_counter
343 }
344 #[doc = "0xc0 - "]
345 #[inline(always)]
346 pub const fn ifs_counter(&self) -> &IFS_COUNTER {
347 &self.ifs_counter
348 }
349 #[doc = "0xc4 - "]
350 #[inline(always)]
351 pub const fn sfd_wait_symbol(&self) -> &SFD_WAIT_SYMBOL {
352 &self.sfd_wait_symbol
353 }
354 #[doc = "0xc8 - "]
355 #[inline(always)]
356 pub const fn txrx_path_delay(&self) -> &TXRX_PATH_DELAY {
357 &self.txrx_path_delay
358 }
359 #[doc = "0xcc - "]
360 #[inline(always)]
361 pub const fn bb_clk(&self) -> &BB_CLK {
362 &self.bb_clk
363 }
364 #[doc = "0xd0 - "]
365 #[inline(always)]
366 pub const fn txdma_addr(&self) -> &TXDMA_ADDR {
367 &self.txdma_addr
368 }
369 #[doc = "0xd4 - "]
370 #[inline(always)]
371 pub const fn txdma_ctrl_state(&self) -> &TXDMA_CTRL_STATE {
372 &self.txdma_ctrl_state
373 }
374 #[doc = "0xd8 - "]
375 #[inline(always)]
376 pub const fn txdma_err(&self) -> &TXDMA_ERR {
377 &self.txdma_err
378 }
379 #[doc = "0xe0 - "]
380 #[inline(always)]
381 pub const fn rxdma_addr(&self) -> &RXDMA_ADDR {
382 &self.rxdma_addr
383 }
384 #[doc = "0xe4 - "]
385 #[inline(always)]
386 pub const fn rxdma_ctrl_state(&self) -> &RXDMA_CTRL_STATE {
387 &self.rxdma_ctrl_state
388 }
389 #[doc = "0xe8 - "]
390 #[inline(always)]
391 pub const fn rxdma_err(&self) -> &RXDMA_ERR {
392 &self.rxdma_err
393 }
394 #[doc = "0xf0 - "]
395 #[inline(always)]
396 pub const fn dma_gck_cfg(&self) -> &DMA_GCK_CFG {
397 &self.dma_gck_cfg
398 }
399 #[doc = "0xf4 - "]
400 #[inline(always)]
401 pub const fn dma_dummy(&self) -> &DMA_DUMMY {
402 &self.dma_dummy
403 }
404 #[doc = "0x100 - "]
405 #[inline(always)]
406 pub const fn paon_delay(&self) -> &PAON_DELAY {
407 &self.paon_delay
408 }
409 #[doc = "0x104 - "]
410 #[inline(always)]
411 pub const fn txon_delay(&self) -> &TXON_DELAY {
412 &self.txon_delay
413 }
414 #[doc = "0x108 - "]
415 #[inline(always)]
416 pub const fn txen_stop_delay(&self) -> &TXEN_STOP_DELAY {
417 &self.txen_stop_delay
418 }
419 #[doc = "0x10c - "]
420 #[inline(always)]
421 pub const fn txoff_delay(&self) -> &TXOFF_DELAY {
422 &self.txoff_delay
423 }
424 #[doc = "0x110 - "]
425 #[inline(always)]
426 pub const fn rxon_delay(&self) -> &RXON_DELAY {
427 &self.rxon_delay
428 }
429 #[doc = "0x114 - "]
430 #[inline(always)]
431 pub const fn txrx_switch_delay(&self) -> &TXRX_SWITCH_DELAY {
432 &self.txrx_switch_delay
433 }
434 #[doc = "0x118 - "]
435 #[inline(always)]
436 pub const fn cont_rx_delay(&self) -> &CONT_RX_DELAY {
437 &self.cont_rx_delay
438 }
439 #[doc = "0x11c - "]
440 #[inline(always)]
441 pub const fn dcdc_ctrl(&self) -> &DCDC_CTRL {
442 &self.dcdc_ctrl
443 }
444 #[doc = "0x120 - "]
445 #[inline(always)]
446 pub const fn debug_ctrl(&self) -> &DEBUG_CTRL {
447 &self.debug_ctrl
448 }
449 #[doc = "0x128 - "]
450 #[inline(always)]
451 pub const fn sec_ctrl(&self) -> &SEC_CTRL {
452 &self.sec_ctrl
453 }
454 #[doc = "0x12c - "]
455 #[inline(always)]
456 pub const fn sec_extend_address0(&self) -> &SEC_EXTEND_ADDRESS0 {
457 &self.sec_extend_address0
458 }
459 #[doc = "0x130 - "]
460 #[inline(always)]
461 pub const fn sec_extend_address1(&self) -> &SEC_EXTEND_ADDRESS1 {
462 &self.sec_extend_address1
463 }
464 #[doc = "0x134 - "]
465 #[inline(always)]
466 pub const fn sec_key0(&self) -> &SEC_KEY0 {
467 &self.sec_key0
468 }
469 #[doc = "0x138 - "]
470 #[inline(always)]
471 pub const fn sec_key1(&self) -> &SEC_KEY1 {
472 &self.sec_key1
473 }
474 #[doc = "0x13c - "]
475 #[inline(always)]
476 pub const fn sec_key2(&self) -> &SEC_KEY2 {
477 &self.sec_key2
478 }
479 #[doc = "0x140 - "]
480 #[inline(always)]
481 pub const fn sec_key3(&self) -> &SEC_KEY3 {
482 &self.sec_key3
483 }
484 #[doc = "0x144 - "]
485 #[inline(always)]
486 pub const fn sfd_timeout_cnt(&self) -> &SFD_TIMEOUT_CNT {
487 &self.sfd_timeout_cnt
488 }
489 #[doc = "0x148 - "]
490 #[inline(always)]
491 pub const fn crc_error_cnt(&self) -> &CRC_ERROR_CNT {
492 &self.crc_error_cnt
493 }
494 #[doc = "0x14c - "]
495 #[inline(always)]
496 pub const fn ed_abort_cnt(&self) -> &ED_ABORT_CNT {
497 &self.ed_abort_cnt
498 }
499 #[doc = "0x150 - "]
500 #[inline(always)]
501 pub const fn cca_fail_cnt(&self) -> &CCA_FAIL_CNT {
502 &self.cca_fail_cnt
503 }
504 #[doc = "0x154 - "]
505 #[inline(always)]
506 pub const fn rx_filter_fail_cnt(&self) -> &RX_FILTER_FAIL_CNT {
507 &self.rx_filter_fail_cnt
508 }
509 #[doc = "0x158 - "]
510 #[inline(always)]
511 pub const fn no_rss_detect_cnt(&self) -> &NO_RSS_DETECT_CNT {
512 &self.no_rss_detect_cnt
513 }
514 #[doc = "0x15c - "]
515 #[inline(always)]
516 pub const fn rx_abort_coex_cnt(&self) -> &RX_ABORT_COEX_CNT {
517 &self.rx_abort_coex_cnt
518 }
519 #[doc = "0x160 - "]
520 #[inline(always)]
521 pub const fn rx_restart_cnt(&self) -> &RX_RESTART_CNT {
522 &self.rx_restart_cnt
523 }
524 #[doc = "0x164 - "]
525 #[inline(always)]
526 pub const fn tx_ack_abort_coex_cnt(&self) -> &TX_ACK_ABORT_COEX_CNT {
527 &self.tx_ack_abort_coex_cnt
528 }
529 #[doc = "0x168 - "]
530 #[inline(always)]
531 pub const fn ed_scan_coex_cnt(&self) -> &ED_SCAN_COEX_CNT {
532 &self.ed_scan_coex_cnt
533 }
534 #[doc = "0x16c - "]
535 #[inline(always)]
536 pub const fn rx_ack_abort_coex_cnt(&self) -> &RX_ACK_ABORT_COEX_CNT {
537 &self.rx_ack_abort_coex_cnt
538 }
539 #[doc = "0x170 - "]
540 #[inline(always)]
541 pub const fn rx_ack_timeout_cnt(&self) -> &RX_ACK_TIMEOUT_CNT {
542 &self.rx_ack_timeout_cnt
543 }
544 #[doc = "0x174 - "]
545 #[inline(always)]
546 pub const fn tx_break_coex_cnt(&self) -> &TX_BREAK_COEX_CNT {
547 &self.tx_break_coex_cnt
548 }
549 #[doc = "0x178 - "]
550 #[inline(always)]
551 pub const fn tx_security_error_cnt(&self) -> &TX_SECURITY_ERROR_CNT {
552 &self.tx_security_error_cnt
553 }
554 #[doc = "0x17c - "]
555 #[inline(always)]
556 pub const fn cca_busy_cnt(&self) -> &CCA_BUSY_CNT {
557 &self.cca_busy_cnt
558 }
559 #[doc = "0x180 - "]
560 #[inline(always)]
561 pub const fn error_cnt_clear(&self) -> &ERROR_CNT_CLEAR {
562 &self.error_cnt_clear
563 }
564 #[doc = "0x184 - "]
565 #[inline(always)]
566 pub const fn mac_date(&self) -> &MAC_DATE {
567 &self.mac_date
568 }
569}
570#[doc = "COMMAND (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`command::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`command::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@command`] module"]
571pub type COMMAND = crate::Reg<command::COMMAND_SPEC>;
572#[doc = ""]
573pub mod command;
574#[doc = "CTRL_CFG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ctrl_cfg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ctrl_cfg::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ctrl_cfg`] module"]
575pub type CTRL_CFG = crate::Reg<ctrl_cfg::CTRL_CFG_SPEC>;
576#[doc = ""]
577pub mod ctrl_cfg;
578#[doc = "INF0_SHORT_ADDR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf0_short_addr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf0_short_addr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf0_short_addr`] module"]
579pub type INF0_SHORT_ADDR = crate::Reg<inf0_short_addr::INF0_SHORT_ADDR_SPEC>;
580#[doc = ""]
581pub mod inf0_short_addr;
582#[doc = "INF0_PAN_ID (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf0_pan_id::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf0_pan_id::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf0_pan_id`] module"]
583pub type INF0_PAN_ID = crate::Reg<inf0_pan_id::INF0_PAN_ID_SPEC>;
584#[doc = ""]
585pub mod inf0_pan_id;
586#[doc = "INF0_EXTEND_ADDR0 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf0_extend_addr0::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf0_extend_addr0::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf0_extend_addr0`] module"]
587pub type INF0_EXTEND_ADDR0 = crate::Reg<inf0_extend_addr0::INF0_EXTEND_ADDR0_SPEC>;
588#[doc = ""]
589pub mod inf0_extend_addr0;
590#[doc = "INF0_EXTEND_ADDR1 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf0_extend_addr1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf0_extend_addr1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf0_extend_addr1`] module"]
591pub type INF0_EXTEND_ADDR1 = crate::Reg<inf0_extend_addr1::INF0_EXTEND_ADDR1_SPEC>;
592#[doc = ""]
593pub mod inf0_extend_addr1;
594#[doc = "INF1_SHORT_ADDR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf1_short_addr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf1_short_addr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf1_short_addr`] module"]
595pub type INF1_SHORT_ADDR = crate::Reg<inf1_short_addr::INF1_SHORT_ADDR_SPEC>;
596#[doc = ""]
597pub mod inf1_short_addr;
598#[doc = "INF1_PAN_ID (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf1_pan_id::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf1_pan_id::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf1_pan_id`] module"]
599pub type INF1_PAN_ID = crate::Reg<inf1_pan_id::INF1_PAN_ID_SPEC>;
600#[doc = ""]
601pub mod inf1_pan_id;
602#[doc = "INF1_EXTEND_ADDR0 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf1_extend_addr0::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf1_extend_addr0::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf1_extend_addr0`] module"]
603pub type INF1_EXTEND_ADDR0 = crate::Reg<inf1_extend_addr0::INF1_EXTEND_ADDR0_SPEC>;
604#[doc = ""]
605pub mod inf1_extend_addr0;
606#[doc = "INF1_EXTEND_ADDR1 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf1_extend_addr1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf1_extend_addr1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf1_extend_addr1`] module"]
607pub type INF1_EXTEND_ADDR1 = crate::Reg<inf1_extend_addr1::INF1_EXTEND_ADDR1_SPEC>;
608#[doc = ""]
609pub mod inf1_extend_addr1;
610#[doc = "INF2_SHORT_ADDR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf2_short_addr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf2_short_addr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf2_short_addr`] module"]
611pub type INF2_SHORT_ADDR = crate::Reg<inf2_short_addr::INF2_SHORT_ADDR_SPEC>;
612#[doc = ""]
613pub mod inf2_short_addr;
614#[doc = "INF2_PAN_ID (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf2_pan_id::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf2_pan_id::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf2_pan_id`] module"]
615pub type INF2_PAN_ID = crate::Reg<inf2_pan_id::INF2_PAN_ID_SPEC>;
616#[doc = ""]
617pub mod inf2_pan_id;
618#[doc = "INF2_EXTEND_ADDR0 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf2_extend_addr0::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf2_extend_addr0::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf2_extend_addr0`] module"]
619pub type INF2_EXTEND_ADDR0 = crate::Reg<inf2_extend_addr0::INF2_EXTEND_ADDR0_SPEC>;
620#[doc = ""]
621pub mod inf2_extend_addr0;
622#[doc = "INF2_EXTEND_ADDR1 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf2_extend_addr1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf2_extend_addr1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf2_extend_addr1`] module"]
623pub type INF2_EXTEND_ADDR1 = crate::Reg<inf2_extend_addr1::INF2_EXTEND_ADDR1_SPEC>;
624#[doc = ""]
625pub mod inf2_extend_addr1;
626#[doc = "INF3_SHORT_ADDR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf3_short_addr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf3_short_addr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf3_short_addr`] module"]
627pub type INF3_SHORT_ADDR = crate::Reg<inf3_short_addr::INF3_SHORT_ADDR_SPEC>;
628#[doc = ""]
629pub mod inf3_short_addr;
630#[doc = "INF3_PAN_ID (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf3_pan_id::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf3_pan_id::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf3_pan_id`] module"]
631pub type INF3_PAN_ID = crate::Reg<inf3_pan_id::INF3_PAN_ID_SPEC>;
632#[doc = ""]
633pub mod inf3_pan_id;
634#[doc = "INF3_EXTEND_ADDR0 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf3_extend_addr0::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf3_extend_addr0::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf3_extend_addr0`] module"]
635pub type INF3_EXTEND_ADDR0 = crate::Reg<inf3_extend_addr0::INF3_EXTEND_ADDR0_SPEC>;
636#[doc = ""]
637pub mod inf3_extend_addr0;
638#[doc = "INF3_EXTEND_ADDR1 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`inf3_extend_addr1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inf3_extend_addr1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@inf3_extend_addr1`] module"]
639pub type INF3_EXTEND_ADDR1 = crate::Reg<inf3_extend_addr1::INF3_EXTEND_ADDR1_SPEC>;
640#[doc = ""]
641pub mod inf3_extend_addr1;
642#[doc = "CHANNEL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`channel::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`channel::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@channel`] module"]
643pub type CHANNEL = crate::Reg<channel::CHANNEL_SPEC>;
644#[doc = ""]
645pub mod channel;
646#[doc = "TX_POWER (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_power::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_power::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_power`] module"]
647pub type TX_POWER = crate::Reg<tx_power::TX_POWER_SPEC>;
648#[doc = ""]
649pub mod tx_power;
650#[doc = "ED_SCAN_DURATION (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ed_scan_duration::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ed_scan_duration::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ed_scan_duration`] module"]
651pub type ED_SCAN_DURATION = crate::Reg<ed_scan_duration::ED_SCAN_DURATION_SPEC>;
652#[doc = ""]
653pub mod ed_scan_duration;
654#[doc = "ED_SCAN_CFG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ed_scan_cfg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ed_scan_cfg::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ed_scan_cfg`] module"]
655pub type ED_SCAN_CFG = crate::Reg<ed_scan_cfg::ED_SCAN_CFG_SPEC>;
656#[doc = ""]
657pub mod ed_scan_cfg;
658#[doc = "IFS (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ifs::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ifs::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifs`] module"]
659pub type IFS = crate::Reg<ifs::IFS_SPEC>;
660#[doc = ""]
661pub mod ifs;
662#[doc = "ACK_TIMEOUT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ack_timeout::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ack_timeout::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ack_timeout`] module"]
663pub type ACK_TIMEOUT = crate::Reg<ack_timeout::ACK_TIMEOUT_SPEC>;
664#[doc = ""]
665pub mod ack_timeout;
666#[doc = "EVENT_EN (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`event_en::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`event_en::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@event_en`] module"]
667pub type EVENT_EN = crate::Reg<event_en::EVENT_EN_SPEC>;
668#[doc = ""]
669pub mod event_en;
670#[doc = "EVENT_STATUS (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`event_status::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`event_status::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@event_status`] module"]
671pub type EVENT_STATUS = crate::Reg<event_status::EVENT_STATUS_SPEC>;
672#[doc = ""]
673pub mod event_status;
674#[doc = "RX_ABORT_INTR_CTRL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_abort_intr_ctrl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_abort_intr_ctrl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_abort_intr_ctrl`] module"]
675pub type RX_ABORT_INTR_CTRL = crate::Reg<rx_abort_intr_ctrl::RX_ABORT_INTR_CTRL_SPEC>;
676#[doc = ""]
677pub mod rx_abort_intr_ctrl;
678#[doc = "ACK_FRAME_PENDING_EN (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ack_frame_pending_en::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ack_frame_pending_en::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ack_frame_pending_en`] module"]
679pub type ACK_FRAME_PENDING_EN = crate::Reg<ack_frame_pending_en::ACK_FRAME_PENDING_EN_SPEC>;
680#[doc = ""]
681pub mod ack_frame_pending_en;
682#[doc = "COEX_PTI (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`coex_pti::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`coex_pti::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@coex_pti`] module"]
683pub type COEX_PTI = crate::Reg<coex_pti::COEX_PTI_SPEC>;
684#[doc = ""]
685pub mod coex_pti;
686#[doc = "CORE_DUMMY_DATA (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`core_dummy_data::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`core_dummy_data::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@core_dummy_data`] module"]
687pub type CORE_DUMMY_DATA = crate::Reg<core_dummy_data::CORE_DUMMY_DATA_SPEC>;
688#[doc = ""]
689pub mod core_dummy_data;
690#[doc = "TX_ABORT_INTERRUPT_CONTROL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_abort_interrupt_control::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_abort_interrupt_control::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_abort_interrupt_control`] module"]
691pub type TX_ABORT_INTERRUPT_CONTROL =
692 crate::Reg<tx_abort_interrupt_control::TX_ABORT_INTERRUPT_CONTROL_SPEC>;
693#[doc = ""]
694pub mod tx_abort_interrupt_control;
695#[doc = "ENHANCE_ACK_CFG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`enhance_ack_cfg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`enhance_ack_cfg::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@enhance_ack_cfg`] module"]
696pub type ENHANCE_ACK_CFG = crate::Reg<enhance_ack_cfg::ENHANCE_ACK_CFG_SPEC>;
697#[doc = ""]
698pub mod enhance_ack_cfg;
699#[doc = "RX_STATUS (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_status::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_status::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_status`] module"]
700pub type RX_STATUS = crate::Reg<rx_status::RX_STATUS_SPEC>;
701#[doc = ""]
702pub mod rx_status;
703#[doc = "TX_STATUS (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_status::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_status::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_status`] module"]
704pub type TX_STATUS = crate::Reg<tx_status::TX_STATUS_SPEC>;
705#[doc = ""]
706pub mod tx_status;
707#[doc = "TXRX_STATUS (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txrx_status::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txrx_status::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txrx_status`] module"]
708pub type TXRX_STATUS = crate::Reg<txrx_status::TXRX_STATUS_SPEC>;
709#[doc = ""]
710pub mod txrx_status;
711#[doc = "TX_CCM_SCHEDULE_STATUS (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_ccm_schedule_status::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_ccm_schedule_status::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_ccm_schedule_status`] module"]
712pub type TX_CCM_SCHEDULE_STATUS = crate::Reg<tx_ccm_schedule_status::TX_CCM_SCHEDULE_STATUS_SPEC>;
713#[doc = ""]
714pub mod tx_ccm_schedule_status;
715#[doc = "CORE_GCK_CFG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`core_gck_cfg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`core_gck_cfg::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@core_gck_cfg`] module"]
716pub type CORE_GCK_CFG = crate::Reg<core_gck_cfg::CORE_GCK_CFG_SPEC>;
717#[doc = ""]
718pub mod core_gck_cfg;
719#[doc = "TEST_CONTROL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`test_control::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`test_control::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@test_control`] module"]
720pub type TEST_CONTROL = crate::Reg<test_control::TEST_CONTROL_SPEC>;
721#[doc = ""]
722pub mod test_control;
723#[doc = "DTM_CONFIG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`dtm_config::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dtm_config::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dtm_config`] module"]
724pub type DTM_CONFIG = crate::Reg<dtm_config::DTM_CONFIG_SPEC>;
725#[doc = ""]
726pub mod dtm_config;
727#[doc = "DTM_TX_PKT_CONFIG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`dtm_tx_pkt_config::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dtm_tx_pkt_config::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dtm_tx_pkt_config`] module"]
728pub type DTM_TX_PKT_CONFIG = crate::Reg<dtm_tx_pkt_config::DTM_TX_PKT_CONFIG_SPEC>;
729#[doc = ""]
730pub mod dtm_tx_pkt_config;
731#[doc = "DTM_PKT_COUNTER (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`dtm_pkt_counter::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dtm_pkt_counter::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dtm_pkt_counter`] module"]
732pub type DTM_PKT_COUNTER = crate::Reg<dtm_pkt_counter::DTM_PKT_COUNTER_SPEC>;
733#[doc = ""]
734pub mod dtm_pkt_counter;
735#[doc = "RX_LENGTH (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_length::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_length::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_length`] module"]
736pub type RX_LENGTH = crate::Reg<rx_length::RX_LENGTH_SPEC>;
737#[doc = ""]
738pub mod rx_length;
739#[doc = "TIME0_THRESHOLD (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`time0_threshold::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`time0_threshold::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@time0_threshold`] module"]
740pub type TIME0_THRESHOLD = crate::Reg<time0_threshold::TIME0_THRESHOLD_SPEC>;
741#[doc = ""]
742pub mod time0_threshold;
743#[doc = "TIME0_VALUE (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`time0_value::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`time0_value::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@time0_value`] module"]
744pub type TIME0_VALUE = crate::Reg<time0_value::TIME0_VALUE_SPEC>;
745#[doc = ""]
746pub mod time0_value;
747#[doc = "TIME1_THRESHOLD (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`time1_threshold::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`time1_threshold::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@time1_threshold`] module"]
748pub type TIME1_THRESHOLD = crate::Reg<time1_threshold::TIME1_THRESHOLD_SPEC>;
749#[doc = ""]
750pub mod time1_threshold;
751#[doc = "TIME1_VALUE (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`time1_value::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`time1_value::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@time1_value`] module"]
752pub type TIME1_VALUE = crate::Reg<time1_value::TIME1_VALUE_SPEC>;
753#[doc = ""]
754pub mod time1_value;
755#[doc = "CLK_COUNTER_MATCH_VAL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`clk_counter_match_val::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clk_counter_match_val::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@clk_counter_match_val`] module"]
756pub type CLK_COUNTER_MATCH_VAL = crate::Reg<clk_counter_match_val::CLK_COUNTER_MATCH_VAL_SPEC>;
757#[doc = ""]
758pub mod clk_counter_match_val;
759#[doc = "CLK_COUNTER (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`clk_counter::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clk_counter::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@clk_counter`] module"]
760pub type CLK_COUNTER = crate::Reg<clk_counter::CLK_COUNTER_SPEC>;
761#[doc = ""]
762pub mod clk_counter;
763#[doc = "IFS_COUNTER (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ifs_counter::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ifs_counter::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ifs_counter`] module"]
764pub type IFS_COUNTER = crate::Reg<ifs_counter::IFS_COUNTER_SPEC>;
765#[doc = ""]
766pub mod ifs_counter;
767#[doc = "SFD_WAIT_SYMBOL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sfd_wait_symbol::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sfd_wait_symbol::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sfd_wait_symbol`] module"]
768pub type SFD_WAIT_SYMBOL = crate::Reg<sfd_wait_symbol::SFD_WAIT_SYMBOL_SPEC>;
769#[doc = ""]
770pub mod sfd_wait_symbol;
771#[doc = "TXRX_PATH_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txrx_path_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txrx_path_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txrx_path_delay`] module"]
772pub type TXRX_PATH_DELAY = crate::Reg<txrx_path_delay::TXRX_PATH_DELAY_SPEC>;
773#[doc = ""]
774pub mod txrx_path_delay;
775#[doc = "BB_CLK (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`bb_clk::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`bb_clk::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@bb_clk`] module"]
776pub type BB_CLK = crate::Reg<bb_clk::BB_CLK_SPEC>;
777#[doc = ""]
778pub mod bb_clk;
779#[doc = "TXDMA_ADDR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txdma_addr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txdma_addr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txdma_addr`] module"]
780pub type TXDMA_ADDR = crate::Reg<txdma_addr::TXDMA_ADDR_SPEC>;
781#[doc = ""]
782pub mod txdma_addr;
783#[doc = "TXDMA_CTRL_STATE (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txdma_ctrl_state::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txdma_ctrl_state::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txdma_ctrl_state`] module"]
784pub type TXDMA_CTRL_STATE = crate::Reg<txdma_ctrl_state::TXDMA_CTRL_STATE_SPEC>;
785#[doc = ""]
786pub mod txdma_ctrl_state;
787#[doc = "TXDMA_ERR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txdma_err::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txdma_err::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txdma_err`] module"]
788pub type TXDMA_ERR = crate::Reg<txdma_err::TXDMA_ERR_SPEC>;
789#[doc = ""]
790pub mod txdma_err;
791#[doc = "RXDMA_ADDR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rxdma_addr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxdma_addr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rxdma_addr`] module"]
792pub type RXDMA_ADDR = crate::Reg<rxdma_addr::RXDMA_ADDR_SPEC>;
793#[doc = ""]
794pub mod rxdma_addr;
795#[doc = "RXDMA_CTRL_STATE (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rxdma_ctrl_state::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxdma_ctrl_state::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rxdma_ctrl_state`] module"]
796pub type RXDMA_CTRL_STATE = crate::Reg<rxdma_ctrl_state::RXDMA_CTRL_STATE_SPEC>;
797#[doc = ""]
798pub mod rxdma_ctrl_state;
799#[doc = "RXDMA_ERR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rxdma_err::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxdma_err::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rxdma_err`] module"]
800pub type RXDMA_ERR = crate::Reg<rxdma_err::RXDMA_ERR_SPEC>;
801#[doc = ""]
802pub mod rxdma_err;
803#[doc = "DMA_GCK_CFG (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`dma_gck_cfg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dma_gck_cfg::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dma_gck_cfg`] module"]
804pub type DMA_GCK_CFG = crate::Reg<dma_gck_cfg::DMA_GCK_CFG_SPEC>;
805#[doc = ""]
806pub mod dma_gck_cfg;
807#[doc = "DMA_DUMMY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`dma_dummy::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dma_dummy::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dma_dummy`] module"]
808pub type DMA_DUMMY = crate::Reg<dma_dummy::DMA_DUMMY_SPEC>;
809#[doc = ""]
810pub mod dma_dummy;
811#[doc = "PAON_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`paon_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`paon_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@paon_delay`] module"]
812pub type PAON_DELAY = crate::Reg<paon_delay::PAON_DELAY_SPEC>;
813#[doc = ""]
814pub mod paon_delay;
815#[doc = "TXON_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txon_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txon_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txon_delay`] module"]
816pub type TXON_DELAY = crate::Reg<txon_delay::TXON_DELAY_SPEC>;
817#[doc = ""]
818pub mod txon_delay;
819#[doc = "TXEN_STOP_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txen_stop_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txen_stop_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txen_stop_delay`] module"]
820pub type TXEN_STOP_DELAY = crate::Reg<txen_stop_delay::TXEN_STOP_DELAY_SPEC>;
821#[doc = ""]
822pub mod txen_stop_delay;
823#[doc = "TXOFF_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txoff_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txoff_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txoff_delay`] module"]
824pub type TXOFF_DELAY = crate::Reg<txoff_delay::TXOFF_DELAY_SPEC>;
825#[doc = ""]
826pub mod txoff_delay;
827#[doc = "RXON_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rxon_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rxon_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rxon_delay`] module"]
828pub type RXON_DELAY = crate::Reg<rxon_delay::RXON_DELAY_SPEC>;
829#[doc = ""]
830pub mod rxon_delay;
831#[doc = "TXRX_SWITCH_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`txrx_switch_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txrx_switch_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@txrx_switch_delay`] module"]
832pub type TXRX_SWITCH_DELAY = crate::Reg<txrx_switch_delay::TXRX_SWITCH_DELAY_SPEC>;
833#[doc = ""]
834pub mod txrx_switch_delay;
835#[doc = "CONT_RX_DELAY (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`cont_rx_delay::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cont_rx_delay::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cont_rx_delay`] module"]
836pub type CONT_RX_DELAY = crate::Reg<cont_rx_delay::CONT_RX_DELAY_SPEC>;
837#[doc = ""]
838pub mod cont_rx_delay;
839#[doc = "DCDC_CTRL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`dcdc_ctrl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dcdc_ctrl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@dcdc_ctrl`] module"]
840pub type DCDC_CTRL = crate::Reg<dcdc_ctrl::DCDC_CTRL_SPEC>;
841#[doc = ""]
842pub mod dcdc_ctrl;
843#[doc = "DEBUG_CTRL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`debug_ctrl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`debug_ctrl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@debug_ctrl`] module"]
844pub type DEBUG_CTRL = crate::Reg<debug_ctrl::DEBUG_CTRL_SPEC>;
845#[doc = ""]
846pub mod debug_ctrl;
847#[doc = "SEC_CTRL (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_ctrl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_ctrl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_ctrl`] module"]
848pub type SEC_CTRL = crate::Reg<sec_ctrl::SEC_CTRL_SPEC>;
849#[doc = ""]
850pub mod sec_ctrl;
851#[doc = "SEC_EXTEND_ADDRESS0 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_extend_address0::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_extend_address0::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_extend_address0`] module"]
852pub type SEC_EXTEND_ADDRESS0 = crate::Reg<sec_extend_address0::SEC_EXTEND_ADDRESS0_SPEC>;
853#[doc = ""]
854pub mod sec_extend_address0;
855#[doc = "SEC_EXTEND_ADDRESS1 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_extend_address1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_extend_address1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_extend_address1`] module"]
856pub type SEC_EXTEND_ADDRESS1 = crate::Reg<sec_extend_address1::SEC_EXTEND_ADDRESS1_SPEC>;
857#[doc = ""]
858pub mod sec_extend_address1;
859#[doc = "SEC_KEY0 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_key0::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_key0::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_key0`] module"]
860pub type SEC_KEY0 = crate::Reg<sec_key0::SEC_KEY0_SPEC>;
861#[doc = ""]
862pub mod sec_key0;
863#[doc = "SEC_KEY1 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_key1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_key1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_key1`] module"]
864pub type SEC_KEY1 = crate::Reg<sec_key1::SEC_KEY1_SPEC>;
865#[doc = ""]
866pub mod sec_key1;
867#[doc = "SEC_KEY2 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_key2::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_key2::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_key2`] module"]
868pub type SEC_KEY2 = crate::Reg<sec_key2::SEC_KEY2_SPEC>;
869#[doc = ""]
870pub mod sec_key2;
871#[doc = "SEC_KEY3 (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sec_key3::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sec_key3::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sec_key3`] module"]
872pub type SEC_KEY3 = crate::Reg<sec_key3::SEC_KEY3_SPEC>;
873#[doc = ""]
874pub mod sec_key3;
875#[doc = "SFD_TIMEOUT_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`sfd_timeout_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sfd_timeout_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@sfd_timeout_cnt`] module"]
876pub type SFD_TIMEOUT_CNT = crate::Reg<sfd_timeout_cnt::SFD_TIMEOUT_CNT_SPEC>;
877#[doc = ""]
878pub mod sfd_timeout_cnt;
879#[doc = "CRC_ERROR_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`crc_error_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`crc_error_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@crc_error_cnt`] module"]
880pub type CRC_ERROR_CNT = crate::Reg<crc_error_cnt::CRC_ERROR_CNT_SPEC>;
881#[doc = ""]
882pub mod crc_error_cnt;
883#[doc = "ED_ABORT_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ed_abort_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ed_abort_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ed_abort_cnt`] module"]
884pub type ED_ABORT_CNT = crate::Reg<ed_abort_cnt::ED_ABORT_CNT_SPEC>;
885#[doc = ""]
886pub mod ed_abort_cnt;
887#[doc = "CCA_FAIL_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`cca_fail_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cca_fail_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cca_fail_cnt`] module"]
888pub type CCA_FAIL_CNT = crate::Reg<cca_fail_cnt::CCA_FAIL_CNT_SPEC>;
889#[doc = ""]
890pub mod cca_fail_cnt;
891#[doc = "RX_FILTER_FAIL_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_filter_fail_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_filter_fail_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_filter_fail_cnt`] module"]
892pub type RX_FILTER_FAIL_CNT = crate::Reg<rx_filter_fail_cnt::RX_FILTER_FAIL_CNT_SPEC>;
893#[doc = ""]
894pub mod rx_filter_fail_cnt;
895#[doc = "NO_RSS_DETECT_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`no_rss_detect_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`no_rss_detect_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@no_rss_detect_cnt`] module"]
896pub type NO_RSS_DETECT_CNT = crate::Reg<no_rss_detect_cnt::NO_RSS_DETECT_CNT_SPEC>;
897#[doc = ""]
898pub mod no_rss_detect_cnt;
899#[doc = "RX_ABORT_COEX_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_abort_coex_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_abort_coex_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_abort_coex_cnt`] module"]
900pub type RX_ABORT_COEX_CNT = crate::Reg<rx_abort_coex_cnt::RX_ABORT_COEX_CNT_SPEC>;
901#[doc = ""]
902pub mod rx_abort_coex_cnt;
903#[doc = "RX_RESTART_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_restart_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_restart_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_restart_cnt`] module"]
904pub type RX_RESTART_CNT = crate::Reg<rx_restart_cnt::RX_RESTART_CNT_SPEC>;
905#[doc = ""]
906pub mod rx_restart_cnt;
907#[doc = "TX_ACK_ABORT_COEX_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_ack_abort_coex_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_ack_abort_coex_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_ack_abort_coex_cnt`] module"]
908pub type TX_ACK_ABORT_COEX_CNT = crate::Reg<tx_ack_abort_coex_cnt::TX_ACK_ABORT_COEX_CNT_SPEC>;
909#[doc = ""]
910pub mod tx_ack_abort_coex_cnt;
911#[doc = "ED_SCAN_COEX_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`ed_scan_coex_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ed_scan_coex_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@ed_scan_coex_cnt`] module"]
912pub type ED_SCAN_COEX_CNT = crate::Reg<ed_scan_coex_cnt::ED_SCAN_COEX_CNT_SPEC>;
913#[doc = ""]
914pub mod ed_scan_coex_cnt;
915#[doc = "RX_ACK_ABORT_COEX_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_ack_abort_coex_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_ack_abort_coex_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_ack_abort_coex_cnt`] module"]
916pub type RX_ACK_ABORT_COEX_CNT = crate::Reg<rx_ack_abort_coex_cnt::RX_ACK_ABORT_COEX_CNT_SPEC>;
917#[doc = ""]
918pub mod rx_ack_abort_coex_cnt;
919#[doc = "RX_ACK_TIMEOUT_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`rx_ack_timeout_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`rx_ack_timeout_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@rx_ack_timeout_cnt`] module"]
920pub type RX_ACK_TIMEOUT_CNT = crate::Reg<rx_ack_timeout_cnt::RX_ACK_TIMEOUT_CNT_SPEC>;
921#[doc = ""]
922pub mod rx_ack_timeout_cnt;
923#[doc = "TX_BREAK_COEX_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_break_coex_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_break_coex_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_break_coex_cnt`] module"]
924pub type TX_BREAK_COEX_CNT = crate::Reg<tx_break_coex_cnt::TX_BREAK_COEX_CNT_SPEC>;
925#[doc = ""]
926pub mod tx_break_coex_cnt;
927#[doc = "TX_SECURITY_ERROR_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`tx_security_error_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tx_security_error_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@tx_security_error_cnt`] module"]
928pub type TX_SECURITY_ERROR_CNT = crate::Reg<tx_security_error_cnt::TX_SECURITY_ERROR_CNT_SPEC>;
929#[doc = ""]
930pub mod tx_security_error_cnt;
931#[doc = "CCA_BUSY_CNT (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`cca_busy_cnt::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cca_busy_cnt::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@cca_busy_cnt`] module"]
932pub type CCA_BUSY_CNT = crate::Reg<cca_busy_cnt::CCA_BUSY_CNT_SPEC>;
933#[doc = ""]
934pub mod cca_busy_cnt;
935#[doc = "ERROR_CNT_CLEAR (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`error_cnt_clear::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`error_cnt_clear::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@error_cnt_clear`] module"]
936pub type ERROR_CNT_CLEAR = crate::Reg<error_cnt_clear::ERROR_CNT_CLEAR_SPEC>;
937#[doc = ""]
938pub mod error_cnt_clear;
939#[doc = "MAC_DATE (rw) register accessor: \n\nYou can [`read`](crate::Reg::read) this register and get [`mac_date::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`mac_date::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@mac_date`] module"]
940pub type MAC_DATE = crate::Reg<mac_date::MAC_DATE_SPEC>;
941#[doc = ""]
942pub mod mac_date;