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