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