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