1 /*
2  * Copyright (c) 2020 - 2023, Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef NRFX_CONFIG_NRF52805_H__
8 #define NRFX_CONFIG_NRF52805_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_EGU_ENABLED
110  *
111  * Boolean. Accepted values 0 and 1.
112  */
113 #ifndef NRFX_EGU_ENABLED
114 #define NRFX_EGU_ENABLED 0
115 #endif
116 
117 /**
118  * @brief NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY
119  *
120  * Integer value. Minimum: 0 Maximum: 7
121  */
122 #ifndef NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY
123 #define NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
124 #endif
125 
126 /**
127  * @brief NRFX_EGU0_ENABLED
128  *
129  * Boolean. Accepted values 0 and 1.
130  */
131 #ifndef NRFX_EGU0_ENABLED
132 #define NRFX_EGU0_ENABLED 0
133 #endif
134 
135 /**
136  * @brief NRFX_EGU1_ENABLED
137  *
138  * Boolean. Accepted values 0 and 1.
139  */
140 #ifndef NRFX_EGU1_ENABLED
141 #define NRFX_EGU1_ENABLED 0
142 #endif
143 
144 /**
145  * @brief NRFX_GPIOTE_ENABLED
146  *
147  * Boolean. Accepted values 0 and 1.
148  */
149 #ifndef NRFX_GPIOTE_ENABLED
150 #define NRFX_GPIOTE_ENABLED 0
151 #endif
152 
153 /**
154  * @brief NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
155  *
156  * Integer value. Minimum: 0 Maximum: 7
157  */
158 #ifndef NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY
159 #define NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
160 #endif
161 
162 /**
163  * @brief NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS
164  *
165  * Integer value. Minimum: 0 Maximum: 15
166  */
167 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS
168 #define NRFX_GPIOTE_CONFIG_NUM_OF_EVT_HANDLERS 1
169 #endif
170 
171 /**
172  * @brief NRFX_GPIOTE_CONFIG_LOG_ENABLED
173  *
174  * Boolean. Accepted values 0 and 1.
175  */
176 #ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED
177 #define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0
178 #endif
179 
180 /**
181  * @brief NRFX_GPIOTE_CONFIG_LOG_LEVEL
182  *
183  * Integer value.
184  * Supported values:
185  * - Off     = 0
186  * - Error   = 1
187  * - Warning = 2
188  * - Info    = 3
189  * - Debug   = 4
190  */
191 #ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL
192 #define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3
193 #endif
194 
195 /**
196  * @brief NRFX_NVMC_ENABLED
197  *
198  * Boolean. Accepted values 0 and 1.
199  */
200 #ifndef NRFX_NVMC_ENABLED
201 #define NRFX_NVMC_ENABLED 0
202 #endif
203 
204 /**
205  * @brief NRFX_POWER_ENABLED
206  *
207  * Boolean. Accepted values 0 and 1.
208  */
209 #ifndef NRFX_POWER_ENABLED
210 #define NRFX_POWER_ENABLED 0
211 #endif
212 
213 /**
214  * @brief NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY
215  *
216  * Integer value. Minimum: 0 Maximum: 7
217  */
218 #ifndef NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY
219 #define NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
220 #endif
221 
222 /**
223  * @brief NRFX_PPI_ENABLED
224  *
225  * Boolean. Accepted values 0 and 1.
226  */
227 #ifndef NRFX_PPI_ENABLED
228 #define NRFX_PPI_ENABLED 0
229 #endif
230 
231 /**
232  * @brief NRFX_PPI_CONFIG_LOG_ENABLED
233  *
234  * Boolean. Accepted values 0 and 1.
235  */
236 #ifndef NRFX_PPI_CONFIG_LOG_ENABLED
237 #define NRFX_PPI_CONFIG_LOG_ENABLED 0
238 #endif
239 
240 /**
241  * @brief NRFX_PPI_CONFIG_LOG_LEVEL
242  *
243  * Integer value.
244  * Supported values:
245  * - Off     = 0
246  * - Error   = 1
247  * - Warning = 2
248  * - Info    = 3
249  * - Debug   = 4
250  */
251 #ifndef NRFX_PPI_CONFIG_LOG_LEVEL
252 #define NRFX_PPI_CONFIG_LOG_LEVEL 3
253 #endif
254 
255 /**
256  * @brief NRFX_PRS_ENABLED
257  *
258  * Boolean. Accepted values 0 and 1.
259  */
260 #ifndef NRFX_PRS_ENABLED
261 #define NRFX_PRS_ENABLED 0
262 #endif
263 
264 /**
265  * @brief NRFX_PRS_CONFIG_LOG_ENABLED
266  *
267  * Boolean. Accepted values 0 and 1.
268  */
269 #ifndef NRFX_PRS_CONFIG_LOG_ENABLED
270 #define NRFX_PRS_CONFIG_LOG_ENABLED 0
271 #endif
272 
273 /**
274  * @brief NRFX_PRS_CONFIG_LOG_LEVEL
275  *
276  * Integer value.
277  * Supported values:
278  * - Off     = 0
279  * - Error   = 1
280  * - Warning = 2
281  * - Info    = 3
282  * - Debug   = 4
283  */
284 #ifndef NRFX_PRS_CONFIG_LOG_LEVEL
285 #define NRFX_PRS_CONFIG_LOG_LEVEL 3
286 #endif
287 
288 /**
289  * @brief NRFX_PRS_BOX_0_ENABLED
290  *
291  * Boolean. Accepted values 0 and 1.
292  */
293 #ifndef NRFX_PRS_BOX_0_ENABLED
294 #define NRFX_PRS_BOX_0_ENABLED 0
295 #endif
296 
297 /**
298  * @brief NRFX_PRS_BOX_1_ENABLED
299  *
300  * Boolean. Accepted values 0 and 1.
301  */
302 #ifndef NRFX_PRS_BOX_1_ENABLED
303 #define NRFX_PRS_BOX_1_ENABLED 0
304 #endif
305 
306 /**
307  * @brief NRFX_PRS_BOX_2_ENABLED
308  *
309  * Boolean. Accepted values 0 and 1.
310  */
311 #ifndef NRFX_PRS_BOX_2_ENABLED
312 #define NRFX_PRS_BOX_2_ENABLED 0
313 #endif
314 
315 /**
316  * @brief NRFX_PRS_BOX_4_ENABLED
317  *
318  * Boolean. Accepted values 0 and 1.
319  */
320 #ifndef NRFX_PRS_BOX_4_ENABLED
321 #define NRFX_PRS_BOX_4_ENABLED 0
322 #endif
323 
324 /**
325  * @brief NRFX_QDEC_ENABLED
326  *
327  * Boolean. Accepted values 0 and 1.
328  */
329 #ifndef NRFX_QDEC_ENABLED
330 #define NRFX_QDEC_ENABLED 0
331 #endif
332 
333 /**
334  * @brief NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
335  *
336  * Integer value. Minimum: 0 Maximum: 7
337  */
338 #ifndef NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY
339 #define NRFX_QDEC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
340 #endif
341 
342 /**
343  * @brief NRFX_QDEC_CONFIG_LOG_ENABLED
344  *
345  * Boolean. Accepted values 0 and 1.
346  */
347 #ifndef NRFX_QDEC_CONFIG_LOG_ENABLED
348 #define NRFX_QDEC_CONFIG_LOG_ENABLED 0
349 #endif
350 
351 /**
352  * @brief NRFX_QDEC_CONFIG_LOG_LEVEL
353  *
354  * Integer value.
355  * Supported values:
356  * - Off     = 0
357  * - Error   = 1
358  * - Warning = 2
359  * - Info    = 3
360  * - Debug   = 4
361  */
362 #ifndef NRFX_QDEC_CONFIG_LOG_LEVEL
363 #define NRFX_QDEC_CONFIG_LOG_LEVEL 3
364 #endif
365 
366 /**
367  * @brief NRFX_RNG_ENABLED
368  *
369  * Boolean. Accepted values 0 and 1.
370  */
371 #ifndef NRFX_RNG_ENABLED
372 #define NRFX_RNG_ENABLED 0
373 #endif
374 
375 /**
376  * @brief NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY
377  *
378  * Integer value. Minimum: 0 Maximum: 7
379  */
380 #ifndef NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY
381 #define NRFX_RNG_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
382 #endif
383 
384 /**
385  * @brief NRFX_RNG_CONFIG_LOG_ENABLED
386  *
387  * Boolean. Accepted values 0 and 1.
388  */
389 #ifndef NRFX_RNG_CONFIG_LOG_ENABLED
390 #define NRFX_RNG_CONFIG_LOG_ENABLED 0
391 #endif
392 
393 /**
394  * @brief NRFX_RNG_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_RNG_CONFIG_LOG_LEVEL
405 #define NRFX_RNG_CONFIG_LOG_LEVEL 3
406 #endif
407 
408 /**
409  * @brief NRFX_RTC_ENABLED
410  *
411  * Boolean. Accepted values 0 and 1.
412  */
413 #ifndef NRFX_RTC_ENABLED
414 #define NRFX_RTC_ENABLED 0
415 #endif
416 
417 /**
418  * @brief NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
419  *
420  * Integer value. Minimum: 0 Maximum: 7
421  */
422 #ifndef NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
423 #define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
424 #endif
425 
426 /**
427  * @brief NRFX_RTC_CONFIG_LOG_ENABLED
428  *
429  * Boolean. Accepted values 0 and 1.
430  */
431 #ifndef NRFX_RTC_CONFIG_LOG_ENABLED
432 #define NRFX_RTC_CONFIG_LOG_ENABLED 0
433 #endif
434 
435 /**
436  * @brief NRFX_RTC_CONFIG_LOG_LEVEL
437  *
438  * Integer value.
439  * Supported values:
440  * - Off     = 0
441  * - Error   = 1
442  * - Warning = 2
443  * - Info    = 3
444  * - Debug   = 4
445  */
446 #ifndef NRFX_RTC_CONFIG_LOG_LEVEL
447 #define NRFX_RTC_CONFIG_LOG_LEVEL 3
448 #endif
449 
450 /**
451  * @brief NRFX_RTC0_ENABLED
452  *
453  * Boolean. Accepted values 0 and 1.
454  */
455 #ifndef NRFX_RTC0_ENABLED
456 #define NRFX_RTC0_ENABLED 0
457 #endif
458 
459 /**
460  * @brief NRFX_RTC1_ENABLED
461  *
462  * Boolean. Accepted values 0 and 1.
463  */
464 #ifndef NRFX_RTC1_ENABLED
465 #define NRFX_RTC1_ENABLED 0
466 #endif
467 
468 /**
469  * @brief NRFX_SAADC_ENABLED
470  *
471  * Boolean. Accepted values 0 and 1.
472  */
473 #ifndef NRFX_SAADC_ENABLED
474 #define NRFX_SAADC_ENABLED 0
475 #endif
476 
477 /**
478  * @brief NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
479  *
480  * Integer value. Minimum: 0 Maximum: 7
481  */
482 #ifndef NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY
483 #define NRFX_SAADC_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
484 #endif
485 
486 /**
487  * @brief NRFX_SAADC_CONFIG_LOG_ENABLED
488  *
489  * Boolean. Accepted values 0 and 1.
490  */
491 #ifndef NRFX_SAADC_CONFIG_LOG_ENABLED
492 #define NRFX_SAADC_CONFIG_LOG_ENABLED 0
493 #endif
494 
495 /**
496  * @brief NRFX_SAADC_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_SAADC_CONFIG_LOG_LEVEL
507 #define NRFX_SAADC_CONFIG_LOG_LEVEL 3
508 #endif
509 
510 /**
511  * @brief NRFX_SPI_ENABLED
512  *
513  * Boolean. Accepted values 0 and 1.
514  */
515 #ifndef NRFX_SPI_ENABLED
516 #define NRFX_SPI_ENABLED 0
517 #endif
518 
519 /**
520  * @brief NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
521  *
522  * Integer value. Minimum: 0 Maximum: 7
523  */
524 #ifndef NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
525 #define NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
526 #endif
527 
528 /**
529  * @brief NRFX_SPI_CONFIG_LOG_ENABLED
530  *
531  * Boolean. Accepted values 0 and 1.
532  */
533 #ifndef NRFX_SPI_CONFIG_LOG_ENABLED
534 #define NRFX_SPI_CONFIG_LOG_ENABLED 0
535 #endif
536 
537 /**
538  * @brief NRFX_SPI_CONFIG_LOG_LEVEL
539  *
540  * Integer value.
541  * Supported values:
542  * - Off     = 0
543  * - Error   = 1
544  * - Warning = 2
545  * - Info    = 3
546  * - Debug   = 4
547  */
548 #ifndef NRFX_SPI_CONFIG_LOG_LEVEL
549 #define NRFX_SPI_CONFIG_LOG_LEVEL 3
550 #endif
551 
552 /**
553  * @brief NRFX_SPI0_ENABLED
554  *
555  * Boolean. Accepted values 0 and 1.
556  */
557 #ifndef NRFX_SPI0_ENABLED
558 #define NRFX_SPI0_ENABLED 0
559 #endif
560 
561 /**
562  * @brief NRFX_SPIM_ENABLED
563  *
564  * Boolean. Accepted values 0 and 1.
565  */
566 #ifndef NRFX_SPIM_ENABLED
567 #define NRFX_SPIM_ENABLED 0
568 #endif
569 
570 /**
571  * @brief NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
572  *
573  * Integer value. Minimum: 0 Maximum: 7
574  */
575 #ifndef NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY
576 #define NRFX_SPIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
577 #endif
578 
579 /**
580  * @brief NRFX_SPIM_CONFIG_LOG_ENABLED
581  *
582  * Boolean. Accepted values 0 and 1.
583  */
584 #ifndef NRFX_SPIM_CONFIG_LOG_ENABLED
585 #define NRFX_SPIM_CONFIG_LOG_ENABLED 0
586 #endif
587 
588 /**
589  * @brief NRFX_SPIM_CONFIG_LOG_LEVEL
590  *
591  * Integer value.
592  * Supported values:
593  * - Off     = 0
594  * - Error   = 1
595  * - Warning = 2
596  * - Info    = 3
597  * - Debug   = 4
598  */
599 #ifndef NRFX_SPIM_CONFIG_LOG_LEVEL
600 #define NRFX_SPIM_CONFIG_LOG_LEVEL 3
601 #endif
602 
603 /**
604  * @brief NRFX_SPIM0_ENABLED
605  *
606  * Boolean. Accepted values 0 and 1.
607  */
608 #ifndef NRFX_SPIM0_ENABLED
609 #define NRFX_SPIM0_ENABLED 0
610 #endif
611 
612 /**
613  * @brief NRFX_SPIS_ENABLED
614  *
615  * Boolean. Accepted values 0 and 1.
616  */
617 #ifndef NRFX_SPIS_ENABLED
618 #define NRFX_SPIS_ENABLED 0
619 #endif
620 
621 /**
622  * @brief NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
623  *
624  * Integer value. Minimum: 0 Maximum: 7
625  */
626 #ifndef NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
627 #define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
628 #endif
629 
630 /**
631  * @brief NRFX_SPIS_CONFIG_LOG_ENABLED
632  *
633  * Boolean. Accepted values 0 and 1.
634  */
635 #ifndef NRFX_SPIS_CONFIG_LOG_ENABLED
636 #define NRFX_SPIS_CONFIG_LOG_ENABLED 0
637 #endif
638 
639 /**
640  * @brief NRFX_SPIS_CONFIG_LOG_LEVEL
641  *
642  * Integer value.
643  * Supported values:
644  * - Off     = 0
645  * - Error   = 1
646  * - Warning = 2
647  * - Info    = 3
648  * - Debug   = 4
649  */
650 #ifndef NRFX_SPIS_CONFIG_LOG_LEVEL
651 #define NRFX_SPIS_CONFIG_LOG_LEVEL 3
652 #endif
653 
654 /**
655  * @brief NRFX_SPIS0_ENABLED
656  *
657  * Boolean. Accepted values 0 and 1.
658  */
659 #ifndef NRFX_SPIS0_ENABLED
660 #define NRFX_SPIS0_ENABLED 0
661 #endif
662 
663 /**
664  * @brief NRFX_SYSTICK_ENABLED
665  *
666  * Boolean. Accepted values 0 and 1.
667  */
668 #ifndef NRFX_SYSTICK_ENABLED
669 #define NRFX_SYSTICK_ENABLED 0
670 #endif
671 
672 /**
673  * @brief NRFX_TEMP_ENABLED
674  *
675  * Boolean. Accepted values 0 and 1.
676  */
677 #ifndef NRFX_TEMP_ENABLED
678 #define NRFX_TEMP_ENABLED 0
679 #endif
680 
681 /**
682  * @brief NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
683  *
684  * Integer value. Minimum: 0 Maximum: 7
685  */
686 #ifndef NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY
687 #define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
688 #endif
689 
690 /**
691  * @brief NRFX_TEMP_CONFIG_LOG_ENABLED
692  *
693  * Boolean. Accepted values 0 and 1.
694  */
695 #ifndef NRFX_TEMP_CONFIG_LOG_ENABLED
696 #define NRFX_TEMP_CONFIG_LOG_ENABLED 0
697 #endif
698 
699 /**
700  * @brief NRFX_TEMP_CONFIG_LOG_LEVEL
701  *
702  * Integer value.
703  * Supported values:
704  * - Off     = 0
705  * - Error   = 1
706  * - Warning = 2
707  * - Info    = 3
708  * - Debug   = 4
709  */
710 #ifndef NRFX_TEMP_CONFIG_LOG_LEVEL
711 #define NRFX_TEMP_CONFIG_LOG_LEVEL 3
712 #endif
713 
714 /**
715  * @brief NRFX_TIMER_ENABLED
716  *
717  * Boolean. Accepted values 0 and 1.
718  */
719 #ifndef NRFX_TIMER_ENABLED
720 #define NRFX_TIMER_ENABLED 0
721 #endif
722 
723 /**
724  * @brief NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
725  *
726  * Integer value. Minimum: 0 Maximum: 7
727  */
728 #ifndef NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
729 #define NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
730 #endif
731 
732 /**
733  * @brief NRFX_TIMER_CONFIG_LOG_ENABLED
734  *
735  * Boolean. Accepted values 0 and 1.
736  */
737 #ifndef NRFX_TIMER_CONFIG_LOG_ENABLED
738 #define NRFX_TIMER_CONFIG_LOG_ENABLED 0
739 #endif
740 
741 /**
742  * @brief NRFX_TIMER_CONFIG_LOG_LEVEL
743  *
744  * Integer value.
745  * Supported values:
746  * - Off     = 0
747  * - Error   = 1
748  * - Warning = 2
749  * - Info    = 3
750  * - Debug   = 4
751  */
752 #ifndef NRFX_TIMER_CONFIG_LOG_LEVEL
753 #define NRFX_TIMER_CONFIG_LOG_LEVEL 3
754 #endif
755 
756 /**
757  * @brief NRFX_TIMER0_ENABLED
758  *
759  * Boolean. Accepted values 0 and 1.
760  */
761 #ifndef NRFX_TIMER0_ENABLED
762 #define NRFX_TIMER0_ENABLED 0
763 #endif
764 
765 /**
766  * @brief NRFX_TIMER1_ENABLED
767  *
768  * Boolean. Accepted values 0 and 1.
769  */
770 #ifndef NRFX_TIMER1_ENABLED
771 #define NRFX_TIMER1_ENABLED 0
772 #endif
773 
774 /**
775  * @brief NRFX_TIMER2_ENABLED
776  *
777  * Boolean. Accepted values 0 and 1.
778  */
779 #ifndef NRFX_TIMER2_ENABLED
780 #define NRFX_TIMER2_ENABLED 0
781 #endif
782 
783 /**
784  * @brief NRFX_TWI_ENABLED
785  *
786  * Boolean. Accepted values 0 and 1.
787  */
788 #ifndef NRFX_TWI_ENABLED
789 #define NRFX_TWI_ENABLED 0
790 #endif
791 
792 /**
793  * @brief NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
794  *
795  * Integer value. Minimum: 0 Maximum: 7
796  */
797 #ifndef NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
798 #define NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
799 #endif
800 
801 /**
802  * @brief NRFX_TWI_CONFIG_LOG_ENABLED
803  *
804  * Boolean. Accepted values 0 and 1.
805  */
806 #ifndef NRFX_TWI_CONFIG_LOG_ENABLED
807 #define NRFX_TWI_CONFIG_LOG_ENABLED 0
808 #endif
809 
810 /**
811  * @brief NRFX_TWI_CONFIG_LOG_LEVEL
812  *
813  * Integer value.
814  * Supported values:
815  * - Off     = 0
816  * - Error   = 1
817  * - Warning = 2
818  * - Info    = 3
819  * - Debug   = 4
820  */
821 #ifndef NRFX_TWI_CONFIG_LOG_LEVEL
822 #define NRFX_TWI_CONFIG_LOG_LEVEL 3
823 #endif
824 
825 /**
826  * @brief NRFX_TWI0_ENABLED
827  *
828  * Boolean. Accepted values 0 and 1.
829  */
830 #ifndef NRFX_TWI0_ENABLED
831 #define NRFX_TWI0_ENABLED 0
832 #endif
833 
834 /**
835  * @brief NRFX_TWIM_ENABLED
836  *
837  * Boolean. Accepted values 0 and 1.
838  */
839 #ifndef NRFX_TWIM_ENABLED
840 #define NRFX_TWIM_ENABLED 0
841 #endif
842 
843 /**
844  * @brief NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
845  *
846  * Integer value. Minimum: 0 Maximum: 7
847  */
848 #ifndef NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY
849 #define NRFX_TWIM_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
850 #endif
851 
852 /**
853  * @brief NRFX_TWIM_CONFIG_LOG_ENABLED
854  *
855  * Boolean. Accepted values 0 and 1.
856  */
857 #ifndef NRFX_TWIM_CONFIG_LOG_ENABLED
858 #define NRFX_TWIM_CONFIG_LOG_ENABLED 0
859 #endif
860 
861 /**
862  * @brief NRFX_TWIM_CONFIG_LOG_LEVEL
863  *
864  * Integer value.
865  * Supported values:
866  * - Off     = 0
867  * - Error   = 1
868  * - Warning = 2
869  * - Info    = 3
870  * - Debug   = 4
871  */
872 #ifndef NRFX_TWIM_CONFIG_LOG_LEVEL
873 #define NRFX_TWIM_CONFIG_LOG_LEVEL 3
874 #endif
875 
876 /**
877  * @brief NRFX_TWIM0_ENABLED
878  *
879  * Boolean. Accepted values 0 and 1.
880  */
881 #ifndef NRFX_TWIM0_ENABLED
882 #define NRFX_TWIM0_ENABLED 0
883 #endif
884 
885 /**
886  * @brief NRFX_TWIS_ENABLED
887  *
888  * Boolean. Accepted values 0 and 1.
889  */
890 #ifndef NRFX_TWIS_ENABLED
891 #define NRFX_TWIS_ENABLED 0
892 #endif
893 
894 /**
895  * @brief NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
896  *
897  * Integer value. Minimum: 0 Maximum: 7
898  */
899 #ifndef NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY
900 #define NRFX_TWIS_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
901 #endif
902 
903 /**
904  * @brief NRFX_TWIS_CONFIG_LOG_ENABLED
905  *
906  * Boolean. Accepted values 0 and 1.
907  */
908 #ifndef NRFX_TWIS_CONFIG_LOG_ENABLED
909 #define NRFX_TWIS_CONFIG_LOG_ENABLED 0
910 #endif
911 
912 /**
913  * @brief NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized
914  * only once.
915  *
916  * Boolean. Accepted values 0 and 1.
917  */
918 #ifndef NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY
919 #define NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY 0
920 #endif
921 
922 /**
923  * @brief NRFX_TWIS_NO_SYNC_MODE - Remove support for synchronous mode.
924  *
925  * Boolean. Accepted values 0 and 1.
926  */
927 #ifndef NRFX_TWIS_NO_SYNC_MODE
928 #define NRFX_TWIS_NO_SYNC_MODE 0
929 #endif
930 
931 /**
932  * @brief NRFX_TWIS_CONFIG_LOG_LEVEL
933  *
934  * Integer value.
935  * Supported values:
936  * - Off     = 0
937  * - Error   = 1
938  * - Warning = 2
939  * - Info    = 3
940  * - Debug   = 4
941  */
942 #ifndef NRFX_TWIS_CONFIG_LOG_LEVEL
943 #define NRFX_TWIS_CONFIG_LOG_LEVEL 3
944 #endif
945 
946 /**
947  * @brief NRFX_TWIS0_ENABLED
948  *
949  * Boolean. Accepted values 0 and 1.
950  */
951 #ifndef NRFX_TWIS0_ENABLED
952 #define NRFX_TWIS0_ENABLED 0
953 #endif
954 
955 /**
956  * @brief NRFX_UART_ENABLED
957  *
958  * Boolean. Accepted values 0 and 1.
959  */
960 #ifndef NRFX_UART_ENABLED
961 #define NRFX_UART_ENABLED 0
962 #endif
963 
964 /**
965  * @brief NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
966  *
967  * Integer value. Minimum: 0 Maximum: 7
968  */
969 #ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
970 #define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
971 #endif
972 
973 /**
974  * @brief NRFX_UART_CONFIG_LOG_ENABLED
975  *
976  * Boolean. Accepted values 0 and 1.
977  */
978 #ifndef NRFX_UART_CONFIG_LOG_ENABLED
979 #define NRFX_UART_CONFIG_LOG_ENABLED 0
980 #endif
981 
982 /**
983  * @brief NRFX_UART_CONFIG_LOG_LEVEL
984  *
985  * Integer value.
986  * Supported values:
987  * - Off     = 0
988  * - Error   = 1
989  * - Warning = 2
990  * - Info    = 3
991  * - Debug   = 4
992  */
993 #ifndef NRFX_UART_CONFIG_LOG_LEVEL
994 #define NRFX_UART_CONFIG_LOG_LEVEL 3
995 #endif
996 
997 /**
998  * @brief NRFX_UART0_ENABLED
999  *
1000  * Boolean. Accepted values 0 and 1.
1001  */
1002 #ifndef NRFX_UART0_ENABLED
1003 #define NRFX_UART0_ENABLED 0
1004 #endif
1005 
1006 /**
1007  * @brief NRFX_UARTE_ENABLED
1008  *
1009  * Boolean. Accepted values 0 and 1.
1010  */
1011 #ifndef NRFX_UARTE_ENABLED
1012 #define NRFX_UARTE_ENABLED 0
1013 #endif
1014 
1015 /**
1016  * @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1017  *
1018  * Integer value. Minimum: 0 Maximum: 7
1019  */
1020 #ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
1021 #define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1022 #endif
1023 
1024 /**
1025  * @brief NRFX_UARTE_CONFIG_LOG_ENABLED
1026  *
1027  * Boolean. Accepted values 0 and 1.
1028  */
1029 #ifndef NRFX_UARTE_CONFIG_LOG_ENABLED
1030 #define NRFX_UARTE_CONFIG_LOG_ENABLED 0
1031 #endif
1032 
1033 /**
1034  * @brief NRFX_UARTE_CONFIG_LOG_LEVEL
1035  *
1036  * Integer value.
1037  * Supported values:
1038  * - Off     = 0
1039  * - Error   = 1
1040  * - Warning = 2
1041  * - Info    = 3
1042  * - Debug   = 4
1043  */
1044 #ifndef NRFX_UARTE_CONFIG_LOG_LEVEL
1045 #define NRFX_UARTE_CONFIG_LOG_LEVEL 3
1046 #endif
1047 
1048 /**
1049  * @brief NRFX_UARTE0_ENABLED
1050  *
1051  * Boolean. Accepted values 0 and 1.
1052  */
1053 #ifndef NRFX_UARTE0_ENABLED
1054 #define NRFX_UARTE0_ENABLED 0
1055 #endif
1056 
1057 /**
1058  * @brief NRFX_WDT_ENABLED
1059  *
1060  * Boolean. Accepted values 0 and 1.
1061  */
1062 #ifndef NRFX_WDT_ENABLED
1063 #define NRFX_WDT_ENABLED 0
1064 #endif
1065 
1066 /**
1067  * @brief NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1068  *
1069  * Integer value. Minimum: 0 Maximum: 7
1070  */
1071 #ifndef NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY
1072 #define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY NRFX_DEFAULT_IRQ_PRIORITY
1073 #endif
1074 
1075 /**
1076  * @brief NRFX_WDT_CONFIG_NO_IRQ - Remove WDT IRQ handling from WDT driver
1077  *
1078  * Boolean. Accepted values 0 and 1.
1079  */
1080 #ifndef NRFX_WDT_CONFIG_NO_IRQ
1081 #define NRFX_WDT_CONFIG_NO_IRQ 0
1082 #endif
1083 
1084 /**
1085  * @brief NRFX_WDT_CONFIG_LOG_ENABLED
1086  *
1087  * Boolean. Accepted values 0 and 1.
1088  */
1089 #ifndef NRFX_WDT_CONFIG_LOG_ENABLED
1090 #define NRFX_WDT_CONFIG_LOG_ENABLED 0
1091 #endif
1092 
1093 /**
1094  * @brief NRFX_WDT_CONFIG_LOG_LEVEL
1095  *
1096  * Integer value.
1097  * Supported values:
1098  * - Off     = 0
1099  * - Error   = 1
1100  * - Warning = 2
1101  * - Info    = 3
1102  * - Debug   = 4
1103  */
1104 #ifndef NRFX_WDT_CONFIG_LOG_LEVEL
1105 #define NRFX_WDT_CONFIG_LOG_LEVEL 3
1106 #endif
1107 
1108 #endif // NRFX_CONFIG_NRF52805_H__
1109