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