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