1 /*
2  * Copyright (c) 2023 - 2024, Nordic Semiconductor ASA
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions are met:
9  *
10  * 1. Redistributions of source code must retain the above copyright notice, this
11  *    list of conditions and the following disclaimer.
12  *
13  * 2. Redistributions in binary form must reproduce the above copyright
14  *    notice, this list of conditions and the following disclaimer in the
15  *    documentation and/or other materials provided with the distribution.
16  *
17  * 3. Neither the name of the copyright holder nor the names of its
18  *    contributors may be used to endorse or promote products derived from this
19  *    software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31  * POSSIBILITY OF SUCH DAMAGE.
32  */
33 
34 #ifndef NRFX_CONFIG_NRF54H20_RADIOCORE_H__
35 #define NRFX_CONFIG_NRF54H20_RADIOCORE_H__
36 
37 #ifndef NRFX_CONFIG_H__
38 #error "This file should not be included directly. Include nrfx_config.h instead."
39 #endif
40 
41 #ifndef NRFX_RTC0_ENABLED
42 #define NRFX_RTC0_ENABLED 1
43 #endif
44 
45 /**
46  * @brief NRFX_DEFAULT_IRQ_PRIORITY
47  *
48  * Integer value. Minimum: 0. Maximum: 7.
49  */
50 #ifndef NRFX_DEFAULT_IRQ_PRIORITY
51 #define NRFX_DEFAULT_IRQ_PRIORITY 7
52 #endif
53 
54 /**
55  * @brief NRFX_BELLBOARD_ENABLED
56  *
57  * Boolean. Accepted values: 0 and 1.
58  */
59 #ifndef NRFX_BELLBOARD_ENABLED
60 #define NRFX_BELLBOARD_ENABLED 0
61 #endif
62 
63 /**
64  * @brief NRFX_BELLBOARD_DEFAULT_CONFIG_IRQ_PRIORITY
65  *
66  * Integer value. Minimum: 0. Maximum: 7.
67  */
68 #ifndef NRFX_BELLBOARD_DEFAULT_CONFIG_IRQ_PRIORITY
69 #define NRFX_BELLBOARD_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
70 #endif
71 
72 /**
73  * @brief NRFX_BELLBOARD0_ENABLED
74  *
75  * Boolean. Accepted values: 0 and 1.
76  */
77 #ifndef NRFX_BELLBOARD0_ENABLED
78 #define NRFX_BELLBOARD0_ENABLED 0
79 #endif
80 
81 /**
82  * @brief NRFX_BELLBOARD1_ENABLED
83  *
84  * Boolean. Accepted values: 0 and 1.
85  */
86 #ifndef NRFX_BELLBOARD1_ENABLED
87 #define NRFX_BELLBOARD1_ENABLED 0
88 #endif
89 
90 /**
91  * @brief NRFX_BELLBOARD2_ENABLED
92  *
93  * Boolean. Accepted values: 0 and 1.
94  */
95 #ifndef NRFX_BELLBOARD2_ENABLED
96 #define NRFX_BELLBOARD2_ENABLED 0
97 #endif
98 
99 /**
100  * @brief NRFX_BELLBOARD3_ENABLED
101  *
102  * Boolean. Accepted values: 0 and 1.
103  */
104 #ifndef NRFX_BELLBOARD3_ENABLED
105 #define NRFX_BELLBOARD3_ENABLED 0
106 #endif
107 
108 /**
109  * @brief NRFX_COMP_ENABLED
110  *
111  * Boolean. Accepted values: 0 and 1.
112  */
113 #ifndef NRFX_COMP_ENABLED
114 #define NRFX_COMP_ENABLED 0
115 #endif
116 
117 /**
118  * @brief NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY
119  *
120  * Integer value. Minimum: 0. Maximum: 7.
121  */
122 #ifndef NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY
123 #define NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
124 #endif
125 
126 /**
127  * @brief NRFX_COMP_CONFIG_LOG_ENABLED
128  *
129  * Boolean. Accepted values: 0 and 1.
130  */
131 #ifndef NRFX_COMP_CONFIG_LOG_ENABLED
132 #define NRFX_COMP_CONFIG_LOG_ENABLED 0
133 #endif
134 
135 /**
136  * @brief NRFX_COMP_CONFIG_LOG_LEVEL
137  *
138  * Integer value.
139  * Supported values:
140  * - Off     = 0
141  * - Error   = 1
142  * - Warning = 2
143  * - Info    = 3
144  * - Debug   = 4
145  */
146 #ifndef NRFX_COMP_CONFIG_LOG_LEVEL
147 #define NRFX_COMP_CONFIG_LOG_LEVEL 3
148 #endif
149 
150 /**
151  * @brief NRFX_DPPI_ENABLED
152  *
153  * Boolean. Accepted values: 0 and 1.
154  */
155 #ifndef NRFX_DPPI_ENABLED
156 #define NRFX_DPPI_ENABLED 0
157 #endif
158 
159 /**
160  * @brief NRFX_DPPI_CONFIG_LOG_ENABLED
161  *
162  * Boolean. Accepted values: 0 and 1.
163  */
164 #ifndef NRFX_DPPI_CONFIG_LOG_ENABLED
165 #define NRFX_DPPI_CONFIG_LOG_ENABLED 0
166 #endif
167 
168 /**
169  * @brief NRFX_DPPI_CONFIG_LOG_LEVEL
170  *
171  * Integer value.
172  * Supported values:
173  * - Off     = 0
174  * - Error   = 1
175  * - Warning = 2
176  * - Info    = 3
177  * - Debug   = 4
178  */
179 #ifndef NRFX_DPPI_CONFIG_LOG_LEVEL
180 #define NRFX_DPPI_CONFIG_LOG_LEVEL 3
181 #endif
182 
183 /**
184  * @brief NRFX_DPPI020_PUB_CONFIG_ALLOWED_CHANNELS_MASK
185  */
186 #ifndef NRFX_DPPI020_PUB_CONFIG_ALLOWED_CHANNELS_MASK
187 #define NRFX_DPPI020_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000003
188 #endif
189 
190 /**
191  * @brief NRFX_DPPI030_PUB_CONFIG_ALLOWED_CHANNELS_MASK
192  */
193 #ifndef NRFX_DPPI030_PUB_CONFIG_ALLOWED_CHANNELS_MASK
194 #define NRFX_DPPI030_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000003
195 #endif
196 
197 /**
198  * @brief NRFX_DPPI120_PUB_CONFIG_ALLOWED_CHANNELS_MASK
199  */
200 #ifndef NRFX_DPPI120_PUB_CONFIG_ALLOWED_CHANNELS_MASK
201 #define NRFX_DPPI120_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000f0
202 #endif
203 
204 /**
205  * @brief NRFX_DPPI130_PUB_CONFIG_ALLOWED_CHANNELS_MASK
206  */
207 #ifndef NRFX_DPPI130_PUB_CONFIG_ALLOWED_CHANNELS_MASK
208 #define NRFX_DPPI130_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000ff
209 #endif
210 
211 /**
212  * @brief NRFX_DPPI131_PUB_CONFIG_ALLOWED_CHANNELS_MASK
213  */
214 #ifndef NRFX_DPPI131_PUB_CONFIG_ALLOWED_CHANNELS_MASK
215 #define NRFX_DPPI131_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0
216 #endif
217 
218 /**
219  * @brief NRFX_DPPI132_PUB_CONFIG_ALLOWED_CHANNELS_MASK
220  */
221 #ifndef NRFX_DPPI132_PUB_CONFIG_ALLOWED_CHANNELS_MASK
222 #define NRFX_DPPI132_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0
223 #endif
224 
225 /**
226  * @brief NRFX_DPPI133_PUB_CONFIG_ALLOWED_CHANNELS_MASK
227  */
228 #ifndef NRFX_DPPI133_PUB_CONFIG_ALLOWED_CHANNELS_MASK
229 #define NRFX_DPPI133_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x0000001e
230 #endif
231 
232 /**
233  * @brief NRFX_DPPI134_PUB_CONFIG_ALLOWED_CHANNELS_MASK
234  */
235 #ifndef NRFX_DPPI134_PUB_CONFIG_ALLOWED_CHANNELS_MASK
236 #define NRFX_DPPI134_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000020
237 #endif
238 
239 /**
240  * @brief NRFX_DPPI135_PUB_CONFIG_ALLOWED_CHANNELS_MASK
241  */
242 #ifndef NRFX_DPPI135_PUB_CONFIG_ALLOWED_CHANNELS_MASK
243 #define NRFX_DPPI135_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000040
244 #endif
245 
246 /**
247  * @brief NRFX_DPPI136_PUB_CONFIG_ALLOWED_CHANNELS_MASK
248  */
249 #ifndef NRFX_DPPI136_PUB_CONFIG_ALLOWED_CHANNELS_MASK
250 #define NRFX_DPPI136_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000081
251 #endif
252 
253 /**
254  * @brief NRFX_DPPI020_SUB_CONFIG_ALLOWED_CHANNELS_MASK
255  */
256 #ifndef NRFX_DPPI020_SUB_CONFIG_ALLOWED_CHANNELS_MASK
257 #define NRFX_DPPI020_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x0000000c
258 #endif
259 
260 /**
261  * @brief NRFX_DPPI030_SUB_CONFIG_ALLOWED_CHANNELS_MASK
262  */
263 #ifndef NRFX_DPPI030_SUB_CONFIG_ALLOWED_CHANNELS_MASK
264 #define NRFX_DPPI030_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x0000000c
265 #endif
266 
267 /**
268  * @brief NRFX_DPPI120_SUB_CONFIG_ALLOWED_CHANNELS_MASK
269  */
270 #ifndef NRFX_DPPI120_SUB_CONFIG_ALLOWED_CHANNELS_MASK
271 #define NRFX_DPPI120_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x0000000f
272 #endif
273 
274 /**
275  * @brief NRFX_DPPI130_SUB_CONFIG_ALLOWED_CHANNELS_MASK
276  */
277 #ifndef NRFX_DPPI130_SUB_CONFIG_ALLOWED_CHANNELS_MASK
278 #define NRFX_DPPI130_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000ff
279 #endif
280 
281 /**
282  * @brief NRFX_DPPI131_SUB_CONFIG_ALLOWED_CHANNELS_MASK
283  */
284 #ifndef NRFX_DPPI131_SUB_CONFIG_ALLOWED_CHANNELS_MASK
285 #define NRFX_DPPI131_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000ff
286 #endif
287 
288 /**
289  * @brief NRFX_DPPI132_SUB_CONFIG_ALLOWED_CHANNELS_MASK
290  */
291 #ifndef NRFX_DPPI132_SUB_CONFIG_ALLOWED_CHANNELS_MASK
292 #define NRFX_DPPI132_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0
293 #endif
294 
295 /**
296  * @brief NRFX_DPPI133_SUB_CONFIG_ALLOWED_CHANNELS_MASK
297  */
298 #ifndef NRFX_DPPI133_SUB_CONFIG_ALLOWED_CHANNELS_MASK
299 #define NRFX_DPPI133_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000e1
300 #endif
301 
302 /**
303  * @brief NRFX_DPPI134_SUB_CONFIG_ALLOWED_CHANNELS_MASK
304  */
305 #ifndef NRFX_DPPI134_SUB_CONFIG_ALLOWED_CHANNELS_MASK
306 #define NRFX_DPPI134_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000df
307 #endif
308 
309 /**
310  * @brief NRFX_DPPI135_SUB_CONFIG_ALLOWED_CHANNELS_MASK
311  */
312 #ifndef NRFX_DPPI135_SUB_CONFIG_ALLOWED_CHANNELS_MASK
313 #define NRFX_DPPI135_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000bf
314 #endif
315 
316 /**
317  * @brief NRFX_DPPI136_SUB_CONFIG_ALLOWED_CHANNELS_MASK
318  */
319 #ifndef NRFX_DPPI136_SUB_CONFIG_ALLOWED_CHANNELS_MASK
320 #define NRFX_DPPI136_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x0000007e
321 #endif
322 
323 /**
324  * @brief NRFX_EGU_ENABLED
325  *
326  * Boolean. Accepted values: 0 and 1.
327  */
328 #ifndef NRFX_EGU_ENABLED
329 #define NRFX_EGU_ENABLED 0
330 #endif
331 
332 /**
333  * @brief NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY
334  *
335  * Integer value. Minimum: 0. Maximum: 7.
336  */
337 #ifndef NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY
338 #define NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
339 #endif
340 
341 /**
342  * @brief NRFX_EGU020_ENABLED
343  *
344  * Boolean. Accepted values: 0 and 1.
345  */
346 #ifndef NRFX_EGU020_ENABLED
347 #define NRFX_EGU020_ENABLED 0
348 #endif
349 
350 /**
351  * @brief NRFX_EGU130_ENABLED
352  *
353  * Boolean. Accepted values: 0 and 1.
354  */
355 #ifndef NRFX_EGU130_ENABLED
356 #define NRFX_EGU130_ENABLED 0
357 #endif
358 
359 /**
360  * @brief NRFX_GPIOTE_ENABLED
361  *
362  * Boolean. Accepted values: 0 and 1.
363  */
364 #ifndef NRFX_GPIOTE_ENABLED
365 #define NRFX_GPIOTE_ENABLED 0
366 #endif
367 
368 /**
369  * @brief NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
370  *
371  * Integer value. Minimum: 0. Maximum: 7.
372  */
373 #ifndef NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
374 #define NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
375 #endif
376 
377 /**
378  * @brief NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS
379  *
380  * Integer value. Minimum: 0. Maximum: 15.
381  */
382 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS
383 #define NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS 2
384 #endif
385 
386 /**
387  * @brief NRFX_GPIOTE_CONFIG_LOG_ENABLED
388  *
389  * Boolean. Accepted values: 0 and 1.
390  */
391 #ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED
392 #define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0
393 #endif
394 
395 /**
396  * @brief NRFX_GPIOTE_CONFIG_LOG_LEVEL
397  *
398  * Integer value.
399  * Supported values:
400  * - Off     = 0
401  * - Error   = 1
402  * - Warning = 2
403  * - Info    = 3
404  * - Debug   = 4
405  */
406 #ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL
407 #define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3
408 #endif
409 
410 /**
411  * @brief NRFX_GPIOTE130_ENABLED
412  *
413  * Boolean. Accepted values: 0 and 1.
414  */
415 #ifndef NRFX_GPIOTE130_ENABLED
416 #define NRFX_GPIOTE130_ENABLED 0
417 #endif
418 
419 /**
420  * @brief NRFX_GRTC_ENABLED
421  *
422  * Boolean. Accepted values: 0 and 1.
423  */
424 #ifndef NRFX_GRTC_ENABLED
425 #define NRFX_GRTC_ENABLED 0
426 #endif
427 
428 /**
429  * @brief NRFX_GRTC_CONFIG_SLEEP_ALLOWED
430  *
431  * Boolean. Accepted values: 0 and 1.
432  */
433 #ifndef NRFX_GRTC_CONFIG_SLEEP_ALLOWED
434 #define NRFX_GRTC_CONFIG_SLEEP_ALLOWED 0
435 #endif
436 
437 /**
438  * @brief NRFX_GRTC_CONFIG_AUTOEN
439  *
440  * Boolean. Accepted values: 0 and 1.
441  */
442 #ifndef NRFX_GRTC_CONFIG_AUTOEN
443 #define NRFX_GRTC_CONFIG_AUTOEN 0
444 #endif
445 
446 /**
447  * @brief NRFX_GRTC_CONFIG_AUTOSTART
448  *
449  * Boolean. Accepted values: 0 and 1.
450  */
451 #ifndef NRFX_GRTC_CONFIG_AUTOSTART
452 #define NRFX_GRTC_CONFIG_AUTOSTART 0
453 #endif
454 
455 /**
456  * @brief NRFX_GRTC_CONFIG_NUM_OF_CC_CHANNELS
457  *
458  * Integer value.
459  */
460 #ifndef NRFX_GRTC_CONFIG_NUM_OF_CC_CHANNELS
461 #define NRFX_GRTC_CONFIG_NUM_OF_CC_CHANNELS 4
462 #endif
463 
464 /**
465  * @brief NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK
466  */
467 #ifndef NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK
468 #define NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK 0x00000f00
469 #endif
470 
471 /**
472  * @brief NRFX_GRTC_DEFAULT_CONFIG_IRQ_PRIORITY
473  *
474  * Integer value. Minimum: 0. Maximum: 7.
475  */
476 #ifndef NRFX_GRTC_DEFAULT_CONFIG_IRQ_PRIORITY
477 #define NRFX_GRTC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
478 #endif
479 
480 /**
481  * @brief NRFX_GRTC_CONFIG_LOG_ENABLED
482  *
483  * Boolean. Accepted values: 0 and 1.
484  */
485 #ifndef NRFX_GRTC_CONFIG_LOG_ENABLED
486 #define NRFX_GRTC_CONFIG_LOG_ENABLED 0
487 #endif
488 
489 /**
490  * @brief NRFX_GRTC_CONFIG_LOG_LEVEL
491  *
492  * Integer value.
493  * Supported values:
494  * - Off     = 0
495  * - Error   = 1
496  * - Warning = 2
497  * - Info    = 3
498  * - Debug   = 4
499  */
500 #ifndef NRFX_GRTC_CONFIG_LOG_LEVEL
501 #define NRFX_GRTC_CONFIG_LOG_LEVEL 3
502 #endif
503 
504 /**
505  * @brief NRFX_IPCT_PUB_CONFIG_ALLOWED_CHANNELS_MASK
506  */
507 #ifndef NRFX_IPCT_PUB_CONFIG_ALLOWED_CHANNELS_MASK
508 #define NRFX_IPCT_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000030
509 #endif
510 
511 /**
512  * @brief NRFX_IPCT120_PUB_CONFIG_ALLOWED_CHANNELS_MASK
513  */
514 #ifndef NRFX_IPCT120_PUB_CONFIG_ALLOWED_CHANNELS_MASK
515 #define NRFX_IPCT120_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0
516 #endif
517 
518 /**
519  * @brief NRFX_IPCT130_PUB_CONFIG_ALLOWED_CHANNELS_MASK
520  */
521 #ifndef NRFX_IPCT130_PUB_CONFIG_ALLOWED_CHANNELS_MASK
522 #define NRFX_IPCT130_PUB_CONFIG_ALLOWED_CHANNELS_MASK 0x0000000c
523 #endif
524 
525 /**
526  * @brief NRFX_IPCT_SUB_CONFIG_ALLOWED_CHANNELS_MASK
527  */
528 #ifndef NRFX_IPCT_SUB_CONFIG_ALLOWED_CHANNELS_MASK
529 #define NRFX_IPCT_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x000000c0
530 #endif
531 
532 /**
533  * @brief NRFX_IPCT120_SUB_CONFIG_ALLOWED_CHANNELS_MASK
534  */
535 #ifndef NRFX_IPCT120_SUB_CONFIG_ALLOWED_CHANNELS_MASK
536 #define NRFX_IPCT120_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0
537 #endif
538 
539 /**
540  * @brief NRFX_IPCT130_SUB_CONFIG_ALLOWED_CHANNELS_MASK
541  */
542 #ifndef NRFX_IPCT130_SUB_CONFIG_ALLOWED_CHANNELS_MASK
543 #define NRFX_IPCT130_SUB_CONFIG_ALLOWED_CHANNELS_MASK 0x00000003
544 #endif
545 
546 /**
547  * @brief NRFX_LPCOMP_ENABLED
548  *
549  * Boolean. Accepted values: 0 and 1.
550  */
551 #ifndef NRFX_LPCOMP_ENABLED
552 #define NRFX_LPCOMP_ENABLED 0
553 #endif
554 
555 /**
556  * @brief NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY
557  *
558  * Integer value. Minimum: 0. Maximum: 7.
559  */
560 #ifndef NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY
561 #define NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
562 #endif
563 
564 /**
565  * @brief NRFX_LPCOMP_CONFIG_LOG_ENABLED
566  *
567  * Boolean. Accepted values: 0 and 1.
568  */
569 #ifndef NRFX_LPCOMP_CONFIG_LOG_ENABLED
570 #define NRFX_LPCOMP_CONFIG_LOG_ENABLED 0
571 #endif
572 
573 /**
574  * @brief NRFX_LPCOMP_CONFIG_LOG_LEVEL
575  *
576  * Integer value.
577  * Supported values:
578  * - Off     = 0
579  * - Error   = 1
580  * - Warning = 2
581  * - Info    = 3
582  * - Debug   = 4
583  */
584 #ifndef NRFX_LPCOMP_CONFIG_LOG_LEVEL
585 #define NRFX_LPCOMP_CONFIG_LOG_LEVEL 3
586 #endif
587 
588 /**
589  * @brief NRFX_MVDMA_ENABLED
590  *
591  * Boolean. Accepted values: 0 and 1.
592  */
593 #ifndef NRFX_MVDMA_ENABLED
594 #define NRFX_MVDMA_ENABLED 0
595 #endif
596 
597 /**
598  * @brief NRFX_MVDMA120_ENABLED
599  *
600  * Boolean. Accepted values: 0 and 1.
601  */
602 #ifndef NRFX_MVDMA120_ENABLED
603 #define NRFX_MVDMA120_ENABLED 0
604 #endif
605 
606 /**
607  * @brief NRFX_NFCT_ENABLED
608  *
609  * Boolean. Accepted values: 0 and 1.
610  */
611 #ifndef NRFX_NFCT_ENABLED
612 #define NRFX_NFCT_ENABLED 0
613 #endif
614 
615 /**
616  * @brief NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY
617  *
618  * Integer value. Minimum: 0. Maximum: 7.
619  */
620 #ifndef NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY
621 #define NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
622 #endif
623 
624 /**
625  * @brief NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID - Timer instance used for workarounds in the driver.
626  *
627  * Integer value. Minimum: 0. Maximum: 5.
628  */
629 #ifndef NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID
630 #define NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID 0
631 #endif
632 
633 /**
634  * @brief NRFX_NFCT_CONFIG_LOG_ENABLED
635  *
636  * Boolean. Accepted values: 0 and 1.
637  */
638 #ifndef NRFX_NFCT_CONFIG_LOG_ENABLED
639 #define NRFX_NFCT_CONFIG_LOG_ENABLED 0
640 #endif
641 
642 /**
643  * @brief NRFX_NFCT_CONFIG_LOG_LEVEL
644  *
645  * Integer value.
646  * Supported values:
647  * - Off     = 0
648  * - Error   = 1
649  * - Warning = 2
650  * - Info    = 3
651  * - Debug   = 4
652  */
653 #ifndef NRFX_NFCT_CONFIG_LOG_LEVEL
654 #define NRFX_NFCT_CONFIG_LOG_LEVEL 3
655 #endif
656 
657 /**
658  * @brief NRFX_PDM_ENABLED
659  *
660  * Boolean. Accepted values: 0 and 1.
661  */
662 #ifndef NRFX_PDM_ENABLED
663 #define NRFX_PDM_ENABLED 0
664 #endif
665 
666 /**
667  * @brief NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY
668  *
669  * Integer value. Minimum: 0. Maximum: 7.
670  */
671 #ifndef NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY
672 #define NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
673 #endif
674 
675 /**
676  * @brief NRFX_PDM_CONFIG_LOG_ENABLED
677  *
678  * Boolean. Accepted values: 0 and 1.
679  */
680 #ifndef NRFX_PDM_CONFIG_LOG_ENABLED
681 #define NRFX_PDM_CONFIG_LOG_ENABLED 0
682 #endif
683 
684 /**
685  * @brief NRFX_PDM_CONFIG_LOG_LEVEL
686  *
687  * Integer value.
688  * Supported values:
689  * - Off     = 0
690  * - Error   = 1
691  * - Warning = 2
692  * - Info    = 3
693  * - Debug   = 4
694  */
695 #ifndef NRFX_PDM_CONFIG_LOG_LEVEL
696 #define NRFX_PDM_CONFIG_LOG_LEVEL 3
697 #endif
698 
699 /**
700  * @brief NRFX_PRS_ENABLED
701  *
702  * Boolean. Accepted values: 0 and 1.
703  */
704 #ifndef NRFX_PRS_ENABLED
705 #define NRFX_PRS_ENABLED 0
706 #endif
707 
708 /**
709  * @brief NRFX_PRS_CONFIG_LOG_ENABLED
710  *
711  * Boolean. Accepted values: 0 and 1.
712  */
713 #ifndef NRFX_PRS_CONFIG_LOG_ENABLED
714 #define NRFX_PRS_CONFIG_LOG_ENABLED 0
715 #endif
716 
717 /**
718  * @brief NRFX_PRS_CONFIG_LOG_LEVEL
719  *
720  * Integer value.
721  * Supported values:
722  * - Off     = 0
723  * - Error   = 1
724  * - Warning = 2
725  * - Info    = 3
726  * - Debug   = 4
727  */
728 #ifndef NRFX_PRS_CONFIG_LOG_LEVEL
729 #define NRFX_PRS_CONFIG_LOG_LEVEL 3
730 #endif
731 
732 /**
733  * @brief NRFX_PRS_BOX_0_ENABLED
734  *
735  * Boolean. Accepted values: 0 and 1.
736  */
737 #ifndef NRFX_PRS_BOX_0_ENABLED
738 #define NRFX_PRS_BOX_0_ENABLED 0
739 #endif
740 
741 /**
742  * @brief NRFX_PRS_BOX_1_ENABLED
743  *
744  * Boolean. Accepted values: 0 and 1.
745  */
746 #ifndef NRFX_PRS_BOX_1_ENABLED
747 #define NRFX_PRS_BOX_1_ENABLED 0
748 #endif
749 
750 /**
751  * @brief NRFX_PRS_BOX_2_ENABLED
752  *
753  * Boolean. Accepted values: 0 and 1.
754  */
755 #ifndef NRFX_PRS_BOX_2_ENABLED
756 #define NRFX_PRS_BOX_2_ENABLED 0
757 #endif
758 
759 /**
760  * @brief NRFX_PRS_BOX_3_ENABLED
761  *
762  * Boolean. Accepted values: 0 and 1.
763  */
764 #ifndef NRFX_PRS_BOX_3_ENABLED
765 #define NRFX_PRS_BOX_3_ENABLED 0
766 #endif
767 
768 /**
769  * @brief NRFX_PRS_BOX_4_ENABLED
770  *
771  * Boolean. Accepted values: 0 and 1.
772  */
773 #ifndef NRFX_PRS_BOX_4_ENABLED
774 #define NRFX_PRS_BOX_4_ENABLED 0
775 #endif
776 
777 /**
778  * @brief NRFX_PRS_BOX_5_ENABLED
779  *
780  * Boolean. Accepted values: 0 and 1.
781  */
782 #ifndef NRFX_PRS_BOX_5_ENABLED
783 #define NRFX_PRS_BOX_5_ENABLED 0
784 #endif
785 
786 /**
787  * @brief NRFX_PRS_BOX_6_ENABLED
788  *
789  * Boolean. Accepted values: 0 and 1.
790  */
791 #ifndef NRFX_PRS_BOX_6_ENABLED
792 #define NRFX_PRS_BOX_6_ENABLED 0
793 #endif
794 
795 /**
796  * @brief NRFX_PRS_BOX_7_ENABLED
797  *
798  * Boolean. Accepted values: 0 and 1.
799  */
800 #ifndef NRFX_PRS_BOX_7_ENABLED
801 #define NRFX_PRS_BOX_7_ENABLED 0
802 #endif
803 
804 /**
805  * @brief NRFX_PRS_BOX_8_ENABLED
806  *
807  * Boolean. Accepted values: 0 and 1.
808  */
809 #ifndef NRFX_PRS_BOX_8_ENABLED
810 #define NRFX_PRS_BOX_8_ENABLED 0
811 #endif
812 
813 /**
814  * @brief NRFX_PRS_BOX_9_ENABLED
815  *
816  * Boolean. Accepted values: 0 and 1.
817  */
818 #ifndef NRFX_PRS_BOX_9_ENABLED
819 #define NRFX_PRS_BOX_9_ENABLED 0
820 #endif
821 
822 /**
823  * @brief NRFX_PWM_ENABLED
824  *
825  * Boolean. Accepted values: 0 and 1.
826  */
827 #ifndef NRFX_PWM_ENABLED
828 #define NRFX_PWM_ENABLED 0
829 #endif
830 
831 /**
832  * @brief NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY
833  *
834  * Integer value. Minimum: 0. Maximum: 7.
835  */
836 #ifndef NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY
837 #define NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
838 #endif
839 
840 /**
841  * @brief NRFX_PWM_CONFIG_LOG_ENABLED
842  *
843  * Boolean. Accepted values: 0 and 1.
844  */
845 #ifndef NRFX_PWM_CONFIG_LOG_ENABLED
846 #define NRFX_PWM_CONFIG_LOG_ENABLED 0
847 #endif
848 
849 /**
850  * @brief NRFX_PWM_CONFIG_LOG_LEVEL
851  *
852  * Integer value.
853  * Supported values:
854  * - Off     = 0
855  * - Error   = 1
856  * - Warning = 2
857  * - Info    = 3
858  * - Debug   = 4
859  */
860 #ifndef NRFX_PWM_CONFIG_LOG_LEVEL
861 #define NRFX_PWM_CONFIG_LOG_LEVEL 3
862 #endif
863 
864 /**
865  * @brief NRFX_PWM120_ENABLED
866  *
867  * Boolean. Accepted values: 0 and 1.
868  */
869 #ifndef NRFX_PWM120_ENABLED
870 #define NRFX_PWM120_ENABLED 0
871 #endif
872 
873 /**
874  * @brief NRFX_PWM130_ENABLED
875  *
876  * Boolean. Accepted values: 0 and 1.
877  */
878 #ifndef NRFX_PWM130_ENABLED
879 #define NRFX_PWM130_ENABLED 0
880 #endif
881 
882 /**
883  * @brief NRFX_PWM131_ENABLED
884  *
885  * Boolean. Accepted values: 0 and 1.
886  */
887 #ifndef NRFX_PWM131_ENABLED
888 #define NRFX_PWM131_ENABLED 0
889 #endif
890 
891 /**
892  * @brief NRFX_PWM132_ENABLED
893  *
894  * Boolean. Accepted values: 0 and 1.
895  */
896 #ifndef NRFX_PWM132_ENABLED
897 #define NRFX_PWM132_ENABLED 0
898 #endif
899 
900 /**
901  * @brief NRFX_PWM133_ENABLED
902  *
903  * Boolean. Accepted values: 0 and 1.
904  */
905 #ifndef NRFX_PWM133_ENABLED
906 #define NRFX_PWM133_ENABLED 0
907 #endif
908 
909 /**
910  * @brief NRFX_QDEC_ENABLED
911  *
912  * Boolean. Accepted values: 0 and 1.
913  */
914 #ifndef NRFX_QDEC_ENABLED
915 #define NRFX_QDEC_ENABLED 0
916 #endif
917 
918 /**
919  * @brief NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
920  *
921  * Integer value. Minimum: 0. Maximum: 7.
922  */
923 #ifndef NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
924 #define NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
925 #endif
926 
927 /**
928  * @brief NRFX_QDEC_CONFIG_LOG_ENABLED
929  *
930  * Boolean. Accepted values: 0 and 1.
931  */
932 #ifndef NRFX_QDEC_CONFIG_LOG_ENABLED
933 #define NRFX_QDEC_CONFIG_LOG_ENABLED 0
934 #endif
935 
936 /**
937  * @brief NRFX_QDEC_CONFIG_LOG_LEVEL
938  *
939  * Integer value.
940  * Supported values:
941  * - Off     = 0
942  * - Error   = 1
943  * - Warning = 2
944  * - Info    = 3
945  * - Debug   = 4
946  */
947 #ifndef NRFX_QDEC_CONFIG_LOG_LEVEL
948 #define NRFX_QDEC_CONFIG_LOG_LEVEL 3
949 #endif
950 
951 /**
952  * @brief NRFX_QDEC130_ENABLED
953  *
954  * Boolean. Accepted values: 0 and 1.
955  */
956 #ifndef NRFX_QDEC130_ENABLED
957 #define NRFX_QDEC130_ENABLED 0
958 #endif
959 
960 /**
961  * @brief NRFX_QDEC131_ENABLED
962  *
963  * Boolean. Accepted values: 0 and 1.
964  */
965 #ifndef NRFX_QDEC131_ENABLED
966 #define NRFX_QDEC131_ENABLED 0
967 #endif
968 
969 /**
970  * @brief NRFX_RTC_ENABLED
971  *
972  * Boolean. Accepted values: 0 and 1.
973  */
974 #ifndef NRFX_RTC_ENABLED
975 #define NRFX_RTC_ENABLED 0
976 #endif
977 
978 /**
979  * @brief NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
980  *
981  * Integer value. Minimum: 0. Maximum: 7.
982  */
983 #ifndef NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
984 #define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
985 #endif
986 
987 /**
988  * @brief NRFX_RTC_CONFIG_LOG_ENABLED
989  *
990  * Boolean. Accepted values: 0 and 1.
991  */
992 #ifndef NRFX_RTC_CONFIG_LOG_ENABLED
993 #define NRFX_RTC_CONFIG_LOG_ENABLED 0
994 #endif
995 
996 /**
997  * @brief NRFX_RTC_CONFIG_LOG_LEVEL
998  *
999  * Integer value.
1000  * Supported values:
1001  * - Off     = 0
1002  * - Error   = 1
1003  * - Warning = 2
1004  * - Info    = 3
1005  * - Debug   = 4
1006  */
1007 #ifndef NRFX_RTC_CONFIG_LOG_LEVEL
1008 #define NRFX_RTC_CONFIG_LOG_LEVEL 3
1009 #endif
1010 
1011 /**
1012  * @brief NRFX_RTC130_ENABLED
1013  *
1014  * Boolean. Accepted values: 0 and 1.
1015  */
1016 #ifndef NRFX_RTC130_ENABLED
1017 #define NRFX_RTC130_ENABLED 0
1018 #endif
1019 
1020 /**
1021  * @brief NRFX_RTC131_ENABLED
1022  *
1023  * Boolean. Accepted values: 0 and 1.
1024  */
1025 #ifndef NRFX_RTC131_ENABLED
1026 #define NRFX_RTC131_ENABLED 0
1027 #endif
1028 
1029 /**
1030  * @brief NRFX_SAADC_ENABLED
1031  *
1032  * Boolean. Accepted values: 0 and 1.
1033  */
1034 #ifndef NRFX_SAADC_ENABLED
1035 #define NRFX_SAADC_ENABLED 0
1036 #endif
1037 
1038 /**
1039  * @brief NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
1040  *
1041  * Integer value. Minimum: 0. Maximum: 7.
1042  */
1043 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
1044 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1045 #endif
1046 
1047 /**
1048  * @brief NRFX_SAADC_CONFIG_LOG_ENABLED
1049  *
1050  * Boolean. Accepted values: 0 and 1.
1051  */
1052 #ifndef NRFX_SAADC_CONFIG_LOG_ENABLED
1053 #define NRFX_SAADC_CONFIG_LOG_ENABLED 0
1054 #endif
1055 
1056 /**
1057  * @brief NRFX_SAADC_CONFIG_LOG_LEVEL
1058  *
1059  * Integer value.
1060  * Supported values:
1061  * - Off     = 0
1062  * - Error   = 1
1063  * - Warning = 2
1064  * - Info    = 3
1065  * - Debug   = 4
1066  */
1067 #ifndef NRFX_SAADC_CONFIG_LOG_LEVEL
1068 #define NRFX_SAADC_CONFIG_LOG_LEVEL 3
1069 #endif
1070 
1071 /**
1072  * @brief NRFX_SPIM_ENABLED
1073  *
1074  * Boolean. Accepted values: 0 and 1.
1075  */
1076 #ifndef NRFX_SPIM_ENABLED
1077 #define NRFX_SPIM_ENABLED 0
1078 #endif
1079 
1080 /**
1081  * @brief NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
1082  *
1083  * Integer value. Minimum: 0. Maximum: 7.
1084  */
1085 #ifndef NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
1086 #define NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1087 #endif
1088 
1089 /**
1090  * @brief NRFX_SPIM_CONFIG_LOG_ENABLED
1091  *
1092  * Boolean. Accepted values: 0 and 1.
1093  */
1094 #ifndef NRFX_SPIM_CONFIG_LOG_ENABLED
1095 #define NRFX_SPIM_CONFIG_LOG_ENABLED 0
1096 #endif
1097 
1098 /**
1099  * @brief NRFX_SPIM_CONFIG_LOG_LEVEL
1100  *
1101  * Integer value.
1102  * Supported values:
1103  * - Off     = 0
1104  * - Error   = 1
1105  * - Warning = 2
1106  * - Info    = 3
1107  * - Debug   = 4
1108  */
1109 #ifndef NRFX_SPIM_CONFIG_LOG_LEVEL
1110 #define NRFX_SPIM_CONFIG_LOG_LEVEL 3
1111 #endif
1112 
1113 /**
1114  * @brief NRFX_SPIM120_ENABLED
1115  *
1116  * Boolean. Accepted values: 0 and 1.
1117  */
1118 #ifndef NRFX_SPIM120_ENABLED
1119 #define NRFX_SPIM120_ENABLED 0
1120 #endif
1121 
1122 /**
1123  * @brief NRFX_SPIM121_ENABLED
1124  *
1125  * Boolean. Accepted values: 0 and 1.
1126  */
1127 #ifndef NRFX_SPIM121_ENABLED
1128 #define NRFX_SPIM121_ENABLED 0
1129 #endif
1130 
1131 /**
1132  * @brief NRFX_SPIM130_ENABLED
1133  *
1134  * Boolean. Accepted values: 0 and 1.
1135  */
1136 #ifndef NRFX_SPIM130_ENABLED
1137 #define NRFX_SPIM130_ENABLED 0
1138 #endif
1139 
1140 /**
1141  * @brief NRFX_SPIM131_ENABLED
1142  *
1143  * Boolean. Accepted values: 0 and 1.
1144  */
1145 #ifndef NRFX_SPIM131_ENABLED
1146 #define NRFX_SPIM131_ENABLED 0
1147 #endif
1148 
1149 /**
1150  * @brief NRFX_SPIM132_ENABLED
1151  *
1152  * Boolean. Accepted values: 0 and 1.
1153  */
1154 #ifndef NRFX_SPIM132_ENABLED
1155 #define NRFX_SPIM132_ENABLED 0
1156 #endif
1157 
1158 /**
1159  * @brief NRFX_SPIM133_ENABLED
1160  *
1161  * Boolean. Accepted values: 0 and 1.
1162  */
1163 #ifndef NRFX_SPIM133_ENABLED
1164 #define NRFX_SPIM133_ENABLED 0
1165 #endif
1166 
1167 /**
1168  * @brief NRFX_SPIM134_ENABLED
1169  *
1170  * Boolean. Accepted values: 0 and 1.
1171  */
1172 #ifndef NRFX_SPIM134_ENABLED
1173 #define NRFX_SPIM134_ENABLED 0
1174 #endif
1175 
1176 /**
1177  * @brief NRFX_SPIM135_ENABLED
1178  *
1179  * Boolean. Accepted values: 0 and 1.
1180  */
1181 #ifndef NRFX_SPIM135_ENABLED
1182 #define NRFX_SPIM135_ENABLED 0
1183 #endif
1184 
1185 /**
1186  * @brief NRFX_SPIM136_ENABLED
1187  *
1188  * Boolean. Accepted values: 0 and 1.
1189  */
1190 #ifndef NRFX_SPIM136_ENABLED
1191 #define NRFX_SPIM136_ENABLED 0
1192 #endif
1193 
1194 /**
1195  * @brief NRFX_SPIM137_ENABLED
1196  *
1197  * Boolean. Accepted values: 0 and 1.
1198  */
1199 #ifndef NRFX_SPIM137_ENABLED
1200 #define NRFX_SPIM137_ENABLED 0
1201 #endif
1202 
1203 /**
1204  * @brief NRFX_SPIS_ENABLED
1205  *
1206  * Boolean. Accepted values: 0 and 1.
1207  */
1208 #ifndef NRFX_SPIS_ENABLED
1209 #define NRFX_SPIS_ENABLED 0
1210 #endif
1211 
1212 /**
1213  * @brief NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
1214  *
1215  * Integer value. Minimum: 0. Maximum: 7.
1216  */
1217 #ifndef NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
1218 #define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1219 #endif
1220 
1221 /**
1222  * @brief NRFX_SPIS_CONFIG_LOG_ENABLED
1223  *
1224  * Boolean. Accepted values: 0 and 1.
1225  */
1226 #ifndef NRFX_SPIS_CONFIG_LOG_ENABLED
1227 #define NRFX_SPIS_CONFIG_LOG_ENABLED 0
1228 #endif
1229 
1230 /**
1231  * @brief NRFX_SPIS_CONFIG_LOG_LEVEL
1232  *
1233  * Integer value.
1234  * Supported values:
1235  * - Off     = 0
1236  * - Error   = 1
1237  * - Warning = 2
1238  * - Info    = 3
1239  * - Debug   = 4
1240  */
1241 #ifndef NRFX_SPIS_CONFIG_LOG_LEVEL
1242 #define NRFX_SPIS_CONFIG_LOG_LEVEL 3
1243 #endif
1244 
1245 /**
1246  * @brief NRFX_SPIS120_ENABLED
1247  *
1248  * Boolean. Accepted values: 0 and 1.
1249  */
1250 #ifndef NRFX_SPIS120_ENABLED
1251 #define NRFX_SPIS120_ENABLED 0
1252 #endif
1253 
1254 /**
1255  * @brief NRFX_SPIS130_ENABLED
1256  *
1257  * Boolean. Accepted values: 0 and 1.
1258  */
1259 #ifndef NRFX_SPIS130_ENABLED
1260 #define NRFX_SPIS130_ENABLED 0
1261 #endif
1262 
1263 /**
1264  * @brief NRFX_SPIS131_ENABLED
1265  *
1266  * Boolean. Accepted values: 0 and 1.
1267  */
1268 #ifndef NRFX_SPIS131_ENABLED
1269 #define NRFX_SPIS131_ENABLED 0
1270 #endif
1271 
1272 /**
1273  * @brief NRFX_SPIS132_ENABLED
1274  *
1275  * Boolean. Accepted values: 0 and 1.
1276  */
1277 #ifndef NRFX_SPIS132_ENABLED
1278 #define NRFX_SPIS132_ENABLED 0
1279 #endif
1280 
1281 /**
1282  * @brief NRFX_SPIS133_ENABLED
1283  *
1284  * Boolean. Accepted values: 0 and 1.
1285  */
1286 #ifndef NRFX_SPIS133_ENABLED
1287 #define NRFX_SPIS133_ENABLED 0
1288 #endif
1289 
1290 /**
1291  * @brief NRFX_SPIS134_ENABLED
1292  *
1293  * Boolean. Accepted values: 0 and 1.
1294  */
1295 #ifndef NRFX_SPIS134_ENABLED
1296 #define NRFX_SPIS134_ENABLED 0
1297 #endif
1298 
1299 /**
1300  * @brief NRFX_SPIS135_ENABLED
1301  *
1302  * Boolean. Accepted values: 0 and 1.
1303  */
1304 #ifndef NRFX_SPIS135_ENABLED
1305 #define NRFX_SPIS135_ENABLED 0
1306 #endif
1307 
1308 /**
1309  * @brief NRFX_SPIS136_ENABLED
1310  *
1311  * Boolean. Accepted values: 0 and 1.
1312  */
1313 #ifndef NRFX_SPIS136_ENABLED
1314 #define NRFX_SPIS136_ENABLED 0
1315 #endif
1316 
1317 /**
1318  * @brief NRFX_SPIS137_ENABLED
1319  *
1320  * Boolean. Accepted values: 0 and 1.
1321  */
1322 #ifndef NRFX_SPIS137_ENABLED
1323 #define NRFX_SPIS137_ENABLED 0
1324 #endif
1325 
1326 /**
1327  * @brief NRFX_SYSTICK_ENABLED
1328  *
1329  * Boolean. Accepted values: 0 and 1.
1330  */
1331 #ifndef NRFX_SYSTICK_ENABLED
1332 #define NRFX_SYSTICK_ENABLED 0
1333 #endif
1334 
1335 /**
1336  * @brief NRFX_TEMP_ENABLED
1337  *
1338  * Boolean. Accepted values: 0 and 1.
1339  */
1340 #ifndef NRFX_TEMP_ENABLED
1341 #define NRFX_TEMP_ENABLED 0
1342 #endif
1343 
1344 /**
1345  * @brief NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
1346  *
1347  * Integer value. Minimum: 0. Maximum: 7.
1348  */
1349 #ifndef NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
1350 #define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1351 #endif
1352 
1353 /**
1354  * @brief NRFX_TEMP_CONFIG_LOG_ENABLED
1355  *
1356  * Boolean. Accepted values: 0 and 1.
1357  */
1358 #ifndef NRFX_TEMP_CONFIG_LOG_ENABLED
1359 #define NRFX_TEMP_CONFIG_LOG_ENABLED 0
1360 #endif
1361 
1362 /**
1363  * @brief NRFX_TEMP_CONFIG_LOG_LEVEL
1364  *
1365  * Integer value.
1366  * Supported values:
1367  * - Off     = 0
1368  * - Error   = 1
1369  * - Warning = 2
1370  * - Info    = 3
1371  * - Debug   = 4
1372  */
1373 #ifndef NRFX_TEMP_CONFIG_LOG_LEVEL
1374 #define NRFX_TEMP_CONFIG_LOG_LEVEL 3
1375 #endif
1376 
1377 /**
1378  * @brief NRFX_TIMER_ENABLED
1379  *
1380  * Boolean. Accepted values: 0 and 1.
1381  */
1382 #ifndef NRFX_TIMER_ENABLED
1383 #define NRFX_TIMER_ENABLED 0
1384 #endif
1385 
1386 /**
1387  * @brief NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
1388  *
1389  * Integer value. Minimum: 0. Maximum: 7.
1390  */
1391 #ifndef NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
1392 #define NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1393 #endif
1394 
1395 /**
1396  * @brief NRFX_TIMER_CONFIG_LOG_ENABLED
1397  *
1398  * Boolean. Accepted values: 0 and 1.
1399  */
1400 #ifndef NRFX_TIMER_CONFIG_LOG_ENABLED
1401 #define NRFX_TIMER_CONFIG_LOG_ENABLED 0
1402 #endif
1403 
1404 /**
1405  * @brief NRFX_TIMER_CONFIG_LOG_LEVEL
1406  *
1407  * Integer value.
1408  * Supported values:
1409  * - Off     = 0
1410  * - Error   = 1
1411  * - Warning = 2
1412  * - Info    = 3
1413  * - Debug   = 4
1414  */
1415 #ifndef NRFX_TIMER_CONFIG_LOG_LEVEL
1416 #define NRFX_TIMER_CONFIG_LOG_LEVEL 3
1417 #endif
1418 
1419 /**
1420  * @brief NRFX_TIMER020_ENABLED
1421  *
1422  * Boolean. Accepted values: 0 and 1.
1423  */
1424 #ifndef NRFX_TIMER020_ENABLED
1425 #define NRFX_TIMER020_ENABLED 0
1426 #endif
1427 
1428 /**
1429  * @brief NRFX_TIMER021_ENABLED
1430  *
1431  * Boolean. Accepted values: 0 and 1.
1432  */
1433 #ifndef NRFX_TIMER021_ENABLED
1434 #define NRFX_TIMER021_ENABLED 0
1435 #endif
1436 
1437 /**
1438  * @brief NRFX_TIMER022_ENABLED
1439  *
1440  * Boolean. Accepted values: 0 and 1.
1441  */
1442 #ifndef NRFX_TIMER022_ENABLED
1443 #define NRFX_TIMER022_ENABLED 0
1444 #endif
1445 
1446 /**
1447  * @brief NRFX_TIMER120_ENABLED
1448  *
1449  * Boolean. Accepted values: 0 and 1.
1450  */
1451 #ifndef NRFX_TIMER120_ENABLED
1452 #define NRFX_TIMER120_ENABLED 0
1453 #endif
1454 
1455 /**
1456  * @brief NRFX_TIMER121_ENABLED
1457  *
1458  * Boolean. Accepted values: 0 and 1.
1459  */
1460 #ifndef NRFX_TIMER121_ENABLED
1461 #define NRFX_TIMER121_ENABLED 0
1462 #endif
1463 
1464 /**
1465  * @brief NRFX_TIMER130_ENABLED
1466  *
1467  * Boolean. Accepted values: 0 and 1.
1468  */
1469 #ifndef NRFX_TIMER130_ENABLED
1470 #define NRFX_TIMER130_ENABLED 0
1471 #endif
1472 
1473 /**
1474  * @brief NRFX_TIMER131_ENABLED
1475  *
1476  * Boolean. Accepted values: 0 and 1.
1477  */
1478 #ifndef NRFX_TIMER131_ENABLED
1479 #define NRFX_TIMER131_ENABLED 0
1480 #endif
1481 
1482 /**
1483  * @brief NRFX_TIMER132_ENABLED
1484  *
1485  * Boolean. Accepted values: 0 and 1.
1486  */
1487 #ifndef NRFX_TIMER132_ENABLED
1488 #define NRFX_TIMER132_ENABLED 0
1489 #endif
1490 
1491 /**
1492  * @brief NRFX_TIMER133_ENABLED
1493  *
1494  * Boolean. Accepted values: 0 and 1.
1495  */
1496 #ifndef NRFX_TIMER133_ENABLED
1497 #define NRFX_TIMER133_ENABLED 0
1498 #endif
1499 
1500 /**
1501  * @brief NRFX_TIMER134_ENABLED
1502  *
1503  * Boolean. Accepted values: 0 and 1.
1504  */
1505 #ifndef NRFX_TIMER134_ENABLED
1506 #define NRFX_TIMER134_ENABLED 0
1507 #endif
1508 
1509 /**
1510  * @brief NRFX_TIMER135_ENABLED
1511  *
1512  * Boolean. Accepted values: 0 and 1.
1513  */
1514 #ifndef NRFX_TIMER135_ENABLED
1515 #define NRFX_TIMER135_ENABLED 0
1516 #endif
1517 
1518 /**
1519  * @brief NRFX_TIMER136_ENABLED
1520  *
1521  * Boolean. Accepted values: 0 and 1.
1522  */
1523 #ifndef NRFX_TIMER136_ENABLED
1524 #define NRFX_TIMER136_ENABLED 0
1525 #endif
1526 
1527 /**
1528  * @brief NRFX_TIMER137_ENABLED
1529  *
1530  * Boolean. Accepted values: 0 and 1.
1531  */
1532 #ifndef NRFX_TIMER137_ENABLED
1533 #define NRFX_TIMER137_ENABLED 0
1534 #endif
1535 
1536 /**
1537  * @brief NRFX_TWIM_ENABLED
1538  *
1539  * Boolean. Accepted values: 0 and 1.
1540  */
1541 #ifndef NRFX_TWIM_ENABLED
1542 #define NRFX_TWIM_ENABLED 0
1543 #endif
1544 
1545 /**
1546  * @brief NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
1547  *
1548  * Integer value. Minimum: 0. Maximum: 7.
1549  */
1550 #ifndef NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
1551 #define NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1552 #endif
1553 
1554 /**
1555  * @brief NRFX_TWIM_CONFIG_LOG_ENABLED
1556  *
1557  * Boolean. Accepted values: 0 and 1.
1558  */
1559 #ifndef NRFX_TWIM_CONFIG_LOG_ENABLED
1560 #define NRFX_TWIM_CONFIG_LOG_ENABLED 0
1561 #endif
1562 
1563 /**
1564  * @brief NRFX_TWIM_CONFIG_LOG_LEVEL
1565  *
1566  * Integer value.
1567  * Supported values:
1568  * - Off     = 0
1569  * - Error   = 1
1570  * - Warning = 2
1571  * - Info    = 3
1572  * - Debug   = 4
1573  */
1574 #ifndef NRFX_TWIM_CONFIG_LOG_LEVEL
1575 #define NRFX_TWIM_CONFIG_LOG_LEVEL 3
1576 #endif
1577 
1578 /**
1579  * @brief NRFX_TWIM130_ENABLED
1580  *
1581  * Boolean. Accepted values: 0 and 1.
1582  */
1583 #ifndef NRFX_TWIM130_ENABLED
1584 #define NRFX_TWIM130_ENABLED 0
1585 #endif
1586 
1587 /**
1588  * @brief NRFX_TWIM131_ENABLED
1589  *
1590  * Boolean. Accepted values: 0 and 1.
1591  */
1592 #ifndef NRFX_TWIM131_ENABLED
1593 #define NRFX_TWIM131_ENABLED 0
1594 #endif
1595 
1596 /**
1597  * @brief NRFX_TWIM132_ENABLED
1598  *
1599  * Boolean. Accepted values: 0 and 1.
1600  */
1601 #ifndef NRFX_TWIM132_ENABLED
1602 #define NRFX_TWIM132_ENABLED 0
1603 #endif
1604 
1605 /**
1606  * @brief NRFX_TWIM133_ENABLED
1607  *
1608  * Boolean. Accepted values: 0 and 1.
1609  */
1610 #ifndef NRFX_TWIM133_ENABLED
1611 #define NRFX_TWIM133_ENABLED 0
1612 #endif
1613 
1614 /**
1615  * @brief NRFX_TWIM134_ENABLED
1616  *
1617  * Boolean. Accepted values: 0 and 1.
1618  */
1619 #ifndef NRFX_TWIM134_ENABLED
1620 #define NRFX_TWIM134_ENABLED 0
1621 #endif
1622 
1623 /**
1624  * @brief NRFX_TWIM135_ENABLED
1625  *
1626  * Boolean. Accepted values: 0 and 1.
1627  */
1628 #ifndef NRFX_TWIM135_ENABLED
1629 #define NRFX_TWIM135_ENABLED 0
1630 #endif
1631 
1632 /**
1633  * @brief NRFX_TWIM136_ENABLED
1634  *
1635  * Boolean. Accepted values: 0 and 1.
1636  */
1637 #ifndef NRFX_TWIM136_ENABLED
1638 #define NRFX_TWIM136_ENABLED 0
1639 #endif
1640 
1641 /**
1642  * @brief NRFX_TWIM137_ENABLED
1643  *
1644  * Boolean. Accepted values: 0 and 1.
1645  */
1646 #ifndef NRFX_TWIM137_ENABLED
1647 #define NRFX_TWIM137_ENABLED 0
1648 #endif
1649 
1650 /**
1651  * @brief NRFX_TWIS_ENABLED
1652  *
1653  * Boolean. Accepted values: 0 and 1.
1654  */
1655 #ifndef NRFX_TWIS_ENABLED
1656 #define NRFX_TWIS_ENABLED 0
1657 #endif
1658 
1659 /**
1660  * @brief NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
1661  *
1662  * Integer value. Minimum: 0. Maximum: 7.
1663  */
1664 #ifndef NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
1665 #define NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1666 #endif
1667 
1668 /**
1669  * @brief NRFX_TWIS_CONFIG_LOG_ENABLED
1670  *
1671  * Boolean. Accepted values: 0 and 1.
1672  */
1673 #ifndef NRFX_TWIS_CONFIG_LOG_ENABLED
1674 #define NRFX_TWIS_CONFIG_LOG_ENABLED 0
1675 #endif
1676 
1677 /**
1678  * @brief NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized only once.
1679  *
1680  * Boolean. Accepted values: 0 and 1.
1681  */
1682 #ifndef NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY
1683 #define NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY 0
1684 #endif
1685 
1686 /**
1687  * @brief NRFX_TWIS_NO_SYNC_MODE - Remove support for synchronous mode.
1688  *
1689  * Boolean. Accepted values: 0 and 1.
1690  */
1691 #ifndef NRFX_TWIS_NO_SYNC_MODE
1692 #define NRFX_TWIS_NO_SYNC_MODE 0
1693 #endif
1694 
1695 /**
1696  * @brief NRFX_TWIS_CONFIG_LOG_LEVEL
1697  *
1698  * Integer value.
1699  * Supported values:
1700  * - Off     = 0
1701  * - Error   = 1
1702  * - Warning = 2
1703  * - Info    = 3
1704  * - Debug   = 4
1705  */
1706 #ifndef NRFX_TWIS_CONFIG_LOG_LEVEL
1707 #define NRFX_TWIS_CONFIG_LOG_LEVEL 3
1708 #endif
1709 
1710 /**
1711  * @brief NRFX_TWIS130_ENABLED
1712  *
1713  * Boolean. Accepted values: 0 and 1.
1714  */
1715 #ifndef NRFX_TWIS130_ENABLED
1716 #define NRFX_TWIS130_ENABLED 0
1717 #endif
1718 
1719 /**
1720  * @brief NRFX_TWIS131_ENABLED
1721  *
1722  * Boolean. Accepted values: 0 and 1.
1723  */
1724 #ifndef NRFX_TWIS131_ENABLED
1725 #define NRFX_TWIS131_ENABLED 0
1726 #endif
1727 
1728 /**
1729  * @brief NRFX_TWIS132_ENABLED
1730  *
1731  * Boolean. Accepted values: 0 and 1.
1732  */
1733 #ifndef NRFX_TWIS132_ENABLED
1734 #define NRFX_TWIS132_ENABLED 0
1735 #endif
1736 
1737 /**
1738  * @brief NRFX_TWIS133_ENABLED
1739  *
1740  * Boolean. Accepted values: 0 and 1.
1741  */
1742 #ifndef NRFX_TWIS133_ENABLED
1743 #define NRFX_TWIS133_ENABLED 0
1744 #endif
1745 
1746 /**
1747  * @brief NRFX_TWIS134_ENABLED
1748  *
1749  * Boolean. Accepted values: 0 and 1.
1750  */
1751 #ifndef NRFX_TWIS134_ENABLED
1752 #define NRFX_TWIS134_ENABLED 0
1753 #endif
1754 
1755 /**
1756  * @brief NRFX_TWIS135_ENABLED
1757  *
1758  * Boolean. Accepted values: 0 and 1.
1759  */
1760 #ifndef NRFX_TWIS135_ENABLED
1761 #define NRFX_TWIS135_ENABLED 0
1762 #endif
1763 
1764 /**
1765  * @brief NRFX_TWIS136_ENABLED
1766  *
1767  * Boolean. Accepted values: 0 and 1.
1768  */
1769 #ifndef NRFX_TWIS136_ENABLED
1770 #define NRFX_TWIS136_ENABLED 0
1771 #endif
1772 
1773 /**
1774  * @brief NRFX_TWIS137_ENABLED
1775  *
1776  * Boolean. Accepted values: 0 and 1.
1777  */
1778 #ifndef NRFX_TWIS137_ENABLED
1779 #define NRFX_TWIS137_ENABLED 0
1780 #endif
1781 
1782 /**
1783  * @brief NRFX_UARTE_ENABLED
1784  *
1785  * Boolean. Accepted values: 0 and 1.
1786  */
1787 #ifndef NRFX_UARTE_ENABLED
1788 #define NRFX_UARTE_ENABLED 0
1789 #endif
1790 
1791 /**
1792  * @brief NRFX_UARTE_CONFIG_SKIP_GPIO_CONFIG - If enabled, support for configuring GPIO pins is removed from the driver
1793  *
1794  * Boolean. Accepted values: 0 and 1.
1795  */
1796 #ifndef NRFX_UARTE_CONFIG_SKIP_GPIO_CONFIG
1797 #define NRFX_UARTE_CONFIG_SKIP_GPIO_CONFIG 0
1798 #endif
1799 
1800 /**
1801  * @brief NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG - If enabled, support for configuring PSEL registers is removed from the driver
1802  *
1803  * Boolean. Accepted values: 0 and 1.
1804  */
1805 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1806 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0
1807 #endif
1808 
1809 /**
1810  * @brief NRFX_UARTE_CONFIG_TX_LINK - If enabled, driver supports linking of TX transfers.
1811  *
1812  * Boolean. Accepted values: 0 and 1.
1813  */
1814 #ifndef NRFX_UARTE_CONFIG_TX_LINK
1815 #define NRFX_UARTE_CONFIG_TX_LINK 1
1816 #endif
1817 
1818 /**
1819  * @brief NRFX_UARTE_CONFIG_RX_CACHE_ENABLED
1820  *
1821  * Boolean. Accepted values: 0 and 1.
1822  */
1823 #ifndef NRFX_UARTE_CONFIG_RX_CACHE_ENABLED
1824 #define NRFX_UARTE_CONFIG_RX_CACHE_ENABLED 1
1825 #endif
1826 
1827 /**
1828  * @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1829  *
1830  * Integer value. Minimum: 0. Maximum: 7.
1831  */
1832 #ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1833 #define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1834 #endif
1835 
1836 /**
1837  * @brief NRFX_UARTE_CONFIG_LOG_ENABLED
1838  *
1839  * Boolean. Accepted values: 0 and 1.
1840  */
1841 #ifndef NRFX_UARTE_CONFIG_LOG_ENABLED
1842 #define NRFX_UARTE_CONFIG_LOG_ENABLED 0
1843 #endif
1844 
1845 /**
1846  * @brief NRFX_UARTE_CONFIG_LOG_LEVEL
1847  *
1848  * Integer value.
1849  * Supported values:
1850  * - Off     = 0
1851  * - Error   = 1
1852  * - Warning = 2
1853  * - Info    = 3
1854  * - Debug   = 4
1855  */
1856 #ifndef NRFX_UARTE_CONFIG_LOG_LEVEL
1857 #define NRFX_UARTE_CONFIG_LOG_LEVEL 3
1858 #endif
1859 
1860 /**
1861  * @brief NRFX_UARTE120_ENABLED
1862  *
1863  * Boolean. Accepted values: 0 and 1.
1864  */
1865 #ifndef NRFX_UARTE120_ENABLED
1866 #define NRFX_UARTE120_ENABLED 0
1867 #endif
1868 
1869 /**
1870  * @brief NRFX_UARTE130_ENABLED
1871  *
1872  * Boolean. Accepted values: 0 and 1.
1873  */
1874 #ifndef NRFX_UARTE130_ENABLED
1875 #define NRFX_UARTE130_ENABLED 0
1876 #endif
1877 
1878 /**
1879  * @brief NRFX_UARTE131_ENABLED
1880  *
1881  * Boolean. Accepted values: 0 and 1.
1882  */
1883 #ifndef NRFX_UARTE131_ENABLED
1884 #define NRFX_UARTE131_ENABLED 0
1885 #endif
1886 
1887 /**
1888  * @brief NRFX_UARTE132_ENABLED
1889  *
1890  * Boolean. Accepted values: 0 and 1.
1891  */
1892 #ifndef NRFX_UARTE132_ENABLED
1893 #define NRFX_UARTE132_ENABLED 0
1894 #endif
1895 
1896 /**
1897  * @brief NRFX_UARTE133_ENABLED
1898  *
1899  * Boolean. Accepted values: 0 and 1.
1900  */
1901 #ifndef NRFX_UARTE133_ENABLED
1902 #define NRFX_UARTE133_ENABLED 0
1903 #endif
1904 
1905 /**
1906  * @brief NRFX_UARTE134_ENABLED
1907  *
1908  * Boolean. Accepted values: 0 and 1.
1909  */
1910 #ifndef NRFX_UARTE134_ENABLED
1911 #define NRFX_UARTE134_ENABLED 0
1912 #endif
1913 
1914 /**
1915  * @brief NRFX_UARTE135_ENABLED
1916  *
1917  * Boolean. Accepted values: 0 and 1.
1918  */
1919 #ifndef NRFX_UARTE135_ENABLED
1920 #define NRFX_UARTE135_ENABLED 0
1921 #endif
1922 
1923 /**
1924  * @brief NRFX_UARTE136_ENABLED
1925  *
1926  * Boolean. Accepted values: 0 and 1.
1927  */
1928 #ifndef NRFX_UARTE136_ENABLED
1929 #define NRFX_UARTE136_ENABLED 0
1930 #endif
1931 
1932 /**
1933  * @brief NRFX_UARTE137_ENABLED
1934  *
1935  * Boolean. Accepted values: 0 and 1.
1936  */
1937 #ifndef NRFX_UARTE137_ENABLED
1938 #define NRFX_UARTE137_ENABLED 0
1939 #endif
1940 
1941 /**
1942  * @brief NRFX_WDT_ENABLED
1943  *
1944  * Boolean. Accepted values: 0 and 1.
1945  */
1946 #ifndef NRFX_WDT_ENABLED
1947 #define NRFX_WDT_ENABLED 0
1948 #endif
1949 
1950 /**
1951  * @brief NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1952  *
1953  * Integer value. Minimum: 0. Maximum: 7.
1954  */
1955 #ifndef NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1956 #define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1957 #endif
1958 
1959 /**
1960  * @brief NRFX_WDT_CONFIG_NO_IRQ - Remove WDT IRQ handling from WDT driver
1961  *
1962  * Boolean. Accepted values: 0 and 1.
1963  */
1964 #ifndef NRFX_WDT_CONFIG_NO_IRQ
1965 #define NRFX_WDT_CONFIG_NO_IRQ 0
1966 #endif
1967 
1968 /**
1969  * @brief NRFX_WDT_CONFIG_LOG_ENABLED
1970  *
1971  * Boolean. Accepted values: 0 and 1.
1972  */
1973 #ifndef NRFX_WDT_CONFIG_LOG_ENABLED
1974 #define NRFX_WDT_CONFIG_LOG_ENABLED 0
1975 #endif
1976 
1977 /**
1978  * @brief NRFX_WDT_CONFIG_LOG_LEVEL
1979  *
1980  * Integer value.
1981  * Supported values:
1982  * - Off     = 0
1983  * - Error   = 1
1984  * - Warning = 2
1985  * - Info    = 3
1986  * - Debug   = 4
1987  */
1988 #ifndef NRFX_WDT_CONFIG_LOG_LEVEL
1989 #define NRFX_WDT_CONFIG_LOG_LEVEL 3
1990 #endif
1991 
1992 /**
1993  * @brief NRFX_WDT010_ENABLED
1994  *
1995  * Boolean. Accepted values: 0 and 1.
1996  */
1997 #ifndef NRFX_WDT010_ENABLED
1998 #define NRFX_WDT010_ENABLED 0
1999 #endif
2000 
2001 /**
2002  * @brief NRFX_WDT011_ENABLED
2003  *
2004  * Boolean. Accepted values: 0 and 1.
2005  */
2006 #ifndef NRFX_WDT011_ENABLED
2007 #define NRFX_WDT011_ENABLED 0
2008 #endif
2009 
2010 /**
2011  * @brief NRFX_WDT131_ENABLED
2012  *
2013  * Boolean. Accepted values: 0 and 1.
2014  */
2015 #ifndef NRFX_WDT131_ENABLED
2016 #define NRFX_WDT131_ENABLED 0
2017 #endif
2018 
2019 /**
2020  * @brief NRFX_WDT132_ENABLED
2021  *
2022  * Boolean. Accepted values: 0 and 1.
2023  */
2024 #ifndef NRFX_WDT132_ENABLED
2025 #define NRFX_WDT132_ENABLED 0
2026 #endif
2027 
2028 #endif // NRFX_CONFIG_NRF54H20_RADIOCORE_H__
2029