1 /*
2  * Copyright (c) 2019 - 2023, Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef NRFX_CONFIG_NRF52833_H__
8 #define NRFX_CONFIG_NRF52833_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_CLOCK_ENABLED
26  *
27  * Boolean. Accepted values 0 and 1.
28  */
29 #ifndef NRFX_CLOCK_ENABLED
30 #define NRFX_CLOCK_ENABLED 0
31 #endif
32 
33 /**
34  * @brief NRFX_CLOCK_CONFIG_LF_SRC
35  *
36  * Integer value.
37  * Supported values:
38  * - RC    = 0
39  * - XTAL  = 1
40  * - Synth = 2
41  * - External Low Swing  = 131073
42  * - External Full Swing = 196609
43  */
44 #ifndef NRFX_CLOCK_CONFIG_LF_SRC
45 #define NRFX_CLOCK_CONFIG_LF_SRC 1
46 #endif
47 
48 /**
49  * @brief NRFX_CLOCK_CONFIG_LF_CAL_ENABLED
50  *
51  * Boolean. Accepted values 0 and 1.
52  */
53 #ifndef NRFX_CLOCK_CONFIG_LF_CAL_ENABLED
54 #define NRFX_CLOCK_CONFIG_LF_CAL_ENABLED 0
55 #endif
56 
57 /**
58  * @brief NRFX_CLOCK_CONFIG_CT_ENABLED
59  *
60  * Boolean. Accepted values 0 and 1.
61  */
62 #ifndef NRFX_CLOCK_CONFIG_CT_ENABLED
63 #define NRFX_CLOCK_CONFIG_CT_ENABLED 0
64 #endif
65 
66 /**
67  * @brief NRFX_CLOCK_CONFIG_LFXO_TWO_STAGE_ENABLED
68  *
69  * Boolean. Accepted values 0 and 1.
70  */
71 #ifndef NRFX_CLOCK_CONFIG_LFXO_TWO_STAGE_ENABLED
72 #define NRFX_CLOCK_CONFIG_LFXO_TWO_STAGE_ENABLED 0
73 #endif
74 
75 /**
76  * @brief NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY
77  *
78  * Integer value. Minimum: 0 Maximum: 7
79  */
80 #ifndef NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY
81 #define NRFX_CLOCK_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
82 #endif
83 
84 /**
85  * @brief NRFX_CLOCK_CONFIG_LOG_ENABLED
86  *
87  * Boolean. Accepted values 0 and 1.
88  */
89 #ifndef NRFX_CLOCK_CONFIG_LOG_ENABLED
90 #define NRFX_CLOCK_CONFIG_LOG_ENABLED 0
91 #endif
92 
93 /**
94  * @brief NRFX_CLOCK_CONFIG_LOG_LEVEL
95  *
96  * Integer value.
97  * Supported values:
98  * - Off     = 0
99  * - Error   = 1
100  * - Warning = 2
101  * - Info    = 3
102  * - Debug   = 4
103  */
104 #ifndef NRFX_CLOCK_CONFIG_LOG_LEVEL
105 #define NRFX_CLOCK_CONFIG_LOG_LEVEL 3
106 #endif
107 
108 /**
109  * @brief NRFX_COMP_ENABLED
110  *
111  * Boolean. Accepted values 0 and 1.
112  */
113 #ifndef NRFX_COMP_ENABLED
114 #define NRFX_COMP_ENABLED 0
115 #endif
116 
117 /**
118  * @brief NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY
119  *
120  * Integer value. Minimum: 0 Maximum: 7
121  */
122 #ifndef NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY
123 #define NRFX_COMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
124 #endif
125 
126 /**
127  * @brief NRFX_COMP_CONFIG_LOG_ENABLED
128  *
129  * Boolean. Accepted values 0 and 1.
130  */
131 #ifndef NRFX_COMP_CONFIG_LOG_ENABLED
132 #define NRFX_COMP_CONFIG_LOG_ENABLED 0
133 #endif
134 
135 /**
136  * @brief NRFX_COMP_CONFIG_LOG_LEVEL
137  *
138  * Integer value.
139  * Supported values:
140  * - Off     = 0
141  * - Error   = 1
142  * - Warning = 2
143  * - Info    = 3
144  * - Debug   = 4
145  */
146 #ifndef NRFX_COMP_CONFIG_LOG_LEVEL
147 #define NRFX_COMP_CONFIG_LOG_LEVEL 3
148 #endif
149 
150 /**
151  * @brief NRFX_EGU_ENABLED
152  *
153  * Boolean. Accepted values 0 and 1.
154  */
155 #ifndef NRFX_EGU_ENABLED
156 #define NRFX_EGU_ENABLED 0
157 #endif
158 
159 /**
160  * @brief NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY
161  *
162  * Integer value. Minimum: 0 Maximum: 7
163  */
164 #ifndef NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY
165 #define NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
166 #endif
167 
168 /**
169  * @brief NRFX_EGU0_ENABLED
170  *
171  * Boolean. Accepted values 0 and 1.
172  */
173 #ifndef NRFX_EGU0_ENABLED
174 #define NRFX_EGU0_ENABLED 0
175 #endif
176 
177 /**
178  * @brief NRFX_EGU1_ENABLED
179  *
180  * Boolean. Accepted values 0 and 1.
181  */
182 #ifndef NRFX_EGU1_ENABLED
183 #define NRFX_EGU1_ENABLED 0
184 #endif
185 
186 /**
187  * @brief NRFX_EGU2_ENABLED
188  *
189  * Boolean. Accepted values 0 and 1.
190  */
191 #ifndef NRFX_EGU2_ENABLED
192 #define NRFX_EGU2_ENABLED 0
193 #endif
194 
195 /**
196  * @brief NRFX_EGU3_ENABLED
197  *
198  * Boolean. Accepted values 0 and 1.
199  */
200 #ifndef NRFX_EGU3_ENABLED
201 #define NRFX_EGU3_ENABLED 0
202 #endif
203 
204 /**
205  * @brief NRFX_EGU4_ENABLED
206  *
207  * Boolean. Accepted values 0 and 1.
208  */
209 #ifndef NRFX_EGU4_ENABLED
210 #define NRFX_EGU4_ENABLED 0
211 #endif
212 
213 /**
214  * @brief NRFX_EGU5_ENABLED
215  *
216  * Boolean. Accepted values 0 and 1.
217  */
218 #ifndef NRFX_EGU5_ENABLED
219 #define NRFX_EGU5_ENABLED 0
220 #endif
221 
222 /**
223  * @brief NRFX_GPIOTE_ENABLED
224  *
225  * Boolean. Accepted values 0 and 1.
226  */
227 #ifndef NRFX_GPIOTE_ENABLED
228 #define NRFX_GPIOTE_ENABLED 0
229 #endif
230 
231 /**
232  * @brief NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
233  *
234  * Integer value. Minimum: 0 Maximum: 7
235  */
236 #ifndef NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
237 #define NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
238 #endif
239 
240 /**
241  * @brief NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS
242  *
243  * Integer value. Minimum: 0 Maximum: 15
244  */
245 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS
246 #define NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS 1
247 #endif
248 
249 /**
250  * @brief NRFX_GPIOTE_CONFIG_LOG_ENABLED
251  *
252  * Boolean. Accepted values 0 and 1.
253  */
254 #ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED
255 #define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0
256 #endif
257 
258 /**
259  * @brief NRFX_GPIOTE_CONFIG_LOG_LEVEL
260  *
261  * Integer value.
262  * Supported values:
263  * - Off     = 0
264  * - Error   = 1
265  * - Warning = 2
266  * - Info    = 3
267  * - Debug   = 4
268  */
269 #ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL
270 #define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3
271 #endif
272 
273 /**
274  * @brief NRFX_I2S_ENABLED
275  *
276  * Boolean. Accepted values 0 and 1.
277  */
278 #ifndef NRFX_I2S_ENABLED
279 #define NRFX_I2S_ENABLED 0
280 #endif
281 
282 /**
283  * @brief NRFX_I2S_DEFAULT_CONFIG_IRQ_PRIORITY
284  *
285  * Integer value. Minimum: 0 Maximum: 7
286  */
287 #ifndef NRFX_I2S_DEFAULT_CONFIG_IRQ_PRIORITY
288 #define NRFX_I2S_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
289 #endif
290 
291 /**
292  * @brief NRFX_I2S_CONFIG_LOG_ENABLED
293  *
294  * Boolean. Accepted values 0 and 1.
295  */
296 #ifndef NRFX_I2S_CONFIG_LOG_ENABLED
297 #define NRFX_I2S_CONFIG_LOG_ENABLED 0
298 #endif
299 
300 /**
301  * @brief NRFX_I2S_CONFIG_LOG_LEVEL
302  *
303  * Integer value.
304  * Supported values:
305  * - Off     = 0
306  * - Error   = 1
307  * - Warning = 2
308  * - Info    = 3
309  * - Debug   = 4
310  */
311 #ifndef NRFX_I2S_CONFIG_LOG_LEVEL
312 #define NRFX_I2S_CONFIG_LOG_LEVEL 3
313 #endif
314 
315 /**
316  * @brief NRFX_LPCOMP_ENABLED
317  *
318  * Boolean. Accepted values 0 and 1.
319  */
320 #ifndef NRFX_LPCOMP_ENABLED
321 #define NRFX_LPCOMP_ENABLED 0
322 #endif
323 
324 /**
325  * @brief NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY
326  *
327  * Integer value. Minimum: 0 Maximum: 7
328  */
329 #ifndef NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY
330 #define NRFX_LPCOMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
331 #endif
332 
333 /**
334  * @brief NRFX_LPCOMP_CONFIG_LOG_ENABLED
335  *
336  * Boolean. Accepted values 0 and 1.
337  */
338 #ifndef NRFX_LPCOMP_CONFIG_LOG_ENABLED
339 #define NRFX_LPCOMP_CONFIG_LOG_ENABLED 0
340 #endif
341 
342 /**
343  * @brief NRFX_LPCOMP_CONFIG_LOG_LEVEL
344  *
345  * Integer value.
346  * Supported values:
347  * - Off     = 0
348  * - Error   = 1
349  * - Warning = 2
350  * - Info    = 3
351  * - Debug   = 4
352  */
353 #ifndef NRFX_LPCOMP_CONFIG_LOG_LEVEL
354 #define NRFX_LPCOMP_CONFIG_LOG_LEVEL 3
355 #endif
356 
357 /**
358  * @brief NRFX_NFCT_ENABLED
359  *
360  * Boolean. Accepted values 0 and 1.
361  */
362 #ifndef NRFX_NFCT_ENABLED
363 #define NRFX_NFCT_ENABLED 0
364 #endif
365 
366 /**
367  * @brief NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY
368  *
369  * Integer value. Minimum: 0 Maximum: 7
370  */
371 #ifndef NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY
372 #define NRFX_NFCT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
373 #endif
374 
375 /**
376  * @brief NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID - Timer instance used for workarounds in the driver.
377  *
378  * Integer value. Minimum: 0 Maximum: 5
379  */
380 #ifndef NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID
381 #define NRFX_NFCT_CONFIG_TIMER_INSTANCE_ID 4
382 #endif
383 
384 /**
385  * @brief NRFX_NFCT_CONFIG_LOG_ENABLED
386  *
387  * Boolean. Accepted values 0 and 1.
388  */
389 #ifndef NRFX_NFCT_CONFIG_LOG_ENABLED
390 #define NRFX_NFCT_CONFIG_LOG_ENABLED 0
391 #endif
392 
393 /**
394  * @brief NRFX_NFCT_CONFIG_LOG_LEVEL
395  *
396  * Integer value.
397  * Supported values:
398  * - Off     = 0
399  * - Error   = 1
400  * - Warning = 2
401  * - Info    = 3
402  * - Debug   = 4
403  */
404 #ifndef NRFX_NFCT_CONFIG_LOG_LEVEL
405 #define NRFX_NFCT_CONFIG_LOG_LEVEL 3
406 #endif
407 
408 /**
409  * @brief NRFX_NVMC_ENABLED
410  *
411  * Boolean. Accepted values 0 and 1.
412  */
413 #ifndef NRFX_NVMC_ENABLED
414 #define NRFX_NVMC_ENABLED 0
415 #endif
416 
417 /**
418  * @brief NRFX_PDM_ENABLED
419  *
420  * Boolean. Accepted values 0 and 1.
421  */
422 #ifndef NRFX_PDM_ENABLED
423 #define NRFX_PDM_ENABLED 0
424 #endif
425 
426 /**
427  * @brief NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY
428  *
429  * Integer value. Minimum: 0 Maximum: 7
430  */
431 #ifndef NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY
432 #define NRFX_PDM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
433 #endif
434 
435 /**
436  * @brief NRFX_PDM_CONFIG_LOG_ENABLED
437  *
438  * Boolean. Accepted values 0 and 1.
439  */
440 #ifndef NRFX_PDM_CONFIG_LOG_ENABLED
441 #define NRFX_PDM_CONFIG_LOG_ENABLED 0
442 #endif
443 
444 /**
445  * @brief NRFX_PDM_CONFIG_LOG_LEVEL
446  *
447  * Integer value.
448  * Supported values:
449  * - Off     = 0
450  * - Error   = 1
451  * - Warning = 2
452  * - Info    = 3
453  * - Debug   = 4
454  */
455 #ifndef NRFX_PDM_CONFIG_LOG_LEVEL
456 #define NRFX_PDM_CONFIG_LOG_LEVEL 3
457 #endif
458 
459 /**
460  * @brief NRFX_POWER_ENABLED
461  *
462  * Boolean. Accepted values 0 and 1.
463  */
464 #ifndef NRFX_POWER_ENABLED
465 #define NRFX_POWER_ENABLED 0
466 #endif
467 
468 /**
469  * @brief NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY
470  *
471  * Integer value. Minimum: 0 Maximum: 7
472  */
473 #ifndef NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY
474 #define NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
475 #endif
476 
477 /**
478  * @brief NRFX_PPI_ENABLED
479  *
480  * Boolean. Accepted values 0 and 1.
481  */
482 #ifndef NRFX_PPI_ENABLED
483 #define NRFX_PPI_ENABLED 0
484 #endif
485 
486 /**
487  * @brief NRFX_PPI_CONFIG_LOG_ENABLED
488  *
489  * Boolean. Accepted values 0 and 1.
490  */
491 #ifndef NRFX_PPI_CONFIG_LOG_ENABLED
492 #define NRFX_PPI_CONFIG_LOG_ENABLED 0
493 #endif
494 
495 /**
496  * @brief NRFX_PPI_CONFIG_LOG_LEVEL
497  *
498  * Integer value.
499  * Supported values:
500  * - Off     = 0
501  * - Error   = 1
502  * - Warning = 2
503  * - Info    = 3
504  * - Debug   = 4
505  */
506 #ifndef NRFX_PPI_CONFIG_LOG_LEVEL
507 #define NRFX_PPI_CONFIG_LOG_LEVEL 3
508 #endif
509 
510 /**
511  * @brief NRFX_PRS_ENABLED
512  *
513  * Boolean. Accepted values 0 and 1.
514  */
515 #ifndef NRFX_PRS_ENABLED
516 #define NRFX_PRS_ENABLED 0
517 #endif
518 
519 /**
520  * @brief NRFX_PRS_CONFIG_LOG_ENABLED
521  *
522  * Boolean. Accepted values 0 and 1.
523  */
524 #ifndef NRFX_PRS_CONFIG_LOG_ENABLED
525 #define NRFX_PRS_CONFIG_LOG_ENABLED 0
526 #endif
527 
528 /**
529  * @brief NRFX_PRS_CONFIG_LOG_LEVEL
530  *
531  * Integer value.
532  * Supported values:
533  * - Off     = 0
534  * - Error   = 1
535  * - Warning = 2
536  * - Info    = 3
537  * - Debug   = 4
538  */
539 #ifndef NRFX_PRS_CONFIG_LOG_LEVEL
540 #define NRFX_PRS_CONFIG_LOG_LEVEL 3
541 #endif
542 
543 /**
544  * @brief NRFX_PRS_BOX_0_ENABLED
545  *
546  * Boolean. Accepted values 0 and 1.
547  */
548 #ifndef NRFX_PRS_BOX_0_ENABLED
549 #define NRFX_PRS_BOX_0_ENABLED 0
550 #endif
551 
552 /**
553  * @brief NRFX_PRS_BOX_1_ENABLED
554  *
555  * Boolean. Accepted values 0 and 1.
556  */
557 #ifndef NRFX_PRS_BOX_1_ENABLED
558 #define NRFX_PRS_BOX_1_ENABLED 0
559 #endif
560 
561 /**
562  * @brief NRFX_PRS_BOX_2_ENABLED
563  *
564  * Boolean. Accepted values 0 and 1.
565  */
566 #ifndef NRFX_PRS_BOX_2_ENABLED
567 #define NRFX_PRS_BOX_2_ENABLED 0
568 #endif
569 
570 /**
571  * @brief NRFX_PRS_BOX_3_ENABLED
572  *
573  * Boolean. Accepted values 0 and 1.
574  */
575 #ifndef NRFX_PRS_BOX_3_ENABLED
576 #define NRFX_PRS_BOX_3_ENABLED 0
577 #endif
578 
579 /**
580  * @brief NRFX_PRS_BOX_4_ENABLED
581  *
582  * Boolean. Accepted values 0 and 1.
583  */
584 #ifndef NRFX_PRS_BOX_4_ENABLED
585 #define NRFX_PRS_BOX_4_ENABLED 0
586 #endif
587 
588 /**
589  * @brief NRFX_PWM_ENABLED
590  *
591  * Boolean. Accepted values 0 and 1.
592  */
593 #ifndef NRFX_PWM_ENABLED
594 #define NRFX_PWM_ENABLED 0
595 #endif
596 
597 /**
598  * @brief NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY
599  *
600  * Integer value. Minimum: 0 Maximum: 7
601  */
602 #ifndef NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY
603 #define NRFX_PWM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
604 #endif
605 
606 /**
607  * @brief NRFX_PWM_CONFIG_LOG_ENABLED
608  *
609  * Boolean. Accepted values 0 and 1.
610  */
611 #ifndef NRFX_PWM_CONFIG_LOG_ENABLED
612 #define NRFX_PWM_CONFIG_LOG_ENABLED 0
613 #endif
614 
615 /**
616  * @brief NRFX_PWM_CONFIG_LOG_LEVEL
617  *
618  * Integer value.
619  * Supported values:
620  * - Off     = 0
621  * - Error   = 1
622  * - Warning = 2
623  * - Info    = 3
624  * - Debug   = 4
625  */
626 #ifndef NRFX_PWM_CONFIG_LOG_LEVEL
627 #define NRFX_PWM_CONFIG_LOG_LEVEL 3
628 #endif
629 
630 /**
631  * @brief NRFX_PWM0_ENABLED
632  *
633  * Boolean. Accepted values 0 and 1.
634  */
635 #ifndef NRFX_PWM0_ENABLED
636 #define NRFX_PWM0_ENABLED 0
637 #endif
638 
639 /**
640  * @brief NRFX_PWM1_ENABLED
641  *
642  * Boolean. Accepted values 0 and 1.
643  */
644 #ifndef NRFX_PWM1_ENABLED
645 #define NRFX_PWM1_ENABLED 0
646 #endif
647 
648 /**
649  * @brief NRFX_PWM2_ENABLED
650  *
651  * Boolean. Accepted values 0 and 1.
652  */
653 #ifndef NRFX_PWM2_ENABLED
654 #define NRFX_PWM2_ENABLED 0
655 #endif
656 
657 /**
658  * @brief NRFX_PWM3_ENABLED
659  *
660  * Boolean. Accepted values 0 and 1.
661  */
662 #ifndef NRFX_PWM3_ENABLED
663 #define NRFX_PWM3_ENABLED 0
664 #endif
665 
666 /**
667  * @brief NRFX_QDEC_ENABLED
668  *
669  * Boolean. Accepted values 0 and 1.
670  */
671 #ifndef NRFX_QDEC_ENABLED
672 #define NRFX_QDEC_ENABLED 0
673 #endif
674 
675 /**
676  * @brief NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
677  *
678  * Integer value. Minimum: 0 Maximum: 7
679  */
680 #ifndef NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
681 #define NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
682 #endif
683 
684 /**
685  * @brief NRFX_QDEC_CONFIG_LOG_ENABLED
686  *
687  * Boolean. Accepted values 0 and 1.
688  */
689 #ifndef NRFX_QDEC_CONFIG_LOG_ENABLED
690 #define NRFX_QDEC_CONFIG_LOG_ENABLED 0
691 #endif
692 
693 /**
694  * @brief NRFX_QDEC_CONFIG_LOG_LEVEL
695  *
696  * Integer value.
697  * Supported values:
698  * - Off     = 0
699  * - Error   = 1
700  * - Warning = 2
701  * - Info    = 3
702  * - Debug   = 4
703  */
704 #ifndef NRFX_QDEC_CONFIG_LOG_LEVEL
705 #define NRFX_QDEC_CONFIG_LOG_LEVEL 3
706 #endif
707 
708 /**
709  * @brief NRFX_RNG_ENABLED
710  *
711  * Boolean. Accepted values 0 and 1.
712  */
713 #ifndef NRFX_RNG_ENABLED
714 #define NRFX_RNG_ENABLED 0
715 #endif
716 
717 /**
718  * @brief NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY
719  *
720  * Integer value. Minimum: 0 Maximum: 7
721  */
722 #ifndef NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY
723 #define NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
724 #endif
725 
726 /**
727  * @brief NRFX_RNG_CONFIG_LOG_ENABLED
728  *
729  * Boolean. Accepted values 0 and 1.
730  */
731 #ifndef NRFX_RNG_CONFIG_LOG_ENABLED
732 #define NRFX_RNG_CONFIG_LOG_ENABLED 0
733 #endif
734 
735 /**
736  * @brief NRFX_RNG_CONFIG_LOG_LEVEL
737  *
738  * Integer value.
739  * Supported values:
740  * - Off     = 0
741  * - Error   = 1
742  * - Warning = 2
743  * - Info    = 3
744  * - Debug   = 4
745  */
746 #ifndef NRFX_RNG_CONFIG_LOG_LEVEL
747 #define NRFX_RNG_CONFIG_LOG_LEVEL 3
748 #endif
749 
750 /**
751  * @brief NRFX_RTC_ENABLED
752  *
753  * Boolean. Accepted values 0 and 1.
754  */
755 #ifndef NRFX_RTC_ENABLED
756 #define NRFX_RTC_ENABLED 0
757 #endif
758 
759 /**
760  * @brief NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
761  *
762  * Integer value. Minimum: 0 Maximum: 7
763  */
764 #ifndef NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
765 #define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
766 #endif
767 
768 /**
769  * @brief NRFX_RTC_CONFIG_LOG_ENABLED
770  *
771  * Boolean. Accepted values 0 and 1.
772  */
773 #ifndef NRFX_RTC_CONFIG_LOG_ENABLED
774 #define NRFX_RTC_CONFIG_LOG_ENABLED 0
775 #endif
776 
777 /**
778  * @brief NRFX_RTC_CONFIG_LOG_LEVEL
779  *
780  * Integer value.
781  * Supported values:
782  * - Off     = 0
783  * - Error   = 1
784  * - Warning = 2
785  * - Info    = 3
786  * - Debug   = 4
787  */
788 #ifndef NRFX_RTC_CONFIG_LOG_LEVEL
789 #define NRFX_RTC_CONFIG_LOG_LEVEL 3
790 #endif
791 
792 /**
793  * @brief NRFX_RTC0_ENABLED
794  *
795  * Boolean. Accepted values 0 and 1.
796  */
797 #ifndef NRFX_RTC0_ENABLED
798 #define NRFX_RTC0_ENABLED 0
799 #endif
800 
801 /**
802  * @brief NRFX_RTC1_ENABLED
803  *
804  * Boolean. Accepted values 0 and 1.
805  */
806 #ifndef NRFX_RTC1_ENABLED
807 #define NRFX_RTC1_ENABLED 0
808 #endif
809 
810 /**
811  * @brief NRFX_RTC2_ENABLED
812  *
813  * Boolean. Accepted values 0 and 1.
814  */
815 #ifndef NRFX_RTC2_ENABLED
816 #define NRFX_RTC2_ENABLED 0
817 #endif
818 
819 /**
820  * @brief NRFX_SAADC_ENABLED
821  *
822  * Boolean. Accepted values 0 and 1.
823  */
824 #ifndef NRFX_SAADC_ENABLED
825 #define NRFX_SAADC_ENABLED 0
826 #endif
827 
828 /**
829  * @brief NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
830  *
831  * Integer value. Minimum: 0 Maximum: 7
832  */
833 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
834 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
835 #endif
836 
837 /**
838  * @brief NRFX_SAADC_CONFIG_LOG_ENABLED
839  *
840  * Boolean. Accepted values 0 and 1.
841  */
842 #ifndef NRFX_SAADC_CONFIG_LOG_ENABLED
843 #define NRFX_SAADC_CONFIG_LOG_ENABLED 0
844 #endif
845 
846 /**
847  * @brief NRFX_SAADC_CONFIG_LOG_LEVEL
848  *
849  * Integer value.
850  * Supported values:
851  * - Off     = 0
852  * - Error   = 1
853  * - Warning = 2
854  * - Info    = 3
855  * - Debug   = 4
856  */
857 #ifndef NRFX_SAADC_CONFIG_LOG_LEVEL
858 #define NRFX_SAADC_CONFIG_LOG_LEVEL 3
859 #endif
860 
861 /**
862  * @brief NRFX_SPI_ENABLED
863  *
864  * Boolean. Accepted values 0 and 1.
865  */
866 #ifndef NRFX_SPI_ENABLED
867 #define NRFX_SPI_ENABLED 0
868 #endif
869 
870 /**
871  * @brief NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
872  *
873  * Integer value. Minimum: 0 Maximum: 7
874  */
875 #ifndef NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
876 #define NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
877 #endif
878 
879 /**
880  * @brief NRFX_SPI_CONFIG_LOG_ENABLED
881  *
882  * Boolean. Accepted values 0 and 1.
883  */
884 #ifndef NRFX_SPI_CONFIG_LOG_ENABLED
885 #define NRFX_SPI_CONFIG_LOG_ENABLED 0
886 #endif
887 
888 /**
889  * @brief NRFX_SPI_CONFIG_LOG_LEVEL
890  *
891  * Integer value.
892  * Supported values:
893  * - Off     = 0
894  * - Error   = 1
895  * - Warning = 2
896  * - Info    = 3
897  * - Debug   = 4
898  */
899 #ifndef NRFX_SPI_CONFIG_LOG_LEVEL
900 #define NRFX_SPI_CONFIG_LOG_LEVEL 3
901 #endif
902 
903 /**
904  * @brief NRFX_SPI0_ENABLED
905  *
906  * Boolean. Accepted values 0 and 1.
907  */
908 #ifndef NRFX_SPI0_ENABLED
909 #define NRFX_SPI0_ENABLED 0
910 #endif
911 
912 /**
913  * @brief NRFX_SPI1_ENABLED
914  *
915  * Boolean. Accepted values 0 and 1.
916  */
917 #ifndef NRFX_SPI1_ENABLED
918 #define NRFX_SPI1_ENABLED 0
919 #endif
920 
921 /**
922  * @brief NRFX_SPI2_ENABLED
923  *
924  * Boolean. Accepted values 0 and 1.
925  */
926 #ifndef NRFX_SPI2_ENABLED
927 #define NRFX_SPI2_ENABLED 0
928 #endif
929 
930 /**
931  * @brief NRFX_SPIM_ENABLED
932  *
933  * Boolean. Accepted values 0 and 1.
934  */
935 #ifndef NRFX_SPIM_ENABLED
936 #define NRFX_SPIM_ENABLED 0
937 #endif
938 
939 /**
940  * @brief NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
941  *
942  * Integer value. Minimum: 0 Maximum: 7
943  */
944 #ifndef NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
945 #define NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
946 #endif
947 
948 /**
949  * @brief NRFX_SPIM_CONFIG_LOG_ENABLED
950  *
951  * Boolean. Accepted values 0 and 1.
952  */
953 #ifndef NRFX_SPIM_CONFIG_LOG_ENABLED
954 #define NRFX_SPIM_CONFIG_LOG_ENABLED 0
955 #endif
956 
957 /**
958  * @brief NRFX_SPIM_CONFIG_LOG_LEVEL
959  *
960  * Integer value.
961  * Supported values:
962  * - Off     = 0
963  * - Error   = 1
964  * - Warning = 2
965  * - Info    = 3
966  * - Debug   = 4
967  */
968 #ifndef NRFX_SPIM_CONFIG_LOG_LEVEL
969 #define NRFX_SPIM_CONFIG_LOG_LEVEL 3
970 #endif
971 
972 /**
973  * @brief NRFX_SPIM0_ENABLED
974  *
975  * Boolean. Accepted values 0 and 1.
976  */
977 #ifndef NRFX_SPIM0_ENABLED
978 #define NRFX_SPIM0_ENABLED 0
979 #endif
980 
981 /**
982  * @brief NRFX_SPIM1_ENABLED
983  *
984  * Boolean. Accepted values 0 and 1.
985  */
986 #ifndef NRFX_SPIM1_ENABLED
987 #define NRFX_SPIM1_ENABLED 0
988 #endif
989 
990 /**
991  * @brief NRFX_SPIM2_ENABLED
992  *
993  * Boolean. Accepted values 0 and 1.
994  */
995 #ifndef NRFX_SPIM2_ENABLED
996 #define NRFX_SPIM2_ENABLED 0
997 #endif
998 
999 /**
1000  * @brief NRFX_SPIM3_ENABLED
1001  *
1002  * Boolean. Accepted values 0 and 1.
1003  */
1004 #ifndef NRFX_SPIM3_ENABLED
1005 #define NRFX_SPIM3_ENABLED 0
1006 #endif
1007 
1008 /**
1009  * @brief NRFX_SPIS_ENABLED
1010  *
1011  * Boolean. Accepted values 0 and 1.
1012  */
1013 #ifndef NRFX_SPIS_ENABLED
1014 #define NRFX_SPIS_ENABLED 0
1015 #endif
1016 
1017 /**
1018  * @brief NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
1019  *
1020  * Integer value. Minimum: 0 Maximum: 7
1021  */
1022 #ifndef NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
1023 #define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1024 #endif
1025 
1026 /**
1027  * @brief NRFX_SPIS_CONFIG_LOG_ENABLED
1028  *
1029  * Boolean. Accepted values 0 and 1.
1030  */
1031 #ifndef NRFX_SPIS_CONFIG_LOG_ENABLED
1032 #define NRFX_SPIS_CONFIG_LOG_ENABLED 0
1033 #endif
1034 
1035 /**
1036  * @brief NRFX_SPIS_CONFIG_LOG_LEVEL
1037  *
1038  * Integer value.
1039  * Supported values:
1040  * - Off     = 0
1041  * - Error   = 1
1042  * - Warning = 2
1043  * - Info    = 3
1044  * - Debug   = 4
1045  */
1046 #ifndef NRFX_SPIS_CONFIG_LOG_LEVEL
1047 #define NRFX_SPIS_CONFIG_LOG_LEVEL 3
1048 #endif
1049 
1050 /**
1051  * @brief NRFX_SPIS0_ENABLED
1052  *
1053  * Boolean. Accepted values 0 and 1.
1054  */
1055 #ifndef NRFX_SPIS0_ENABLED
1056 #define NRFX_SPIS0_ENABLED 0
1057 #endif
1058 
1059 /**
1060  * @brief NRFX_SPIS1_ENABLED
1061  *
1062  * Boolean. Accepted values 0 and 1.
1063  */
1064 #ifndef NRFX_SPIS1_ENABLED
1065 #define NRFX_SPIS1_ENABLED 0
1066 #endif
1067 
1068 /**
1069  * @brief NRFX_SPIS2_ENABLED
1070  *
1071  * Boolean. Accepted values 0 and 1.
1072  */
1073 #ifndef NRFX_SPIS2_ENABLED
1074 #define NRFX_SPIS2_ENABLED 0
1075 #endif
1076 
1077 /**
1078  * @brief NRFX_SYSTICK_ENABLED
1079  *
1080  * Boolean. Accepted values 0 and 1.
1081  */
1082 #ifndef NRFX_SYSTICK_ENABLED
1083 #define NRFX_SYSTICK_ENABLED 0
1084 #endif
1085 
1086 /**
1087  * @brief NRFX_TEMP_ENABLED
1088  *
1089  * Boolean. Accepted values 0 and 1.
1090  */
1091 #ifndef NRFX_TEMP_ENABLED
1092 #define NRFX_TEMP_ENABLED 0
1093 #endif
1094 
1095 /**
1096  * @brief NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
1097  *
1098  * Integer value. Minimum: 0 Maximum: 7
1099  */
1100 #ifndef NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
1101 #define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1102 #endif
1103 
1104 /**
1105  * @brief NRFX_TEMP_CONFIG_LOG_ENABLED
1106  *
1107  * Boolean. Accepted values 0 and 1.
1108  */
1109 #ifndef NRFX_TEMP_CONFIG_LOG_ENABLED
1110 #define NRFX_TEMP_CONFIG_LOG_ENABLED 0
1111 #endif
1112 
1113 /**
1114  * @brief NRFX_TEMP_CONFIG_LOG_LEVEL
1115  *
1116  * Integer value.
1117  * Supported values:
1118  * - Off     = 0
1119  * - Error   = 1
1120  * - Warning = 2
1121  * - Info    = 3
1122  * - Debug   = 4
1123  */
1124 #ifndef NRFX_TEMP_CONFIG_LOG_LEVEL
1125 #define NRFX_TEMP_CONFIG_LOG_LEVEL 3
1126 #endif
1127 
1128 /**
1129  * @brief NRFX_TIMER_ENABLED
1130  *
1131  * Boolean. Accepted values 0 and 1.
1132  */
1133 #ifndef NRFX_TIMER_ENABLED
1134 #define NRFX_TIMER_ENABLED 0
1135 #endif
1136 
1137 /**
1138  * @brief NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
1139  *
1140  * Integer value. Minimum: 0 Maximum: 7
1141  */
1142 #ifndef NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
1143 #define NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1144 #endif
1145 
1146 /**
1147  * @brief NRFX_TIMER_CONFIG_LOG_ENABLED
1148  *
1149  * Boolean. Accepted values 0 and 1.
1150  */
1151 #ifndef NRFX_TIMER_CONFIG_LOG_ENABLED
1152 #define NRFX_TIMER_CONFIG_LOG_ENABLED 0
1153 #endif
1154 
1155 /**
1156  * @brief NRFX_TIMER_CONFIG_LOG_LEVEL
1157  *
1158  * Integer value.
1159  * Supported values:
1160  * - Off     = 0
1161  * - Error   = 1
1162  * - Warning = 2
1163  * - Info    = 3
1164  * - Debug   = 4
1165  */
1166 #ifndef NRFX_TIMER_CONFIG_LOG_LEVEL
1167 #define NRFX_TIMER_CONFIG_LOG_LEVEL 3
1168 #endif
1169 
1170 /**
1171  * @brief NRFX_TIMER0_ENABLED
1172  *
1173  * Boolean. Accepted values 0 and 1.
1174  */
1175 #ifndef NRFX_TIMER0_ENABLED
1176 #define NRFX_TIMER0_ENABLED 0
1177 #endif
1178 
1179 /**
1180  * @brief NRFX_TIMER1_ENABLED
1181  *
1182  * Boolean. Accepted values 0 and 1.
1183  */
1184 #ifndef NRFX_TIMER1_ENABLED
1185 #define NRFX_TIMER1_ENABLED 0
1186 #endif
1187 
1188 /**
1189  * @brief NRFX_TIMER2_ENABLED
1190  *
1191  * Boolean. Accepted values 0 and 1.
1192  */
1193 #ifndef NRFX_TIMER2_ENABLED
1194 #define NRFX_TIMER2_ENABLED 0
1195 #endif
1196 
1197 /**
1198  * @brief NRFX_TIMER3_ENABLED
1199  *
1200  * Boolean. Accepted values 0 and 1.
1201  */
1202 #ifndef NRFX_TIMER3_ENABLED
1203 #define NRFX_TIMER3_ENABLED 0
1204 #endif
1205 
1206 /**
1207  * @brief NRFX_TIMER4_ENABLED
1208  *
1209  * Boolean. Accepted values 0 and 1.
1210  */
1211 #ifndef NRFX_TIMER4_ENABLED
1212 #define NRFX_TIMER4_ENABLED 0
1213 #endif
1214 
1215 /**
1216  * @brief NRFX_TWI_ENABLED
1217  *
1218  * Boolean. Accepted values 0 and 1.
1219  */
1220 #ifndef NRFX_TWI_ENABLED
1221 #define NRFX_TWI_ENABLED 0
1222 #endif
1223 
1224 /**
1225  * @brief NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
1226  *
1227  * Integer value. Minimum: 0 Maximum: 7
1228  */
1229 #ifndef NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
1230 #define NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1231 #endif
1232 
1233 /**
1234  * @brief NRFX_TWI_CONFIG_LOG_ENABLED
1235  *
1236  * Boolean. Accepted values 0 and 1.
1237  */
1238 #ifndef NRFX_TWI_CONFIG_LOG_ENABLED
1239 #define NRFX_TWI_CONFIG_LOG_ENABLED 0
1240 #endif
1241 
1242 /**
1243  * @brief NRFX_TWI_CONFIG_LOG_LEVEL
1244  *
1245  * Integer value.
1246  * Supported values:
1247  * - Off     = 0
1248  * - Error   = 1
1249  * - Warning = 2
1250  * - Info    = 3
1251  * - Debug   = 4
1252  */
1253 #ifndef NRFX_TWI_CONFIG_LOG_LEVEL
1254 #define NRFX_TWI_CONFIG_LOG_LEVEL 3
1255 #endif
1256 
1257 /**
1258  * @brief NRFX_TWI0_ENABLED
1259  *
1260  * Boolean. Accepted values 0 and 1.
1261  */
1262 #ifndef NRFX_TWI0_ENABLED
1263 #define NRFX_TWI0_ENABLED 0
1264 #endif
1265 
1266 /**
1267  * @brief NRFX_TWI1_ENABLED
1268  *
1269  * Boolean. Accepted values 0 and 1.
1270  */
1271 #ifndef NRFX_TWI1_ENABLED
1272 #define NRFX_TWI1_ENABLED 0
1273 #endif
1274 
1275 /**
1276  * @brief NRFX_TWIM_ENABLED
1277  *
1278  * Boolean. Accepted values 0 and 1.
1279  */
1280 #ifndef NRFX_TWIM_ENABLED
1281 #define NRFX_TWIM_ENABLED 0
1282 #endif
1283 
1284 /**
1285  * @brief NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
1286  *
1287  * Integer value. Minimum: 0 Maximum: 7
1288  */
1289 #ifndef NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
1290 #define NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1291 #endif
1292 
1293 /**
1294  * @brief NRFX_TWIM_CONFIG_LOG_ENABLED
1295  *
1296  * Boolean. Accepted values 0 and 1.
1297  */
1298 #ifndef NRFX_TWIM_CONFIG_LOG_ENABLED
1299 #define NRFX_TWIM_CONFIG_LOG_ENABLED 0
1300 #endif
1301 
1302 /**
1303  * @brief NRFX_TWIM_CONFIG_LOG_LEVEL
1304  *
1305  * Integer value.
1306  * Supported values:
1307  * - Off     = 0
1308  * - Error   = 1
1309  * - Warning = 2
1310  * - Info    = 3
1311  * - Debug   = 4
1312  */
1313 #ifndef NRFX_TWIM_CONFIG_LOG_LEVEL
1314 #define NRFX_TWIM_CONFIG_LOG_LEVEL 3
1315 #endif
1316 
1317 /**
1318  * @brief NRFX_TWIM0_ENABLED
1319  *
1320  * Boolean. Accepted values 0 and 1.
1321  */
1322 #ifndef NRFX_TWIM0_ENABLED
1323 #define NRFX_TWIM0_ENABLED 0
1324 #endif
1325 
1326 /**
1327  * @brief NRFX_TWIM1_ENABLED
1328  *
1329  * Boolean. Accepted values 0 and 1.
1330  */
1331 #ifndef NRFX_TWIM1_ENABLED
1332 #define NRFX_TWIM1_ENABLED 0
1333 #endif
1334 
1335 /**
1336  * @brief NRFX_TWIS_ENABLED
1337  *
1338  * Boolean. Accepted values 0 and 1.
1339  */
1340 #ifndef NRFX_TWIS_ENABLED
1341 #define NRFX_TWIS_ENABLED 0
1342 #endif
1343 
1344 /**
1345  * @brief NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
1346  *
1347  * Integer value. Minimum: 0 Maximum: 7
1348  */
1349 #ifndef NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
1350 #define NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1351 #endif
1352 
1353 /**
1354  * @brief NRFX_TWIS_CONFIG_LOG_ENABLED
1355  *
1356  * Boolean. Accepted values 0 and 1.
1357  */
1358 #ifndef NRFX_TWIS_CONFIG_LOG_ENABLED
1359 #define NRFX_TWIS_CONFIG_LOG_ENABLED 0
1360 #endif
1361 
1362 /**
1363  * @brief NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized
1364  * only once.
1365  *
1366  * Boolean. Accepted values 0 and 1.
1367  */
1368 #ifndef NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY
1369 #define NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY 0
1370 #endif
1371 
1372 /**
1373  * @brief NRFX_TWIS_NO_SYNC_MODE - Remove support for synchronous mode.
1374  *
1375  * Boolean. Accepted values 0 and 1.
1376  */
1377 #ifndef NRFX_TWIS_NO_SYNC_MODE
1378 #define NRFX_TWIS_NO_SYNC_MODE 0
1379 #endif
1380 
1381 /**
1382  * @brief NRFX_TWIS_CONFIG_LOG_LEVEL
1383  *
1384  * Integer value.
1385  * Supported values:
1386  * - Off     = 0
1387  * - Error   = 1
1388  * - Warning = 2
1389  * - Info    = 3
1390  * - Debug   = 4
1391  */
1392 #ifndef NRFX_TWIS_CONFIG_LOG_LEVEL
1393 #define NRFX_TWIS_CONFIG_LOG_LEVEL 3
1394 #endif
1395 
1396 /**
1397  * @brief NRFX_TWIS0_ENABLED
1398  *
1399  * Boolean. Accepted values 0 and 1.
1400  */
1401 #ifndef NRFX_TWIS0_ENABLED
1402 #define NRFX_TWIS0_ENABLED 0
1403 #endif
1404 
1405 /**
1406  * @brief NRFX_TWIS1_ENABLED
1407  *
1408  * Boolean. Accepted values 0 and 1.
1409  */
1410 #ifndef NRFX_TWIS1_ENABLED
1411 #define NRFX_TWIS1_ENABLED 0
1412 #endif
1413 
1414 /**
1415  * @brief NRFX_UART_ENABLED
1416  *
1417  * Boolean. Accepted values 0 and 1.
1418  */
1419 #ifndef NRFX_UART_ENABLED
1420 #define NRFX_UART_ENABLED 0
1421 #endif
1422 
1423 /**
1424  * @brief NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
1425  *
1426  * Integer value. Minimum: 0 Maximum: 7
1427  */
1428 #ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
1429 #define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1430 #endif
1431 
1432 /**
1433  * @brief NRFX_UART_CONFIG_LOG_ENABLED
1434  *
1435  * Boolean. Accepted values 0 and 1.
1436  */
1437 #ifndef NRFX_UART_CONFIG_LOG_ENABLED
1438 #define NRFX_UART_CONFIG_LOG_ENABLED 0
1439 #endif
1440 
1441 /**
1442  * @brief NRFX_UART_CONFIG_LOG_LEVEL
1443  *
1444  * Integer value.
1445  * Supported values:
1446  * - Off     = 0
1447  * - Error   = 1
1448  * - Warning = 2
1449  * - Info    = 3
1450  * - Debug   = 4
1451  */
1452 #ifndef NRFX_UART_CONFIG_LOG_LEVEL
1453 #define NRFX_UART_CONFIG_LOG_LEVEL 3
1454 #endif
1455 
1456 /**
1457  * @brief NRFX_UART0_ENABLED
1458  *
1459  * Boolean. Accepted values 0 and 1.
1460  */
1461 #ifndef NRFX_UART0_ENABLED
1462 #define NRFX_UART0_ENABLED 0
1463 #endif
1464 
1465 /**
1466  * @brief NRFX_UARTE_ENABLED
1467  *
1468  * Boolean. Accepted values 0 and 1.
1469  */
1470 #ifndef NRFX_UARTE_ENABLED
1471 #define NRFX_UARTE_ENABLED 0
1472 #endif
1473 
1474 /**
1475  * @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1476  *
1477  * Integer value. Minimum: 0 Maximum: 7
1478  */
1479 #ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1480 #define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1481 #endif
1482 
1483 /**
1484  * @brief NRFX_UARTE_CONFIG_LOG_ENABLED
1485  *
1486  * Boolean. Accepted values 0 and 1.
1487  */
1488 #ifndef NRFX_UARTE_CONFIG_LOG_ENABLED
1489 #define NRFX_UARTE_CONFIG_LOG_ENABLED 0
1490 #endif
1491 
1492 /**
1493  * @brief NRFX_UARTE_CONFIG_LOG_LEVEL
1494  *
1495  * Integer value.
1496  * Supported values:
1497  * - Off     = 0
1498  * - Error   = 1
1499  * - Warning = 2
1500  * - Info    = 3
1501  * - Debug   = 4
1502  */
1503 #ifndef NRFX_UARTE_CONFIG_LOG_LEVEL
1504 #define NRFX_UARTE_CONFIG_LOG_LEVEL 3
1505 #endif
1506 
1507 /**
1508  * @brief NRFX_UARTE0_ENABLED
1509  *
1510  * Boolean. Accepted values 0 and 1.
1511  */
1512 #ifndef NRFX_UARTE0_ENABLED
1513 #define NRFX_UARTE0_ENABLED 0
1514 #endif
1515 
1516 /**
1517  * @brief NRFX_UARTE1_ENABLED
1518  *
1519  * Boolean. Accepted values 0 and 1.
1520  */
1521 #ifndef NRFX_UARTE1_ENABLED
1522 #define NRFX_UARTE1_ENABLED 0
1523 #endif
1524 
1525 /**
1526  * @brief NRFX_USBD_ENABLED
1527  *
1528  * Boolean. Accepted values 0 and 1.
1529  */
1530 #ifndef NRFX_USBD_ENABLED
1531 #define NRFX_USBD_ENABLED 0
1532 #endif
1533 
1534 /**
1535  * @brief NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY
1536  *
1537  * Integer value. Minimum: 0 Maximum: 7
1538  */
1539 #ifndef NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY
1540 #define NRFX_USBD_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1541 #endif
1542 
1543 /**
1544  * @brief NRFX_USBD_CONFIG_DMASCHEDULER_ISO_BOOST - Give priority to isochronous transfers
1545  *
1546  * Boolean. Accepted values 0 and 1.
1547  */
1548 #ifndef NRFX_USBD_CONFIG_DMASCHEDULER_ISO_BOOST
1549 #define NRFX_USBD_CONFIG_DMASCHEDULER_ISO_BOOST 1
1550 #endif
1551 
1552 /**
1553  * @brief NRFX_USBD_CONFIG_ISO_IN_ZLP - Respond to an IN token on ISO IN endpoint with ZLP when no
1554  * data is ready.
1555  *
1556  * Boolean. Accepted values 0 and 1.
1557  */
1558 #ifndef NRFX_USBD_CONFIG_ISO_IN_ZLP
1559 #define NRFX_USBD_CONFIG_ISO_IN_ZLP 0
1560 #endif
1561 
1562 /**
1563  * @brief NRFX_USBD_CONFIG_LOG_ENABLED
1564  *
1565  * Boolean. Accepted values 0 and 1.
1566  */
1567 #ifndef NRFX_USBD_CONFIG_LOG_ENABLED
1568 #define NRFX_USBD_CONFIG_LOG_ENABLED 0
1569 #endif
1570 
1571 /**
1572  * @brief NRFX_USBD_CONFIG_LOG_LEVEL
1573  *
1574  * Integer value.
1575  * Supported values:
1576  * - Off     = 0
1577  * - Error   = 1
1578  * - Warning = 2
1579  * - Info    = 3
1580  * - Debug   = 4
1581  */
1582 #ifndef NRFX_USBD_CONFIG_LOG_LEVEL
1583 #define NRFX_USBD_CONFIG_LOG_LEVEL 3
1584 #endif
1585 
1586 /**
1587  * @brief NRFX_WDT_ENABLED
1588  *
1589  * Boolean. Accepted values 0 and 1.
1590  */
1591 #ifndef NRFX_WDT_ENABLED
1592 #define NRFX_WDT_ENABLED 0
1593 #endif
1594 
1595 /**
1596  * @brief NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1597  *
1598  * Integer value. Minimum: 0 Maximum: 7
1599  */
1600 #ifndef NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1601 #define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1602 #endif
1603 
1604 /**
1605  * @brief NRFX_WDT_CONFIG_NO_IRQ - Remove WDT IRQ handling from WDT driver
1606  *
1607  * Boolean. Accepted values 0 and 1.
1608  */
1609 #ifndef NRFX_WDT_CONFIG_NO_IRQ
1610 #define NRFX_WDT_CONFIG_NO_IRQ 0
1611 #endif
1612 
1613 /**
1614  * @brief NRFX_WDT_CONFIG_LOG_ENABLED
1615  *
1616  * Boolean. Accepted values 0 and 1.
1617  */
1618 #ifndef NRFX_WDT_CONFIG_LOG_ENABLED
1619 #define NRFX_WDT_CONFIG_LOG_ENABLED 0
1620 #endif
1621 
1622 /**
1623  * @brief NRFX_WDT_CONFIG_LOG_LEVEL
1624  *
1625  * Integer value.
1626  * Supported values:
1627  * - Off     = 0
1628  * - Error   = 1
1629  * - Warning = 2
1630  * - Info    = 3
1631  * - Debug   = 4
1632  */
1633 #ifndef NRFX_WDT_CONFIG_LOG_LEVEL
1634 #define NRFX_WDT_CONFIG_LOG_LEVEL 3
1635 #endif
1636 
1637 #endif // NRFX_CONFIG_NRF52833_H__
1638