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