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