1 /*
2  * Copyright (c) 2017 - 2023, Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef NRFX_CONFIG_NRF52832_H__
8 #define NRFX_CONFIG_NRF52832_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_NRF52_ANOMALY_109_WORKAROUND_ENABLED - Enables nRF52 Anomaly 109 workaround
617  * for PWM.
618  *
619  * Boolean. Accepted values 0 and 1.
620  */
621 #ifndef NRFX_PWM_NRF52_ANOMALY_109_WORKAROUND_ENABLED
622 #define NRFX_PWM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 0
623 #endif
624 
625 /**
626  * @brief NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE - EGU instance used by the nRF52 Anomaly 109
627  * workaround for PWM.
628  *
629  * Integer value. Minimum: 0 Maximum: 5
630  */
631 #ifndef NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE
632 #define NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE 5
633 #endif
634 
635 /**
636  * @brief NRFX_PWM_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_PWM_CONFIG_LOG_LEVEL
647 #define NRFX_PWM_CONFIG_LOG_LEVEL 3
648 #endif
649 
650 /**
651  * @brief NRFX_PWM0_ENABLED
652  *
653  * Boolean. Accepted values 0 and 1.
654  */
655 #ifndef NRFX_PWM0_ENABLED
656 #define NRFX_PWM0_ENABLED 0
657 #endif
658 
659 /**
660  * @brief NRFX_PWM1_ENABLED
661  *
662  * Boolean. Accepted values 0 and 1.
663  */
664 #ifndef NRFX_PWM1_ENABLED
665 #define NRFX_PWM1_ENABLED 0
666 #endif
667 
668 /**
669  * @brief NRFX_PWM2_ENABLED
670  *
671  * Boolean. Accepted values 0 and 1.
672  */
673 #ifndef NRFX_PWM2_ENABLED
674 #define NRFX_PWM2_ENABLED 0
675 #endif
676 
677 /**
678  * @brief NRFX_QDEC_ENABLED
679  *
680  * Boolean. Accepted values 0 and 1.
681  */
682 #ifndef NRFX_QDEC_ENABLED
683 #define NRFX_QDEC_ENABLED 0
684 #endif
685 
686 /**
687  * @brief NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
688  *
689  * Integer value. Minimum: 0 Maximum: 7
690  */
691 #ifndef NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
692 #define NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
693 #endif
694 
695 /**
696  * @brief NRFX_QDEC_CONFIG_LOG_ENABLED
697  *
698  * Boolean. Accepted values 0 and 1.
699  */
700 #ifndef NRFX_QDEC_CONFIG_LOG_ENABLED
701 #define NRFX_QDEC_CONFIG_LOG_ENABLED 0
702 #endif
703 
704 /**
705  * @brief NRFX_QDEC_CONFIG_LOG_LEVEL
706  *
707  * Integer value.
708  * Supported values:
709  * - Off     = 0
710  * - Error   = 1
711  * - Warning = 2
712  * - Info    = 3
713  * - Debug   = 4
714  */
715 #ifndef NRFX_QDEC_CONFIG_LOG_LEVEL
716 #define NRFX_QDEC_CONFIG_LOG_LEVEL 3
717 #endif
718 
719 /**
720  * @brief NRFX_RNG_ENABLED
721  *
722  * Boolean. Accepted values 0 and 1.
723  */
724 #ifndef NRFX_RNG_ENABLED
725 #define NRFX_RNG_ENABLED 0
726 #endif
727 
728 /**
729  * @brief NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY
730  *
731  * Integer value. Minimum: 0 Maximum: 7
732  */
733 #ifndef NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY
734 #define NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
735 #endif
736 
737 /**
738  * @brief NRFX_RNG_CONFIG_LOG_ENABLED
739  *
740  * Boolean. Accepted values 0 and 1.
741  */
742 #ifndef NRFX_RNG_CONFIG_LOG_ENABLED
743 #define NRFX_RNG_CONFIG_LOG_ENABLED 0
744 #endif
745 
746 /**
747  * @brief NRFX_RNG_CONFIG_LOG_LEVEL
748  *
749  * Integer value.
750  * Supported values:
751  * - Off     = 0
752  * - Error   = 1
753  * - Warning = 2
754  * - Info    = 3
755  * - Debug   = 4
756  */
757 #ifndef NRFX_RNG_CONFIG_LOG_LEVEL
758 #define NRFX_RNG_CONFIG_LOG_LEVEL 3
759 #endif
760 
761 /**
762  * @brief NRFX_RTC_ENABLED
763  *
764  * Boolean. Accepted values 0 and 1.
765  */
766 #ifndef NRFX_RTC_ENABLED
767 #define NRFX_RTC_ENABLED 0
768 #endif
769 
770 /**
771  * @brief NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
772  *
773  * Integer value. Minimum: 0 Maximum: 7
774  */
775 #ifndef NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
776 #define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
777 #endif
778 
779 /**
780  * @brief NRFX_RTC_CONFIG_LOG_ENABLED
781  *
782  * Boolean. Accepted values 0 and 1.
783  */
784 #ifndef NRFX_RTC_CONFIG_LOG_ENABLED
785 #define NRFX_RTC_CONFIG_LOG_ENABLED 0
786 #endif
787 
788 /**
789  * @brief NRFX_RTC_CONFIG_LOG_LEVEL
790  *
791  * Integer value.
792  * Supported values:
793  * - Off     = 0
794  * - Error   = 1
795  * - Warning = 2
796  * - Info    = 3
797  * - Debug   = 4
798  */
799 #ifndef NRFX_RTC_CONFIG_LOG_LEVEL
800 #define NRFX_RTC_CONFIG_LOG_LEVEL 3
801 #endif
802 
803 /**
804  * @brief NRFX_RTC0_ENABLED
805  *
806  * Boolean. Accepted values 0 and 1.
807  */
808 #ifndef NRFX_RTC0_ENABLED
809 #define NRFX_RTC0_ENABLED 0
810 #endif
811 
812 /**
813  * @brief NRFX_RTC1_ENABLED
814  *
815  * Boolean. Accepted values 0 and 1.
816  */
817 #ifndef NRFX_RTC1_ENABLED
818 #define NRFX_RTC1_ENABLED 0
819 #endif
820 
821 /**
822  * @brief NRFX_RTC2_ENABLED
823  *
824  * Boolean. Accepted values 0 and 1.
825  */
826 #ifndef NRFX_RTC2_ENABLED
827 #define NRFX_RTC2_ENABLED 0
828 #endif
829 
830 /**
831  * @brief NRFX_SAADC_ENABLED
832  *
833  * Boolean. Accepted values 0 and 1.
834  */
835 #ifndef NRFX_SAADC_ENABLED
836 #define NRFX_SAADC_ENABLED 0
837 #endif
838 
839 /**
840  * @brief NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
841  *
842  * Integer value. Minimum: 0 Maximum: 7
843  */
844 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
845 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
846 #endif
847 
848 /**
849  * @brief NRFX_SAADC_CONFIG_LOG_ENABLED
850  *
851  * Boolean. Accepted values 0 and 1.
852  */
853 #ifndef NRFX_SAADC_CONFIG_LOG_ENABLED
854 #define NRFX_SAADC_CONFIG_LOG_ENABLED 0
855 #endif
856 
857 /**
858  * @brief NRFX_SAADC_CONFIG_LOG_LEVEL
859  *
860  * Integer value.
861  * Supported values:
862  * - Off     = 0
863  * - Error   = 1
864  * - Warning = 2
865  * - Info    = 3
866  * - Debug   = 4
867  */
868 #ifndef NRFX_SAADC_CONFIG_LOG_LEVEL
869 #define NRFX_SAADC_CONFIG_LOG_LEVEL 3
870 #endif
871 
872 /**
873  * @brief NRFX_SPI_ENABLED
874  *
875  * Boolean. Accepted values 0 and 1.
876  */
877 #ifndef NRFX_SPI_ENABLED
878 #define NRFX_SPI_ENABLED 0
879 #endif
880 
881 /**
882  * @brief NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
883  *
884  * Integer value. Minimum: 0 Maximum: 7
885  */
886 #ifndef NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
887 #define NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
888 #endif
889 
890 /**
891  * @brief NRFX_SPI_CONFIG_LOG_ENABLED
892  *
893  * Boolean. Accepted values 0 and 1.
894  */
895 #ifndef NRFX_SPI_CONFIG_LOG_ENABLED
896 #define NRFX_SPI_CONFIG_LOG_ENABLED 0
897 #endif
898 
899 /**
900  * @brief NRFX_SPI_CONFIG_LOG_LEVEL
901  *
902  * Integer value.
903  * Supported values:
904  * - Off     = 0
905  * - Error   = 1
906  * - Warning = 2
907  * - Info    = 3
908  * - Debug   = 4
909  */
910 #ifndef NRFX_SPI_CONFIG_LOG_LEVEL
911 #define NRFX_SPI_CONFIG_LOG_LEVEL 3
912 #endif
913 
914 /**
915  * @brief NRFX_SPI0_ENABLED
916  *
917  * Boolean. Accepted values 0 and 1.
918  */
919 #ifndef NRFX_SPI0_ENABLED
920 #define NRFX_SPI0_ENABLED 0
921 #endif
922 
923 /**
924  * @brief NRFX_SPI1_ENABLED
925  *
926  * Boolean. Accepted values 0 and 1.
927  */
928 #ifndef NRFX_SPI1_ENABLED
929 #define NRFX_SPI1_ENABLED 0
930 #endif
931 
932 /**
933  * @brief NRFX_SPI2_ENABLED
934  *
935  * Boolean. Accepted values 0 and 1.
936  */
937 #ifndef NRFX_SPI2_ENABLED
938 #define NRFX_SPI2_ENABLED 0
939 #endif
940 
941 /**
942  * @brief NRFX_SPIM_ENABLED
943  *
944  * Boolean. Accepted values 0 and 1.
945  */
946 #ifndef NRFX_SPIM_ENABLED
947 #define NRFX_SPIM_ENABLED 0
948 #endif
949 
950 /**
951  * @brief NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
952  *
953  * Integer value. Minimum: 0 Maximum: 7
954  */
955 #ifndef NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
956 #define NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
957 #endif
958 
959 /**
960  * @brief NRFX_SPIM_CONFIG_LOG_ENABLED
961  *
962  * Boolean. Accepted values 0 and 1.
963  */
964 #ifndef NRFX_SPIM_CONFIG_LOG_ENABLED
965 #define NRFX_SPIM_CONFIG_LOG_ENABLED 0
966 #endif
967 
968 /**
969  * @brief NRFX_SPIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED - Enables nRF52 Anomaly 109 workaround for
970  * SPIM.
971  *
972  * Boolean. Accepted values 0 and 1.
973  */
974 #ifndef NRFX_SPIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED
975 #define NRFX_SPIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 0
976 #endif
977 
978 /**
979  * @brief NRFX_SPIM_CONFIG_LOG_LEVEL
980  *
981  * Integer value.
982  * Supported values:
983  * - Off     = 0
984  * - Error   = 1
985  * - Warning = 2
986  * - Info    = 3
987  * - Debug   = 4
988  */
989 #ifndef NRFX_SPIM_CONFIG_LOG_LEVEL
990 #define NRFX_SPIM_CONFIG_LOG_LEVEL 3
991 #endif
992 
993 /**
994  * @brief NRFX_SPIM0_ENABLED
995  *
996  * Boolean. Accepted values 0 and 1.
997  */
998 #ifndef NRFX_SPIM0_ENABLED
999 #define NRFX_SPIM0_ENABLED 0
1000 #endif
1001 
1002 /**
1003  * @brief NRFX_SPIM1_ENABLED
1004  *
1005  * Boolean. Accepted values 0 and 1.
1006  */
1007 #ifndef NRFX_SPIM1_ENABLED
1008 #define NRFX_SPIM1_ENABLED 0
1009 #endif
1010 
1011 /**
1012  * @brief NRFX_SPIM2_ENABLED
1013  *
1014  * Boolean. Accepted values 0 and 1.
1015  */
1016 #ifndef NRFX_SPIM2_ENABLED
1017 #define NRFX_SPIM2_ENABLED 0
1018 #endif
1019 
1020 /**
1021  * @brief NRFX_SPIS_ENABLED
1022  *
1023  * Boolean. Accepted values 0 and 1.
1024  */
1025 #ifndef NRFX_SPIS_ENABLED
1026 #define NRFX_SPIS_ENABLED 0
1027 #endif
1028 
1029 /**
1030  * @brief NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
1031  *
1032  * Integer value. Minimum: 0 Maximum: 7
1033  */
1034 #ifndef NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
1035 #define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1036 #endif
1037 
1038 /**
1039  * @brief NRFX_SPIS_CONFIG_LOG_ENABLED
1040  *
1041  * Boolean. Accepted values 0 and 1.
1042  */
1043 #ifndef NRFX_SPIS_CONFIG_LOG_ENABLED
1044 #define NRFX_SPIS_CONFIG_LOG_ENABLED 0
1045 #endif
1046 
1047 /**
1048  * @brief NRFX_SPIS_NRF52_ANOMALY_109_WORKAROUND_ENABLED - Enables nRF52 Anomaly 109 workaround
1049  * for SPIS.
1050  *
1051  * Boolean. Accepted values 0 and 1.
1052  */
1053 #ifndef NRFX_SPIS_NRF52_ANOMALY_109_WORKAROUND_ENABLED
1054 #define NRFX_SPIS_NRF52_ANOMALY_109_WORKAROUND_ENABLED 0
1055 #endif
1056 
1057 /**
1058  * @brief NRFX_SPIS_CONFIG_LOG_LEVEL
1059  *
1060  * Integer value.
1061  * Supported values:
1062  * - Off     = 0
1063  * - Error   = 1
1064  * - Warning = 2
1065  * - Info    = 3
1066  * - Debug   = 4
1067  */
1068 #ifndef NRFX_SPIS_CONFIG_LOG_LEVEL
1069 #define NRFX_SPIS_CONFIG_LOG_LEVEL 3
1070 #endif
1071 
1072 /**
1073  * @brief NRFX_SPIS0_ENABLED
1074  *
1075  * Boolean. Accepted values 0 and 1.
1076  */
1077 #ifndef NRFX_SPIS0_ENABLED
1078 #define NRFX_SPIS0_ENABLED 0
1079 #endif
1080 
1081 /**
1082  * @brief NRFX_SPIS1_ENABLED
1083  *
1084  * Boolean. Accepted values 0 and 1.
1085  */
1086 #ifndef NRFX_SPIS1_ENABLED
1087 #define NRFX_SPIS1_ENABLED 0
1088 #endif
1089 
1090 /**
1091  * @brief NRFX_SPIS2_ENABLED
1092  *
1093  * Boolean. Accepted values 0 and 1.
1094  */
1095 #ifndef NRFX_SPIS2_ENABLED
1096 #define NRFX_SPIS2_ENABLED 0
1097 #endif
1098 
1099 /**
1100  * @brief NRFX_SYSTICK_ENABLED
1101  *
1102  * Boolean. Accepted values 0 and 1.
1103  */
1104 #ifndef NRFX_SYSTICK_ENABLED
1105 #define NRFX_SYSTICK_ENABLED 0
1106 #endif
1107 
1108 /**
1109  * @brief NRFX_TEMP_ENABLED
1110  *
1111  * Boolean. Accepted values 0 and 1.
1112  */
1113 #ifndef NRFX_TEMP_ENABLED
1114 #define NRFX_TEMP_ENABLED 0
1115 #endif
1116 
1117 /**
1118  * @brief NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
1119  *
1120  * Integer value. Minimum: 0 Maximum: 7
1121  */
1122 #ifndef NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
1123 #define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1124 #endif
1125 
1126 /**
1127  * @brief NRFX_TEMP_CONFIG_LOG_ENABLED
1128  *
1129  * Boolean. Accepted values 0 and 1.
1130  */
1131 #ifndef NRFX_TEMP_CONFIG_LOG_ENABLED
1132 #define NRFX_TEMP_CONFIG_LOG_ENABLED 0
1133 #endif
1134 
1135 /**
1136  * @brief NRFX_TEMP_CONFIG_LOG_LEVEL
1137  *
1138  * Integer value.
1139  * Supported values:
1140  * - Off     = 0
1141  * - Error   = 1
1142  * - Warning = 2
1143  * - Info    = 3
1144  * - Debug   = 4
1145  */
1146 #ifndef NRFX_TEMP_CONFIG_LOG_LEVEL
1147 #define NRFX_TEMP_CONFIG_LOG_LEVEL 3
1148 #endif
1149 
1150 /**
1151  * @brief NRFX_TIMER_ENABLED
1152  *
1153  * Boolean. Accepted values 0 and 1.
1154  */
1155 #ifndef NRFX_TIMER_ENABLED
1156 #define NRFX_TIMER_ENABLED 0
1157 #endif
1158 
1159 /**
1160  * @brief NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
1161  *
1162  * Integer value. Minimum: 0 Maximum: 7
1163  */
1164 #ifndef NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
1165 #define NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1166 #endif
1167 
1168 /**
1169  * @brief NRFX_TIMER_CONFIG_LOG_ENABLED
1170  *
1171  * Boolean. Accepted values 0 and 1.
1172  */
1173 #ifndef NRFX_TIMER_CONFIG_LOG_ENABLED
1174 #define NRFX_TIMER_CONFIG_LOG_ENABLED 0
1175 #endif
1176 
1177 /**
1178  * @brief NRFX_TIMER_CONFIG_LOG_LEVEL
1179  *
1180  * Integer value.
1181  * Supported values:
1182  * - Off     = 0
1183  * - Error   = 1
1184  * - Warning = 2
1185  * - Info    = 3
1186  * - Debug   = 4
1187  */
1188 #ifndef NRFX_TIMER_CONFIG_LOG_LEVEL
1189 #define NRFX_TIMER_CONFIG_LOG_LEVEL 3
1190 #endif
1191 
1192 /**
1193  * @brief NRFX_TIMER0_ENABLED
1194  *
1195  * Boolean. Accepted values 0 and 1.
1196  */
1197 #ifndef NRFX_TIMER0_ENABLED
1198 #define NRFX_TIMER0_ENABLED 0
1199 #endif
1200 
1201 /**
1202  * @brief NRFX_TIMER1_ENABLED
1203  *
1204  * Boolean. Accepted values 0 and 1.
1205  */
1206 #ifndef NRFX_TIMER1_ENABLED
1207 #define NRFX_TIMER1_ENABLED 0
1208 #endif
1209 
1210 /**
1211  * @brief NRFX_TIMER2_ENABLED
1212  *
1213  * Boolean. Accepted values 0 and 1.
1214  */
1215 #ifndef NRFX_TIMER2_ENABLED
1216 #define NRFX_TIMER2_ENABLED 0
1217 #endif
1218 
1219 /**
1220  * @brief NRFX_TIMER3_ENABLED
1221  *
1222  * Boolean. Accepted values 0 and 1.
1223  */
1224 #ifndef NRFX_TIMER3_ENABLED
1225 #define NRFX_TIMER3_ENABLED 0
1226 #endif
1227 
1228 /**
1229  * @brief NRFX_TIMER4_ENABLED
1230  *
1231  * Boolean. Accepted values 0 and 1.
1232  */
1233 #ifndef NRFX_TIMER4_ENABLED
1234 #define NRFX_TIMER4_ENABLED 0
1235 #endif
1236 
1237 /**
1238  * @brief NRFX_TWI_ENABLED
1239  *
1240  * Boolean. Accepted values 0 and 1.
1241  */
1242 #ifndef NRFX_TWI_ENABLED
1243 #define NRFX_TWI_ENABLED 0
1244 #endif
1245 
1246 /**
1247  * @brief NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
1248  *
1249  * Integer value. Minimum: 0 Maximum: 7
1250  */
1251 #ifndef NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
1252 #define NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1253 #endif
1254 
1255 /**
1256  * @brief NRFX_TWI_CONFIG_LOG_ENABLED
1257  *
1258  * Boolean. Accepted values 0 and 1.
1259  */
1260 #ifndef NRFX_TWI_CONFIG_LOG_ENABLED
1261 #define NRFX_TWI_CONFIG_LOG_ENABLED 0
1262 #endif
1263 
1264 /**
1265  * @brief NRFX_TWI_CONFIG_LOG_LEVEL
1266  *
1267  * Integer value.
1268  * Supported values:
1269  * - Off     = 0
1270  * - Error   = 1
1271  * - Warning = 2
1272  * - Info    = 3
1273  * - Debug   = 4
1274  */
1275 #ifndef NRFX_TWI_CONFIG_LOG_LEVEL
1276 #define NRFX_TWI_CONFIG_LOG_LEVEL 3
1277 #endif
1278 
1279 /**
1280  * @brief NRFX_TWI0_ENABLED
1281  *
1282  * Boolean. Accepted values 0 and 1.
1283  */
1284 #ifndef NRFX_TWI0_ENABLED
1285 #define NRFX_TWI0_ENABLED 0
1286 #endif
1287 
1288 /**
1289  * @brief NRFX_TWI1_ENABLED
1290  *
1291  * Boolean. Accepted values 0 and 1.
1292  */
1293 #ifndef NRFX_TWI1_ENABLED
1294 #define NRFX_TWI1_ENABLED 0
1295 #endif
1296 
1297 /**
1298  * @brief NRFX_TWIM_ENABLED
1299  *
1300  * Boolean. Accepted values 0 and 1.
1301  */
1302 #ifndef NRFX_TWIM_ENABLED
1303 #define NRFX_TWIM_ENABLED 0
1304 #endif
1305 
1306 /**
1307  * @brief NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
1308  *
1309  * Integer value. Minimum: 0 Maximum: 7
1310  */
1311 #ifndef NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
1312 #define NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1313 #endif
1314 
1315 /**
1316  * @brief NRFX_TWIM_CONFIG_LOG_ENABLED
1317  *
1318  * Boolean. Accepted values 0 and 1.
1319  */
1320 #ifndef NRFX_TWIM_CONFIG_LOG_ENABLED
1321 #define NRFX_TWIM_CONFIG_LOG_ENABLED 0
1322 #endif
1323 
1324 /**
1325  * @brief NRFX_TWIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED - Enables nRF52 Anomaly 109 workaround for
1326  * TWIM.
1327  *
1328  * Boolean. Accepted values 0 and 1.
1329  */
1330 #ifndef NRFX_TWIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED
1331 #define NRFX_TWIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 0
1332 #endif
1333 
1334 /**
1335  * @brief NRFX_TWIM_CONFIG_LOG_LEVEL
1336  *
1337  * Integer value.
1338  * Supported values:
1339  * - Off     = 0
1340  * - Error   = 1
1341  * - Warning = 2
1342  * - Info    = 3
1343  * - Debug   = 4
1344  */
1345 #ifndef NRFX_TWIM_CONFIG_LOG_LEVEL
1346 #define NRFX_TWIM_CONFIG_LOG_LEVEL 3
1347 #endif
1348 
1349 /**
1350  * @brief NRFX_TWIM0_ENABLED
1351  *
1352  * Boolean. Accepted values 0 and 1.
1353  */
1354 #ifndef NRFX_TWIM0_ENABLED
1355 #define NRFX_TWIM0_ENABLED 0
1356 #endif
1357 
1358 /**
1359  * @brief NRFX_TWIM1_ENABLED
1360  *
1361  * Boolean. Accepted values 0 and 1.
1362  */
1363 #ifndef NRFX_TWIM1_ENABLED
1364 #define NRFX_TWIM1_ENABLED 0
1365 #endif
1366 
1367 /**
1368  * @brief NRFX_TWIS_ENABLED
1369  *
1370  * Boolean. Accepted values 0 and 1.
1371  */
1372 #ifndef NRFX_TWIS_ENABLED
1373 #define NRFX_TWIS_ENABLED 0
1374 #endif
1375 
1376 /**
1377  * @brief NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
1378  *
1379  * Integer value. Minimum: 0 Maximum: 7
1380  */
1381 #ifndef NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
1382 #define NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1383 #endif
1384 
1385 /**
1386  * @brief NRFX_TWIS_CONFIG_LOG_ENABLED
1387  *
1388  * Boolean. Accepted values 0 and 1.
1389  */
1390 #ifndef NRFX_TWIS_CONFIG_LOG_ENABLED
1391 #define NRFX_TWIS_CONFIG_LOG_ENABLED 0
1392 #endif
1393 
1394 /**
1395  * @brief NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized
1396  * only once.
1397  *
1398  * Boolean. Accepted values 0 and 1.
1399  */
1400 #ifndef NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY
1401 #define NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY 0
1402 #endif
1403 
1404 /**
1405  * @brief NRFX_TWIS_NO_SYNC_MODE - Remove support for synchronous mode.
1406  *
1407  * Boolean. Accepted values 0 and 1.
1408  */
1409 #ifndef NRFX_TWIS_NO_SYNC_MODE
1410 #define NRFX_TWIS_NO_SYNC_MODE 0
1411 #endif
1412 
1413 /**
1414  * @brief NRFX_TWIS_CONFIG_LOG_LEVEL
1415  *
1416  * Integer value.
1417  * Supported values:
1418  * - Off     = 0
1419  * - Error   = 1
1420  * - Warning = 2
1421  * - Info    = 3
1422  * - Debug   = 4
1423  */
1424 #ifndef NRFX_TWIS_CONFIG_LOG_LEVEL
1425 #define NRFX_TWIS_CONFIG_LOG_LEVEL 3
1426 #endif
1427 
1428 /**
1429  * @brief NRFX_TWIS0_ENABLED
1430  *
1431  * Boolean. Accepted values 0 and 1.
1432  */
1433 #ifndef NRFX_TWIS0_ENABLED
1434 #define NRFX_TWIS0_ENABLED 0
1435 #endif
1436 
1437 /**
1438  * @brief NRFX_TWIS1_ENABLED
1439  *
1440  * Boolean. Accepted values 0 and 1.
1441  */
1442 #ifndef NRFX_TWIS1_ENABLED
1443 #define NRFX_TWIS1_ENABLED 0
1444 #endif
1445 
1446 /**
1447  * @brief NRFX_UART_ENABLED
1448  *
1449  * Boolean. Accepted values 0 and 1.
1450  */
1451 #ifndef NRFX_UART_ENABLED
1452 #define NRFX_UART_ENABLED 0
1453 #endif
1454 
1455 /**
1456  * @brief NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
1457  *
1458  * Integer value. Minimum: 0 Maximum: 7
1459  */
1460 #ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
1461 #define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1462 #endif
1463 
1464 /**
1465  * @brief NRFX_UART_CONFIG_LOG_ENABLED
1466  *
1467  * Boolean. Accepted values 0 and 1.
1468  */
1469 #ifndef NRFX_UART_CONFIG_LOG_ENABLED
1470 #define NRFX_UART_CONFIG_LOG_ENABLED 0
1471 #endif
1472 
1473 /**
1474  * @brief NRFX_UART_CONFIG_LOG_LEVEL
1475  *
1476  * Integer value.
1477  * Supported values:
1478  * - Off     = 0
1479  * - Error   = 1
1480  * - Warning = 2
1481  * - Info    = 3
1482  * - Debug   = 4
1483  */
1484 #ifndef NRFX_UART_CONFIG_LOG_LEVEL
1485 #define NRFX_UART_CONFIG_LOG_LEVEL 3
1486 #endif
1487 
1488 /**
1489  * @brief NRFX_UART0_ENABLED
1490  *
1491  * Boolean. Accepted values 0 and 1.
1492  */
1493 #ifndef NRFX_UART0_ENABLED
1494 #define NRFX_UART0_ENABLED 0
1495 #endif
1496 
1497 /**
1498  * @brief NRFX_UARTE_ENABLED
1499  *
1500  * Boolean. Accepted values 0 and 1.
1501  */
1502 #ifndef NRFX_UARTE_ENABLED
1503 #define NRFX_UARTE_ENABLED 0
1504 #endif
1505 
1506 /**
1507  * @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1508  *
1509  * Integer value. Minimum: 0 Maximum: 7
1510  */
1511 #ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1512 #define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1513 #endif
1514 
1515 /**
1516  * @brief NRFX_UARTE_CONFIG_LOG_ENABLED
1517  *
1518  * Boolean. Accepted values 0 and 1.
1519  */
1520 #ifndef NRFX_UARTE_CONFIG_LOG_ENABLED
1521 #define NRFX_UARTE_CONFIG_LOG_ENABLED 0
1522 #endif
1523 
1524 /**
1525  * @brief NRFX_UARTE_CONFIG_LOG_LEVEL
1526  *
1527  * Integer value.
1528  * Supported values:
1529  * - Off     = 0
1530  * - Error   = 1
1531  * - Warning = 2
1532  * - Info    = 3
1533  * - Debug   = 4
1534  */
1535 #ifndef NRFX_UARTE_CONFIG_LOG_LEVEL
1536 #define NRFX_UARTE_CONFIG_LOG_LEVEL 3
1537 #endif
1538 
1539 /**
1540  * @brief NRFX_UARTE0_ENABLED
1541  *
1542  * Boolean. Accepted values 0 and 1.
1543  */
1544 #ifndef NRFX_UARTE0_ENABLED
1545 #define NRFX_UARTE0_ENABLED 0
1546 #endif
1547 
1548 /**
1549  * @brief NRFX_WDT_ENABLED
1550  *
1551  * Boolean. Accepted values 0 and 1.
1552  */
1553 #ifndef NRFX_WDT_ENABLED
1554 #define NRFX_WDT_ENABLED 0
1555 #endif
1556 
1557 /**
1558  * @brief NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1559  *
1560  * Integer value. Minimum: 0 Maximum: 7
1561  */
1562 #ifndef NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1563 #define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1564 #endif
1565 
1566 /**
1567  * @brief NRFX_WDT_CONFIG_NO_IRQ - Remove WDT IRQ handling from WDT driver
1568  *
1569  * Boolean. Accepted values 0 and 1.
1570  */
1571 #ifndef NRFX_WDT_CONFIG_NO_IRQ
1572 #define NRFX_WDT_CONFIG_NO_IRQ 0
1573 #endif
1574 
1575 /**
1576  * @brief NRFX_WDT_CONFIG_LOG_ENABLED
1577  *
1578  * Boolean. Accepted values 0 and 1.
1579  */
1580 #ifndef NRFX_WDT_CONFIG_LOG_ENABLED
1581 #define NRFX_WDT_CONFIG_LOG_ENABLED 0
1582 #endif
1583 
1584 /**
1585  * @brief NRFX_WDT_CONFIG_LOG_LEVEL
1586  *
1587  * Integer value.
1588  * Supported values:
1589  * - Off     = 0
1590  * - Error   = 1
1591  * - Warning = 2
1592  * - Info    = 3
1593  * - Debug   = 4
1594  */
1595 #ifndef NRFX_WDT_CONFIG_LOG_LEVEL
1596 #define NRFX_WDT_CONFIG_LOG_LEVEL 3
1597 #endif
1598 
1599 #endif // NRFX_CONFIG_NRF52832_H__
1600