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