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