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