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