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