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