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