1 /* 2 3 Copyright (c) 2010 - 2024, Nordic Semiconductor ASA 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 Nordic Semiconductor ASA 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 NORDIC SEMICONDUCTOR ASA 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 35 #ifndef NRF9230_ENGA_RADIOCORE_PERIPHERALS_H 36 #define NRF9230_ENGA_RADIOCORE_PERIPHERALS_H 37 38 #ifdef __cplusplus 39 extern "C" { 40 #endif 41 42 #include <stdbool.h> 43 /*CACHEDATA*/ 44 #define ICACHEDATA_PRESENT 1 45 #define ICACHEDATA_COUNT 1 46 47 #define ICACHEDATA_NUMSETS 256 /*!< Number of sets : 256 */ 48 #define ICACHEDATA_NUMWAYS 2 /*!< Number of ways : 2 */ 49 #define ICACHEDATA_NUMDATAUNIT 4 /*!< Number of data units : 4 */ 50 #define ICACHEDATA_DATAWIDTH 2 /*!< Data width of a data unit : 2 word(s) */ 51 52 /*CACHEINFO*/ 53 #define ICACHEINFO_PRESENT 1 54 #define ICACHEINFO_COUNT 1 55 56 #define ICACHEINFO_NUMSETS 256 /*!< Number of sets : 256 */ 57 #define ICACHEINFO_NUMWAYS 2 /*!< Number of ways : 2 */ 58 #define ICACHEINFO_NUMDATAUNIT 4 /*!< Number of data units : 4 */ 59 #define ICACHEINFO_DATAWIDTH 2 /*!< Data width of a data unit : 2 word(s) */ 60 #define ICACHEINFO_TAGWIDTH 19 /*!< TAG width : 19 */ 61 #define ICACHEINFO_DU_EXTENSION 0 /*!< (unspecified) */ 62 63 /*User information configuration registers*/ 64 #define UICR_PRESENT 1 65 #define UICR_COUNT 1 66 67 /*CACHEDATA*/ 68 #define DCACHEDATA_PRESENT 1 69 #define DCACHEDATA_COUNT 1 70 71 #define DCACHEDATA_NUMSETS 256 /*!< Number of sets : 256 */ 72 #define DCACHEDATA_NUMWAYS 2 /*!< Number of ways : 2 */ 73 #define DCACHEDATA_NUMDATAUNIT 8 /*!< Number of data units : 8 */ 74 #define DCACHEDATA_DATAWIDTH 1 /*!< Data width of a data unit : 1 word(s) */ 75 76 /*CACHEINFO*/ 77 #define DCACHEINFO_PRESENT 1 78 #define DCACHEINFO_COUNT 1 79 80 #define DCACHEINFO_NUMSETS 256 /*!< Number of sets : 256 */ 81 #define DCACHEINFO_NUMWAYS 2 /*!< Number of ways : 2 */ 82 #define DCACHEINFO_NUMDATAUNIT 8 /*!< Number of data units : 8 */ 83 #define DCACHEINFO_DATAWIDTH 1 /*!< Data width of a data unit : 1 word(s) */ 84 #define DCACHEINFO_TAGWIDTH 19 /*!< TAG width : 19 */ 85 #define DCACHEINFO_DU_EXTENSION 1 /*!< (unspecified) */ 86 87 /*Embedded Trace Macrocell*/ 88 #define ETM_PRESENT 1 89 #define ETM_COUNT 1 90 91 /*Cross-Trigger Interface control*/ 92 #define CTI_PRESENT 1 93 #define CTI_COUNT 3 94 95 /*CM33 SubSystem*/ 96 #define CM33SS_PRESENT 1 97 #define CM33SS_COUNT 1 98 99 #define CPUC_FPUAVAILABLE 1 /*!< (unspecified) */ 100 101 /*Cache*/ 102 #define CACHE_PRESENT 1 103 #define CACHE_COUNT 2 104 105 #define ICACHE_VIRTUALCACHE 0 /*!< (unspecified) */ 106 #define ICACHE_FLUSH 0 /*!< (unspecified) */ 107 #define ICACHE_CLEAN 0 /*!< (unspecified) */ 108 #define ICACHE_NONCACHEABLEMISS 1 /*!< (unspecified) */ 109 #define ICACHE_BUSWIDTH_MIN 0 /*!< Data bus width : 0..63 */ 110 #define ICACHE_BUSWIDTH_MAX 63 /*!< Data bus width : 0..63 */ 111 #define ICACHE_BUSWIDTH_SIZE 64 /*!< Data bus width : 0..63 */ 112 #define ICACHE_SECUREINVALIDATE 0 /*!< (unspecified) */ 113 114 #define DCACHE_VIRTUALCACHE 0 /*!< (unspecified) */ 115 #define DCACHE_FLUSH 1 /*!< (unspecified) */ 116 #define DCACHE_CLEAN 1 /*!< (unspecified) */ 117 #define DCACHE_NONCACHEABLEMISS 1 /*!< (unspecified) */ 118 #define DCACHE_BUSWIDTH_MIN 0 /*!< Data bus width : 0..63 */ 119 #define DCACHE_BUSWIDTH_MAX 63 /*!< Data bus width : 0..63 */ 120 #define DCACHE_BUSWIDTH_SIZE 64 /*!< Data bus width : 0..63 */ 121 #define DCACHE_SECUREINVALIDATE 0 /*!< (unspecified) */ 122 123 /*System protection unit*/ 124 #define SPU_PRESENT 1 125 #define SPU_COUNT 4 126 127 #define SPU000_BELLS 0 /*!< (unspecified) */ 128 #define SPU000_IPCT 0 /*!< (unspecified) */ 129 #define SPU000_DPPI 0 /*!< (unspecified) */ 130 #define SPU000_GPIOTE 0 /*!< (unspecified) */ 131 #define SPU000_GRTC 0 /*!< (unspecified) */ 132 #define SPU000_GPIO 0 /*!< (unspecified) */ 133 #define SPU000_CRACEN 0 /*!< (unspecified) */ 134 #define SPU000_MRAMC 0 /*!< (unspecified) */ 135 #define SPU000_COEXC 0 /*!< (unspecified) */ 136 #define SPU000_ANTSWC 0 /*!< (unspecified) */ 137 #define SPU000_SLAVE_BITS 4 /*!< SLAVE_BITS=4 (number of address bits required to represent the 138 peripheral slave index)*/ 139 140 #define SPU010_BELLS 0 /*!< (unspecified) */ 141 #define SPU010_IPCT 0 /*!< (unspecified) */ 142 #define SPU010_DPPI 0 /*!< (unspecified) */ 143 #define SPU010_GPIOTE 0 /*!< (unspecified) */ 144 #define SPU010_GRTC 0 /*!< (unspecified) */ 145 #define SPU010_GPIO 0 /*!< (unspecified) */ 146 #define SPU010_CRACEN 0 /*!< (unspecified) */ 147 #define SPU010_MRAMC 0 /*!< (unspecified) */ 148 #define SPU010_COEXC 0 /*!< (unspecified) */ 149 #define SPU010_ANTSWC 0 /*!< (unspecified) */ 150 #define SPU010_SLAVE_BITS 4 /*!< SLAVE_BITS=4 (number of address bits required to represent the 151 peripheral slave index)*/ 152 153 #define SPU020_BELLS 0 /*!< (unspecified) */ 154 #define SPU020_IPCT 1 /*!< (unspecified) */ 155 #define SPU020_DPPI 1 /*!< (unspecified) */ 156 #define SPU020_GPIOTE 0 /*!< (unspecified) */ 157 #define SPU020_GRTC 0 /*!< (unspecified) */ 158 #define SPU020_GPIO 0 /*!< (unspecified) */ 159 #define SPU020_CRACEN 0 /*!< (unspecified) */ 160 #define SPU020_MRAMC 0 /*!< (unspecified) */ 161 #define SPU020_COEXC 0 /*!< (unspecified) */ 162 #define SPU020_ANTSWC 0 /*!< (unspecified) */ 163 #define SPU020_SLAVE_BITS 4 /*!< SLAVE_BITS=4 (number of address bits required to represent the 164 peripheral slave index)*/ 165 166 #define SPU030_BELLS 0 /*!< (unspecified) */ 167 #define SPU030_IPCT 0 /*!< (unspecified) */ 168 #define SPU030_DPPI 1 /*!< (unspecified) */ 169 #define SPU030_GPIOTE 0 /*!< (unspecified) */ 170 #define SPU030_GRTC 0 /*!< (unspecified) */ 171 #define SPU030_GPIO 0 /*!< (unspecified) */ 172 #define SPU030_CRACEN 0 /*!< (unspecified) */ 173 #define SPU030_MRAMC 0 /*!< (unspecified) */ 174 #define SPU030_COEXC 0 /*!< (unspecified) */ 175 #define SPU030_ANTSWC 0 /*!< (unspecified) */ 176 #define SPU030_SLAVE_BITS 4 /*!< SLAVE_BITS=4 (number of address bits required to represent the 177 peripheral slave index)*/ 178 179 /*Memory Privilege Controller*/ 180 #define MPC_PRESENT 1 181 #define MPC_COUNT 1 182 183 #define MPC_EXTEND_CLOCK_REQ 0 /*!< (unspecified) */ 184 #define MPC_RTCHOKE 1 /*!< (unspecified) */ 185 #define MPC_OVERRIDE_GRAN 4096 /*!< The override region granularity is 4096 bytes */ 186 187 /*MVDMA performs direct-memory-accesses between memories. Data is transferred according to job descriptor lists. Each transfer has corresponding source and sink descriptor lists with matching data amounts. The lists are in memory and they contain data buffer information, address pointers, buffer sizes and data type attributes.*/ 188 189 #define MVDMA_PRESENT 1 190 #define MVDMA_COUNT 3 191 192 #define MVDMA_COMPLETED_EVENT 1 /*!< (unspecified) */ 193 #define MVDMA_DPPI_DISCONNECTED 0 /*!< (unspecified) */ 194 #define MVDMA_INSTANCE_IN_WRAPPER 0 /*!< (unspecified) */ 195 196 #define MVDMA120_COMPLETED_EVENT 1 /*!< (unspecified) */ 197 #define MVDMA120_DPPI_DISCONNECTED 1 /*!< (unspecified) */ 198 #define MVDMA120_INSTANCE_IN_WRAPPER 1 /*!< (unspecified) */ 199 200 #define MVDMA121_COMPLETED_EVENT 1 /*!< (unspecified) */ 201 #define MVDMA121_DPPI_DISCONNECTED 1 /*!< (unspecified) */ 202 #define MVDMA121_INSTANCE_IN_WRAPPER 1 /*!< (unspecified) */ 203 204 /*RAM Controller*/ 205 #define RAMC_PRESENT 1 206 #define RAMC_COUNT 4 207 208 #define RAMC000_ECC 0 /*!< (unspecified) */ 209 #define RAMC000_SEC 1 /*!< (unspecified) */ 210 211 #define RAMC001_ECC 0 /*!< (unspecified) */ 212 #define RAMC001_SEC 0 /*!< (unspecified) */ 213 214 #define RAMC122_ECC 0 /*!< (unspecified) */ 215 #define RAMC122_SEC 0 /*!< (unspecified) */ 216 217 #define RAMC123_ECC 0 /*!< (unspecified) */ 218 #define RAMC123_SEC 0 /*!< (unspecified) */ 219 220 /*HSFLL*/ 221 #define HSFLL_PRESENT 1 222 #define HSFLL_COUNT 1 223 224 #define HSFLL_DITHER_32B 1 /*!< (unspecified) */ 225 #define HSFLL_CLOCKCTRL_MULT_RESET 6 /*!< Reset value of register CLOCKCTRL.MULT: clockctrl_mult_reset */ 226 227 /*LRCCONF*/ 228 #define LRCCONF_PRESENT 1 229 #define LRCCONF_COUNT 3 230 231 #define LRCCONF000_POWERON 0 /*!< (unspecified) */ 232 #define LRCCONF000_RETAIN 0 /*!< (unspecified) */ 233 #define LRCCONF000_SYSTEMOFF 0 /*!< (unspecified) */ 234 #define LRCCONF000_LRCREQHFXO 0 /*!< (unspecified) */ 235 #define LRCCONF000_NCLK_MIN 0 /*!< (unspecified) */ 236 #define LRCCONF000_NCLK_MAX 0 /*!< (unspecified) */ 237 #define LRCCONF000_NCLK_SIZE 1 /*!< (unspecified) */ 238 #define LRCCONF000_CLKCTRL 1 /*!< (unspecified) */ 239 #define LRCCONF000_NACTPD_MIN 0 /*!< (unspecified) */ 240 #define LRCCONF000_NACTPD_MAX 7 /*!< (unspecified) */ 241 #define LRCCONF000_NACTPD_SIZE 8 /*!< (unspecified) */ 242 #define LRCCONF000_PDACT 0 /*!< (unspecified) */ 243 #define LRCCONF000_NPD_MIN 0 /*!< (unspecified) */ 244 #define LRCCONF000_NPD_MAX 7 /*!< (unspecified) */ 245 #define LRCCONF000_NPD_SIZE 8 /*!< (unspecified) */ 246 #define LRCCONF000_OTHERON 0 /*!< (unspecified) */ 247 #define LRCCONF000_NDOMAINS_MIN 0 /*!< (unspecified) */ 248 #define LRCCONF000_NDOMAINS_MAX 15 /*!< (unspecified) */ 249 #define LRCCONF000_NDOMAINS_SIZE 16 /*!< (unspecified) */ 250 #define LRCCONF000_AX2XWAITSTATES 0 /*!< (unspecified) */ 251 #define LRCCONF000_POWERON_MAIN_RESET 0 /*!< (unspecified) */ 252 #define LRCCONF000_POWERON_ACT_RESET 0 /*!< (unspecified) */ 253 #define LRCCONF000_RETAIN_MAIN_RESET 1 /*!< (unspecified) */ 254 #define LRCCONF000_RETAIN_ACT_RESET 1 /*!< (unspecified) */ 255 256 #define LRCCONF010_POWERON 1 /*!< (unspecified) */ 257 #define LRCCONF010_RETAIN 1 /*!< (unspecified) */ 258 #define LRCCONF010_SYSTEMOFF 1 /*!< (unspecified) */ 259 #define LRCCONF010_LRCREQHFXO 1 /*!< (unspecified) */ 260 #define LRCCONF010_NCLK_MIN 0 /*!< (unspecified) */ 261 #define LRCCONF010_NCLK_MAX 0 /*!< (unspecified) */ 262 #define LRCCONF010_NCLK_SIZE 1 /*!< (unspecified) */ 263 #define LRCCONF010_CLKCTRL 1 /*!< (unspecified) */ 264 #define LRCCONF010_NACTPD_MIN 0 /*!< (unspecified) */ 265 #define LRCCONF010_NACTPD_MAX 1 /*!< (unspecified) */ 266 #define LRCCONF010_NACTPD_SIZE 2 /*!< (unspecified) */ 267 #define LRCCONF010_PDACT 1 /*!< (unspecified) */ 268 #define LRCCONF010_NPD_MIN 0 /*!< (unspecified) */ 269 #define LRCCONF010_NPD_MAX 7 /*!< (unspecified) */ 270 #define LRCCONF010_NPD_SIZE 8 /*!< (unspecified) */ 271 #define LRCCONF010_OTHERON 0 /*!< (unspecified) */ 272 #define LRCCONF010_NDOMAINS_MIN 0 /*!< (unspecified) */ 273 #define LRCCONF010_NDOMAINS_MAX 15 /*!< (unspecified) */ 274 #define LRCCONF010_NDOMAINS_SIZE 16 /*!< (unspecified) */ 275 #define LRCCONF010_AX2XWAITSTATES 0 /*!< (unspecified) */ 276 #define LRCCONF010_POWERON_MAIN_RESET 1 /*!< Reset value of register POWERON.MAIN: 1 */ 277 #define LRCCONF010_POWERON_ACT_RESET 0 /*!< Reset value of register POWERON.ACT: 0 */ 278 #define LRCCONF010_RETAIN_MAIN_RESET 0 /*!< Reset value of register RETAIN.MAIN: 0 */ 279 #define LRCCONF010_RETAIN_ACT_RESET 0 /*!< Reset value of register RETAIN.ACT: 0 */ 280 281 #define LRCCONF020_POWERON 0 /*!< (unspecified) */ 282 #define LRCCONF020_RETAIN 0 /*!< (unspecified) */ 283 #define LRCCONF020_SYSTEMOFF 0 /*!< (unspecified) */ 284 #define LRCCONF020_LRCREQHFXO 0 /*!< (unspecified) */ 285 #define LRCCONF020_NCLK_MIN 0 /*!< (unspecified) */ 286 #define LRCCONF020_NCLK_MAX 7 /*!< (unspecified) */ 287 #define LRCCONF020_NCLK_SIZE 8 /*!< (unspecified) */ 288 #define LRCCONF020_CLKCTRL 0 /*!< (unspecified) */ 289 #define LRCCONF020_NACTPD_MIN 0 /*!< (unspecified) */ 290 #define LRCCONF020_NACTPD_MAX 7 /*!< (unspecified) */ 291 #define LRCCONF020_NACTPD_SIZE 8 /*!< (unspecified) */ 292 #define LRCCONF020_PDACT 0 /*!< (unspecified) */ 293 #define LRCCONF020_NPD_MIN 0 /*!< (unspecified) */ 294 #define LRCCONF020_NPD_MAX 7 /*!< (unspecified) */ 295 #define LRCCONF020_NPD_SIZE 8 /*!< (unspecified) */ 296 #define LRCCONF020_OTHERON 0 /*!< (unspecified) */ 297 #define LRCCONF020_NDOMAINS_MIN 0 /*!< (unspecified) */ 298 #define LRCCONF020_NDOMAINS_MAX 15 /*!< (unspecified) */ 299 #define LRCCONF020_NDOMAINS_SIZE 16 /*!< (unspecified) */ 300 #define LRCCONF020_AX2XWAITSTATES 0 /*!< (unspecified) */ 301 #define LRCCONF020_POWERON_MAIN_RESET 0 /*!< (unspecified) */ 302 #define LRCCONF020_POWERON_ACT_RESET 0 /*!< (unspecified) */ 303 #define LRCCONF020_RETAIN_MAIN_RESET 1 /*!< (unspecified) */ 304 #define LRCCONF020_RETAIN_ACT_RESET 1 /*!< (unspecified) */ 305 306 /*Memory configuration*/ 307 #define MEMCONF_PRESENT 1 308 #define MEMCONF_COUNT 1 309 310 #define MEMCONF_RETTRIM 1 /*!< (unspecified) */ 311 #define MEMCONF_REPAIR 0 /*!< (unspecified) */ 312 #define MEMCONF_POWER 1 /*!< (unspecified) */ 313 314 /*Watchdog Timer*/ 315 #define WDT_PRESENT 1 316 #define WDT_COUNT 4 317 318 #define WDT010_ALLOW_STOP 0 /*!< (unspecified) */ 319 #define WDT010_HAS_INTEN 0 /*!< (unspecified) */ 320 321 #define WDT011_ALLOW_STOP 0 /*!< (unspecified) */ 322 #define WDT011_HAS_INTEN 0 /*!< (unspecified) */ 323 324 #define WDT131_ALLOW_STOP 0 /*!< (unspecified) */ 325 #define WDT131_HAS_INTEN 0 /*!< (unspecified) */ 326 327 #define WDT132_ALLOW_STOP 0 /*!< (unspecified) */ 328 #define WDT132_HAS_INTEN 0 /*!< (unspecified) */ 329 330 /*RESETINFO*/ 331 #define RESETINFO_PRESENT 1 332 #define RESETINFO_COUNT 1 333 334 #define RESETINFO_HASRESETREAS 1 /*!< (unspecified) */ 335 #define RESETINFO_CROSSDOMAINRESET 1 /*!< (unspecified) */ 336 337 /*Distributed programmable peripheral interconnect controller*/ 338 #define DPPIC_PRESENT 1 339 #define DPPIC_COUNT 9 340 341 #define DPPIC020_HASCHANNELGROUPS 1 /*!< (unspecified) */ 342 #define DPPIC020_CH_NUM_MIN 0 /*!< (unspecified) */ 343 #define DPPIC020_CH_NUM_MAX 23 /*!< (unspecified) */ 344 #define DPPIC020_CH_NUM_SIZE 24 /*!< (unspecified) */ 345 #define DPPIC020_GROUP_NUM_MIN 0 /*!< (unspecified) */ 346 #define DPPIC020_GROUP_NUM_MAX 3 /*!< (unspecified) */ 347 #define DPPIC020_GROUP_NUM_SIZE 4 /*!< (unspecified) */ 348 349 #define DPPIC120_HASCHANNELGROUPS 1 /*!< (unspecified) */ 350 #define DPPIC120_CH_NUM_MIN 0 /*!< (unspecified) */ 351 #define DPPIC120_CH_NUM_MAX 7 /*!< (unspecified) */ 352 #define DPPIC120_CH_NUM_SIZE 8 /*!< (unspecified) */ 353 #define DPPIC120_GROUP_NUM_MIN 0 /*!< (unspecified) */ 354 #define DPPIC120_GROUP_NUM_MAX 1 /*!< (unspecified) */ 355 #define DPPIC120_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 356 357 #define DPPIC130_HASCHANNELGROUPS 1 /*!< (unspecified) */ 358 #define DPPIC130_CH_NUM_MIN 0 /*!< (unspecified) */ 359 #define DPPIC130_CH_NUM_MAX 7 /*!< (unspecified) */ 360 #define DPPIC130_CH_NUM_SIZE 8 /*!< (unspecified) */ 361 #define DPPIC130_GROUP_NUM_MIN 0 /*!< (unspecified) */ 362 #define DPPIC130_GROUP_NUM_MAX 1 /*!< (unspecified) */ 363 #define DPPIC130_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 364 365 #define DPPIC131_HASCHANNELGROUPS 1 /*!< (unspecified) */ 366 #define DPPIC131_CH_NUM_MIN 0 /*!< (unspecified) */ 367 #define DPPIC131_CH_NUM_MAX 7 /*!< (unspecified) */ 368 #define DPPIC131_CH_NUM_SIZE 8 /*!< (unspecified) */ 369 #define DPPIC131_GROUP_NUM_MIN 0 /*!< (unspecified) */ 370 #define DPPIC131_GROUP_NUM_MAX 1 /*!< (unspecified) */ 371 #define DPPIC131_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 372 373 #define DPPIC132_HASCHANNELGROUPS 1 /*!< (unspecified) */ 374 #define DPPIC132_CH_NUM_MIN 0 /*!< (unspecified) */ 375 #define DPPIC132_CH_NUM_MAX 7 /*!< (unspecified) */ 376 #define DPPIC132_CH_NUM_SIZE 8 /*!< (unspecified) */ 377 #define DPPIC132_GROUP_NUM_MIN 0 /*!< (unspecified) */ 378 #define DPPIC132_GROUP_NUM_MAX 1 /*!< (unspecified) */ 379 #define DPPIC132_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 380 381 #define DPPIC133_HASCHANNELGROUPS 1 /*!< (unspecified) */ 382 #define DPPIC133_CH_NUM_MIN 0 /*!< (unspecified) */ 383 #define DPPIC133_CH_NUM_MAX 7 /*!< (unspecified) */ 384 #define DPPIC133_CH_NUM_SIZE 8 /*!< (unspecified) */ 385 #define DPPIC133_GROUP_NUM_MIN 0 /*!< (unspecified) */ 386 #define DPPIC133_GROUP_NUM_MAX 1 /*!< (unspecified) */ 387 #define DPPIC133_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 388 389 #define DPPIC134_HASCHANNELGROUPS 1 /*!< (unspecified) */ 390 #define DPPIC134_CH_NUM_MIN 0 /*!< (unspecified) */ 391 #define DPPIC134_CH_NUM_MAX 7 /*!< (unspecified) */ 392 #define DPPIC134_CH_NUM_SIZE 8 /*!< (unspecified) */ 393 #define DPPIC134_GROUP_NUM_MIN 0 /*!< (unspecified) */ 394 #define DPPIC134_GROUP_NUM_MAX 1 /*!< (unspecified) */ 395 #define DPPIC134_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 396 397 #define DPPIC135_HASCHANNELGROUPS 1 /*!< (unspecified) */ 398 #define DPPIC135_CH_NUM_MIN 0 /*!< (unspecified) */ 399 #define DPPIC135_CH_NUM_MAX 7 /*!< (unspecified) */ 400 #define DPPIC135_CH_NUM_SIZE 8 /*!< (unspecified) */ 401 #define DPPIC135_GROUP_NUM_MIN 0 /*!< (unspecified) */ 402 #define DPPIC135_GROUP_NUM_MAX 1 /*!< (unspecified) */ 403 #define DPPIC135_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 404 405 #define DPPIC136_HASCHANNELGROUPS 1 /*!< (unspecified) */ 406 #define DPPIC136_CH_NUM_MIN 0 /*!< (unspecified) */ 407 #define DPPIC136_CH_NUM_MAX 7 /*!< (unspecified) */ 408 #define DPPIC136_CH_NUM_SIZE 8 /*!< (unspecified) */ 409 #define DPPIC136_GROUP_NUM_MIN 0 /*!< (unspecified) */ 410 #define DPPIC136_GROUP_NUM_MAX 1 /*!< (unspecified) */ 411 #define DPPIC136_GROUP_NUM_SIZE 2 /*!< (unspecified) */ 412 413 /*PPIB APB registers*/ 414 #define PPIB_PRESENT 1 415 #define PPIB_COUNT 2 416 417 #define PPIB020_NTASKSEVENTS_MIN 0 /*!< (unspecified) */ 418 #define PPIB020_NTASKSEVENTS_MAX 15 /*!< (unspecified) */ 419 #define PPIB020_NTASKSEVENTS_SIZE 16 /*!< (unspecified) */ 420 421 #define PPIB030_NTASKSEVENTS_MIN 0 /*!< (unspecified) */ 422 #define PPIB030_NTASKSEVENTS_MAX 15 /*!< (unspecified) */ 423 #define PPIB030_NTASKSEVENTS_SIZE 16 /*!< (unspecified) */ 424 425 /*Event generator unit*/ 426 #define EGU_PRESENT 1 427 #define EGU_COUNT 2 428 429 #define EGU020_PEND 0 /*!< (unspecified) */ 430 #define EGU020_CH_NUM_MIN 0 /*!< (unspecified) */ 431 #define EGU020_CH_NUM_MAX 15 /*!< (unspecified) */ 432 #define EGU020_CH_NUM_SIZE 16 /*!< (unspecified) */ 433 434 #define EGU130_PEND 0 /*!< (unspecified) */ 435 #define EGU130_CH_NUM_MIN 0 /*!< (unspecified) */ 436 #define EGU130_CH_NUM_MAX 7 /*!< (unspecified) */ 437 #define EGU130_CH_NUM_SIZE 8 /*!< (unspecified) */ 438 439 /*Timer/Counter*/ 440 #define TIMER_PRESENT 1 441 #define TIMER_COUNT 13 442 443 #define TIMER020_CC_NUM_MIN 0 /*!< (unspecified) */ 444 #define TIMER020_CC_NUM_MAX 7 /*!< (unspecified) */ 445 #define TIMER020_CC_NUM_SIZE 8 /*!< (unspecified) */ 446 #define TIMER020_MAX_SIZE_MIN 0 /*!< (unspecified) */ 447 #define TIMER020_MAX_SIZE_MAX 31 /*!< (unspecified) */ 448 #define TIMER020_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 449 #define TIMER020_PCLK_MHZ 32 /*!< Peripheral clock frequency (PCLK) is 32 MHz */ 450 #define TIMER020_PCLK_VARIABLE 0 /*!< (unspecified) */ 451 452 #define TIMER021_CC_NUM_MIN 0 /*!< (unspecified) */ 453 #define TIMER021_CC_NUM_MAX 7 /*!< (unspecified) */ 454 #define TIMER021_CC_NUM_SIZE 8 /*!< (unspecified) */ 455 #define TIMER021_MAX_SIZE_MIN 0 /*!< (unspecified) */ 456 #define TIMER021_MAX_SIZE_MAX 31 /*!< (unspecified) */ 457 #define TIMER021_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 458 #define TIMER021_PCLK_MHZ 32 /*!< Peripheral clock frequency (PCLK) is 32 MHz */ 459 #define TIMER021_PCLK_VARIABLE 0 /*!< (unspecified) */ 460 461 #define TIMER022_CC_NUM_MIN 0 /*!< (unspecified) */ 462 #define TIMER022_CC_NUM_MAX 7 /*!< (unspecified) */ 463 #define TIMER022_CC_NUM_SIZE 8 /*!< (unspecified) */ 464 #define TIMER022_MAX_SIZE_MIN 0 /*!< (unspecified) */ 465 #define TIMER022_MAX_SIZE_MAX 31 /*!< (unspecified) */ 466 #define TIMER022_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 467 #define TIMER022_PCLK_MHZ 32 /*!< Peripheral clock frequency (PCLK) is 32 MHz */ 468 #define TIMER022_PCLK_VARIABLE 0 /*!< (unspecified) */ 469 470 #define TIMER120_CC_NUM_MIN 0 /*!< (unspecified) */ 471 #define TIMER120_CC_NUM_MAX 5 /*!< (unspecified) */ 472 #define TIMER120_CC_NUM_SIZE 6 /*!< (unspecified) */ 473 #define TIMER120_MAX_SIZE_MIN 0 /*!< (unspecified) */ 474 #define TIMER120_MAX_SIZE_MAX 31 /*!< (unspecified) */ 475 #define TIMER120_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 476 #define TIMER120_PCLK_MHZ 320 /*!< Peripheral clock frequency (PCLK) is 320 MHz */ 477 #define TIMER120_PCLK_VARIABLE 0 /*!< (unspecified) */ 478 479 #define TIMER121_CC_NUM_MIN 0 /*!< (unspecified) */ 480 #define TIMER121_CC_NUM_MAX 5 /*!< (unspecified) */ 481 #define TIMER121_CC_NUM_SIZE 6 /*!< (unspecified) */ 482 #define TIMER121_MAX_SIZE_MIN 0 /*!< (unspecified) */ 483 #define TIMER121_MAX_SIZE_MAX 31 /*!< (unspecified) */ 484 #define TIMER121_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 485 #define TIMER121_PCLK_MHZ 320 /*!< Peripheral clock frequency (PCLK) is 320 MHz */ 486 #define TIMER121_PCLK_VARIABLE 0 /*!< (unspecified) */ 487 488 #define TIMER130_CC_NUM_MIN 0 /*!< (unspecified) */ 489 #define TIMER130_CC_NUM_MAX 5 /*!< (unspecified) */ 490 #define TIMER130_CC_NUM_SIZE 6 /*!< (unspecified) */ 491 #define TIMER130_MAX_SIZE_MIN 0 /*!< (unspecified) */ 492 #define TIMER130_MAX_SIZE_MAX 31 /*!< (unspecified) */ 493 #define TIMER130_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 494 #define TIMER130_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 495 #define TIMER130_PCLK_VARIABLE 0 /*!< (unspecified) */ 496 497 #define TIMER131_CC_NUM_MIN 0 /*!< (unspecified) */ 498 #define TIMER131_CC_NUM_MAX 5 /*!< (unspecified) */ 499 #define TIMER131_CC_NUM_SIZE 6 /*!< (unspecified) */ 500 #define TIMER131_MAX_SIZE_MIN 0 /*!< (unspecified) */ 501 #define TIMER131_MAX_SIZE_MAX 31 /*!< (unspecified) */ 502 #define TIMER131_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 503 #define TIMER131_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 504 #define TIMER131_PCLK_VARIABLE 0 /*!< (unspecified) */ 505 506 #define TIMER132_CC_NUM_MIN 0 /*!< (unspecified) */ 507 #define TIMER132_CC_NUM_MAX 5 /*!< (unspecified) */ 508 #define TIMER132_CC_NUM_SIZE 6 /*!< (unspecified) */ 509 #define TIMER132_MAX_SIZE_MIN 0 /*!< (unspecified) */ 510 #define TIMER132_MAX_SIZE_MAX 31 /*!< (unspecified) */ 511 #define TIMER132_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 512 #define TIMER132_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 513 #define TIMER132_PCLK_VARIABLE 0 /*!< (unspecified) */ 514 515 #define TIMER133_CC_NUM_MIN 0 /*!< (unspecified) */ 516 #define TIMER133_CC_NUM_MAX 5 /*!< (unspecified) */ 517 #define TIMER133_CC_NUM_SIZE 6 /*!< (unspecified) */ 518 #define TIMER133_MAX_SIZE_MIN 0 /*!< (unspecified) */ 519 #define TIMER133_MAX_SIZE_MAX 31 /*!< (unspecified) */ 520 #define TIMER133_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 521 #define TIMER133_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 522 #define TIMER133_PCLK_VARIABLE 0 /*!< (unspecified) */ 523 524 #define TIMER134_CC_NUM_MIN 0 /*!< (unspecified) */ 525 #define TIMER134_CC_NUM_MAX 5 /*!< (unspecified) */ 526 #define TIMER134_CC_NUM_SIZE 6 /*!< (unspecified) */ 527 #define TIMER134_MAX_SIZE_MIN 0 /*!< (unspecified) */ 528 #define TIMER134_MAX_SIZE_MAX 31 /*!< (unspecified) */ 529 #define TIMER134_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 530 #define TIMER134_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 531 #define TIMER134_PCLK_VARIABLE 0 /*!< (unspecified) */ 532 533 #define TIMER135_CC_NUM_MIN 0 /*!< (unspecified) */ 534 #define TIMER135_CC_NUM_MAX 5 /*!< (unspecified) */ 535 #define TIMER135_CC_NUM_SIZE 6 /*!< (unspecified) */ 536 #define TIMER135_MAX_SIZE_MIN 0 /*!< (unspecified) */ 537 #define TIMER135_MAX_SIZE_MAX 31 /*!< (unspecified) */ 538 #define TIMER135_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 539 #define TIMER135_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 540 #define TIMER135_PCLK_VARIABLE 0 /*!< (unspecified) */ 541 542 #define TIMER136_CC_NUM_MIN 0 /*!< (unspecified) */ 543 #define TIMER136_CC_NUM_MAX 5 /*!< (unspecified) */ 544 #define TIMER136_CC_NUM_SIZE 6 /*!< (unspecified) */ 545 #define TIMER136_MAX_SIZE_MIN 0 /*!< (unspecified) */ 546 #define TIMER136_MAX_SIZE_MAX 31 /*!< (unspecified) */ 547 #define TIMER136_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 548 #define TIMER136_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 549 #define TIMER136_PCLK_VARIABLE 0 /*!< (unspecified) */ 550 551 #define TIMER137_CC_NUM_MIN 0 /*!< (unspecified) */ 552 #define TIMER137_CC_NUM_MAX 5 /*!< (unspecified) */ 553 #define TIMER137_CC_NUM_SIZE 6 /*!< (unspecified) */ 554 #define TIMER137_MAX_SIZE_MIN 0 /*!< (unspecified) */ 555 #define TIMER137_MAX_SIZE_MAX 31 /*!< (unspecified) */ 556 #define TIMER137_MAX_SIZE_SIZE 32 /*!< (unspecified) */ 557 #define TIMER137_PCLK_MHZ 16 /*!< Peripheral clock frequency (PCLK) is 16 MHz */ 558 #define TIMER137_PCLK_VARIABLE 0 /*!< (unspecified) */ 559 560 /*Real-time counter*/ 561 #define RTC_PRESENT 1 562 #define RTC_COUNT 3 563 564 #define RTC_CC_NUM_MIN 0 /*!< (unspecified) */ 565 #define RTC_CC_NUM_MAX 7 /*!< (unspecified) */ 566 #define RTC_CC_NUM_SIZE 8 /*!< (unspecified) */ 567 #define RTC_BIT_WIDTH_MIN 0 /*!< (unspecified) */ 568 #define RTC_BIT_WIDTH_MAX 23 /*!< (unspecified) */ 569 #define RTC_BIT_WIDTH_SIZE 24 /*!< (unspecified) */ 570 #define RTC_LFCLK_ENABLE 0 /*!< (unspecified) */ 571 572 #define RTC130_CC_NUM_MIN 0 /*!< (unspecified) */ 573 #define RTC130_CC_NUM_MAX 3 /*!< (unspecified) */ 574 #define RTC130_CC_NUM_SIZE 4 /*!< (unspecified) */ 575 #define RTC130_BIT_WIDTH_MIN 0 /*!< (unspecified) */ 576 #define RTC130_BIT_WIDTH_MAX 23 /*!< (unspecified) */ 577 #define RTC130_BIT_WIDTH_SIZE 24 /*!< (unspecified) */ 578 #define RTC130_LFCLK_ENABLE 0 /*!< (unspecified) */ 579 580 #define RTC131_CC_NUM_MIN 0 /*!< (unspecified) */ 581 #define RTC131_CC_NUM_MAX 3 /*!< (unspecified) */ 582 #define RTC131_CC_NUM_SIZE 4 /*!< (unspecified) */ 583 #define RTC131_BIT_WIDTH_MIN 0 /*!< (unspecified) */ 584 #define RTC131_BIT_WIDTH_MAX 23 /*!< (unspecified) */ 585 #define RTC131_BIT_WIDTH_SIZE 24 /*!< (unspecified) */ 586 #define RTC131_LFCLK_ENABLE 0 /*!< (unspecified) */ 587 588 /*2.4 GHz radio*/ 589 #define RADIO_PRESENT 1 590 #define RADIO_COUNT 1 591 592 #define RADIO_IRQ_COUNT 2 593 #define RADIO_ADPLLCOMPANION_INCLUDE_DMA 0 /*!< (unspecified) */ 594 #define RADIO_PERPOWER 1 /*!< (unspecified) */ 595 596 /*VPR peripheral registers*/ 597 #define VPR_PRESENT 1 598 #define VPR_COUNT 3 599 600 #define VPR_INIT_PC_RESET_VALUE 0x00000000 /*!< Boot vector (INIT_PC_RESET_VALUE): 0x00000000 */ 601 #define VPR_VPR_START_RESET_VALUE 0 /*!< Self-booting (VPR_START_RESET_VALUE): 0 */ 602 #define VPR_RAM_BASE_ADDR 0x23040000 /*!< (unspecified) */ 603 #define VPR_RAM_SZ 15 /*!< (unspecified) */ 604 #define VPR_RETAINED 1 /*!< (unspecified) */ 605 #define VPR_VPRSAVEDCTX 0 /*!< (unspecified) */ 606 #define VPR_VPRSAVEADDR 0x00000000 /*!< (unspecified) */ 607 #define VPR_VPRREMAPADDRVTOB 0x00000000 /*!< (unspecified) */ 608 #define VPR_VEVIF_NTASKS_MIN 0 /*!< VEVIF tasks: 0..15 */ 609 #define VPR_VEVIF_NTASKS_MAX 15 /*!< VEVIF tasks: 0..15 */ 610 #define VPR_VEVIF_NTASKS_SIZE 16 /*!< VEVIF tasks: 0..15 */ 611 #define VPR_VEVIF_TASKS_MASK 0x0000FF00 /*!< Mask of supported VEVIF tasks: 0x0000FF00 */ 612 #define VPR_VEVIF_NDPPI_MIN 8 /*!< VEVIF DPPI channels: 8..10 */ 613 #define VPR_VEVIF_NDPPI_MAX 10 /*!< VEVIF DPPI channels: 8..10 */ 614 #define VPR_VEVIF_NDPPI_SIZE 11 /*!< VEVIF DPPI channels: 8..10 */ 615 #define VPR_VEVIF_NEVENTS_MIN 12 /*!< VEVIF events: 12..15 */ 616 #define VPR_VEVIF_NEVENTS_MAX 15 /*!< VEVIF events: 12..15 */ 617 #define VPR_VEVIF_NEVENTS_SIZE 16 /*!< VEVIF events: 12..15 */ 618 #define VPR_DEBUGGER_OFFSET 1024 /*!< Debugger interface register offset: 0x53034400 */ 619 620 #define VPR121_INIT_PC_RESET_VALUE 0x00000000 /*!< Boot vector (INIT_PC_RESET_VALUE): 0x00000000 */ 621 #define VPR121_VPR_START_RESET_VALUE 0 /*!< Self-booting (VPR_START_RESET_VALUE): 0 */ 622 #define VPR121_RAM_BASE_ADDR 0x2F890000 /*!< (unspecified) */ 623 #define VPR121_RAM_SZ 15 /*!< (unspecified) */ 624 #define VPR121_VPRSAVEDCTX_REGNAME NRF_MEMCONF120->POWER[0].RET /*!< (unspecified) */ 625 #define VPR121_VPRSAVEDCTX_REGBIT 23 /*!< (unspecified) */ 626 #define VPR121_RETAINED 0 /*!< (unspecified) */ 627 #define VPR121_VPRSAVEDCTX 1 /*!< (unspecified) */ 628 #define VPR121_VPRSAVEADDR 0x2F800000 /*!< (unspecified) */ 629 #define VPR121_VPRREMAPADDRVTOB 0x00000000 /*!< (unspecified) */ 630 #define VPR121_VEVIF_NTASKS_MIN 0 /*!< VEVIF tasks: 0..31 */ 631 #define VPR121_VEVIF_NTASKS_MAX 31 /*!< VEVIF tasks: 0..31 */ 632 #define VPR121_VEVIF_NTASKS_SIZE 32 /*!< VEVIF tasks: 0..31 */ 633 #define VPR121_VEVIF_TASKS_MASK 0xFFFF0000 /*!< Mask of supported VEVIF tasks: 0xFFFF0000 */ 634 #define VPR121_VEVIF_NDPPI_MIN 24 /*!< VEVIF DPPI channels: 24..27 */ 635 #define VPR121_VEVIF_NDPPI_MAX 27 /*!< VEVIF DPPI channels: 24..27 */ 636 #define VPR121_VEVIF_NDPPI_SIZE 28 /*!< VEVIF DPPI channels: 24..27 */ 637 #define VPR121_VEVIF_NEVENTS_MIN 28 /*!< VEVIF events: 28..31 */ 638 #define VPR121_VEVIF_NEVENTS_MAX 31 /*!< VEVIF events: 28..31 */ 639 #define VPR121_VEVIF_NEVENTS_SIZE 32 /*!< VEVIF events: 28..31 */ 640 #define VPR121_DEBUGGER_OFFSET 1024 /*!< Debugger interface register offset: 0x5F8D4400 */ 641 642 #define VPR130_INIT_PC_RESET_VALUE 0x00000000 /*!< Boot vector (INIT_PC_RESET_VALUE): 0x00000000 */ 643 #define VPR130_VPR_START_RESET_VALUE 0 /*!< Self-booting (VPR_START_RESET_VALUE): 0 */ 644 #define VPR130_RAM_BASE_ADDR 0x2FC00000 /*!< (unspecified) */ 645 #define VPR130_RAM_SZ 15 /*!< (unspecified) */ 646 #define VPR130_VPRSAVEDCTX_REGNAME NRF_MEMCONF130->POWER[0].RET /*!< (unspecified) */ 647 #define VPR130_VPRSAVEDCTX_REGBIT 5 /*!< (unspecified) */ 648 #define VPR130_RETAINED 1 /*!< (unspecified) */ 649 #define VPR130_VPRSAVEDCTX 1 /*!< (unspecified) */ 650 #define VPR130_VPRSAVEADDR 0x2F800000 /*!< (unspecified) */ 651 #define VPR130_VPRREMAPADDRVTOB 0x00000000 /*!< (unspecified) */ 652 #define VPR130_VEVIF_NTASKS_MIN 0 /*!< VEVIF tasks: 0..15 */ 653 #define VPR130_VEVIF_NTASKS_MAX 15 /*!< VEVIF tasks: 0..15 */ 654 #define VPR130_VEVIF_NTASKS_SIZE 16 /*!< VEVIF tasks: 0..15 */ 655 #define VPR130_VEVIF_TASKS_MASK 0x0000FFF0 /*!< Mask of supported VEVIF tasks: 0x0000FFF0 */ 656 #define VPR130_VEVIF_NDPPI_MIN 8 /*!< VEVIF DPPI channels: 8..11 */ 657 #define VPR130_VEVIF_NDPPI_MAX 11 /*!< VEVIF DPPI channels: 8..11 */ 658 #define VPR130_VEVIF_NDPPI_SIZE 12 /*!< VEVIF DPPI channels: 8..11 */ 659 #define VPR130_VEVIF_NEVENTS_MIN 12 /*!< VEVIF events: 12..15 */ 660 #define VPR130_VEVIF_NEVENTS_MAX 15 /*!< VEVIF events: 12..15 */ 661 #define VPR130_VEVIF_NEVENTS_SIZE 16 /*!< VEVIF events: 12..15 */ 662 #define VPR130_DEBUGGER_OFFSET 1024 /*!< Debugger interface register offset: 0x5F908400 */ 663 664 /*Accelerated Address Resolver*/ 665 #define AAR_PRESENT 1 666 #define AAR_COUNT 2 667 668 /*AES CCM Mode Encryption*/ 669 #define CCM_PRESENT 1 670 #define CCM_COUNT 2 671 672 #define CCM030_AMOUNTREG 0 /*!< (unspecified) */ 673 #define CCM030_ONTHEFLYDECRYPTION 0 /*!< (unspecified) */ 674 #define CCM030_DMAERROR 0 /*!< (unspecified) */ 675 676 #define CCM031_AMOUNTREG 0 /*!< (unspecified) */ 677 #define CCM031_ONTHEFLYDECRYPTION 0 /*!< (unspecified) */ 678 #define CCM031_DMAERROR 0 /*!< (unspecified) */ 679 680 /*AES ECB Mode Encryption*/ 681 #define ECB_PRESENT 1 682 #define ECB_COUNT 2 683 684 #define ECB030_AMOUNTREG 1 /*!< (unspecified) */ 685 686 #define ECB031_AMOUNTREG 1 /*!< (unspecified) */ 687 688 /*IPCT APB registers*/ 689 #define IPCT_PRESENT 1 690 #define IPCT_COUNT 3 691 692 #define IPCT_IRQ_COUNT 2 693 694 #define IPCT120_IRQ_COUNT 1 695 696 #define IPCT130_IRQ_COUNT 1 697 698 /*Software interrupt*/ 699 #define SWI_PRESENT 1 700 #define SWI_COUNT 8 701 702 /*BELLBOARD APB registers*/ 703 #define BELLBOARD_PRESENT 1 704 #define BELLBOARD_COUNT 1 705 706 #define BELLBOARD_IRQ_COUNT 4 707 708 /*Factory Information Configuration Registers*/ 709 #define FICR_PRESENT 1 710 #define FICR_COUNT 1 711 712 /*USBHSCORE*/ 713 #define USBHSCORE_PRESENT 1 714 #define USBHSCORE_COUNT 1 715 716 /*I3CCORE*/ 717 #define I3CCORE_PRESENT 1 718 #define I3CCORE_COUNT 2 719 720 /*DMU*/ 721 #define DMU_PRESENT 1 722 #define DMU_COUNT 2 723 724 /*MCAN*/ 725 #define MCAN_PRESENT 1 726 #define MCAN_COUNT 2 727 728 /*System Trace Macrocell data buffer*/ 729 #define STMDATA_PRESENT 1 730 #define STMDATA_COUNT 1 731 732 /*TDDCONF*/ 733 #define TDDCONF_PRESENT 1 734 #define TDDCONF_COUNT 1 735 736 #define TDDCONF_FEATEN_TDDCONF_CLK_320MHZ 0 /*!< (unspecified) */ 737 #define TDDCONF_FEATEN_TDDCONF_CLK_400MHZ 1 /*!< (unspecified) */ 738 739 /*System Trace Macrocell*/ 740 #define STM_PRESENT 1 741 #define STM_COUNT 1 742 743 /*Trace Port Interface Unit*/ 744 #define TPIU_PRESENT 1 745 #define TPIU_COUNT 1 746 747 /*ATB Replicator module*/ 748 #define ATBREPLICATOR_PRESENT 1 749 #define ATBREPLICATOR_COUNT 4 750 751 /*ATB funnel module*/ 752 #define ATBFUNNEL_PRESENT 1 753 #define ATBFUNNEL_COUNT 4 754 755 /*GPIO Tasks and Events*/ 756 #define GPIOTE_PRESENT 1 757 #define GPIOTE_COUNT 2 758 759 #define GPIOTE130_IRQ_COUNT 2 760 #define GPIOTE130_GPIOTE_NCHANNELS_MIN 0 /*!< Number of GPIOTE channels: 0..7 */ 761 #define GPIOTE130_GPIOTE_NCHANNELS_MAX 7 /*!< Number of GPIOTE channels: 0..7 */ 762 #define GPIOTE130_GPIOTE_NCHANNELS_SIZE 8 /*!< Number of GPIOTE channels: 0..7 */ 763 #define GPIOTE130_GPIOTE_NPORTEVENTS_MIN 0 /*!< Number of GPIOTE port events: 0..3 */ 764 #define GPIOTE130_GPIOTE_NPORTEVENTS_MAX 3 /*!< Number of GPIOTE port events: 0..3 */ 765 #define GPIOTE130_GPIOTE_NPORTEVENTS_SIZE 4 /*!< Number of GPIOTE port events: 0..3 */ 766 #define GPIOTE130_GPIOTE_NINTERRUPTS_MIN 0 /*!< Number of GPIOTE interrupts: 0..1 */ 767 #define GPIOTE130_GPIOTE_NINTERRUPTS_MAX 1 /*!< Number of GPIOTE interrupts: 0..1 */ 768 #define GPIOTE130_GPIOTE_NINTERRUPTS_SIZE 2 /*!< Number of GPIOTE interrupts: 0..1 */ 769 #define GPIOTE130_HAS_PORT_EVENT 1 /*!< (unspecified) */ 770 771 #define GPIOTE131_IRQ_COUNT 2 772 #define GPIOTE131_GPIOTE_NCHANNELS_MIN 0 /*!< Number of GPIOTE channels: 0..7 */ 773 #define GPIOTE131_GPIOTE_NCHANNELS_MAX 7 /*!< Number of GPIOTE channels: 0..7 */ 774 #define GPIOTE131_GPIOTE_NCHANNELS_SIZE 8 /*!< Number of GPIOTE channels: 0..7 */ 775 #define GPIOTE131_GPIOTE_NPORTEVENTS_MIN 0 /*!< Number of GPIOTE port events: 0..3 */ 776 #define GPIOTE131_GPIOTE_NPORTEVENTS_MAX 3 /*!< Number of GPIOTE port events: 0..3 */ 777 #define GPIOTE131_GPIOTE_NPORTEVENTS_SIZE 4 /*!< Number of GPIOTE port events: 0..3 */ 778 #define GPIOTE131_GPIOTE_NINTERRUPTS_MIN 0 /*!< Number of GPIOTE interrupts: 0..1 */ 779 #define GPIOTE131_GPIOTE_NINTERRUPTS_MAX 1 /*!< Number of GPIOTE interrupts: 0..1 */ 780 #define GPIOTE131_GPIOTE_NINTERRUPTS_SIZE 2 /*!< Number of GPIOTE interrupts: 0..1 */ 781 #define GPIOTE131_HAS_PORT_EVENT 1 /*!< (unspecified) */ 782 783 /*Global Real-time counter*/ 784 #define GRTC_PRESENT 1 785 #define GRTC_COUNT 1 786 787 #define GRTC_IRQ_COUNT 3 788 #define GRTC_MSBWIDTH_MIN 0 /*!< Width of the RTCOUNTERH, RTCOMPAREH and RTCOMPARESYNCH registers : 789 0..14*/ 790 #define GRTC_MSBWIDTH_MAX 14 /*!< Width of the RTCOUNTERH, RTCOMPAREH and RTCOMPARESYNCH registers : 791 0..14*/ 792 #define GRTC_MSBWIDTH_SIZE 15 /*!< Width of the RTCOUNTERH, RTCOMPAREH and RTCOMPARESYNCH registers : 793 0..14*/ 794 #define GRTC_NCC_MIN 0 /*!< Number of compare/capture registers : 0..15 */ 795 #define GRTC_NCC_MAX 15 /*!< Number of compare/capture registers : 0..15 */ 796 #define GRTC_NCC_SIZE 16 /*!< Number of compare/capture registers : 0..15 */ 797 #define GRTC_NTIMEOUT_MIN 0 /*!< Width of the TIMEOUT register : 0..15 */ 798 #define GRTC_NTIMEOUT_MAX 15 /*!< Width of the TIMEOUT register : 0..15 */ 799 #define GRTC_NTIMEOUT_SIZE 16 /*!< Width of the TIMEOUT register : 0..15 */ 800 #define GRTC_NDOMAIN_MIN 0 /*!< Number of domains at the KEEPRUNNING register: 0..15 */ 801 #define GRTC_NDOMAIN_MAX 15 /*!< Number of domains at the KEEPRUNNING register: 0..15 */ 802 #define GRTC_NDOMAIN_SIZE 16 /*!< Number of domains at the KEEPRUNNING register: 0..15 */ 803 #define GRTC_GRTC_NINTERRUPTS_MIN 0 /*!< Number of GRTC interrupts : 0..2 */ 804 #define GRTC_GRTC_NINTERRUPTS_MAX 2 /*!< Number of GRTC interrupts : 0..2 */ 805 #define GRTC_GRTC_NINTERRUPTS_SIZE 3 /*!< Number of GRTC interrupts : 0..2 */ 806 #define GRTC_PWMREGS 1 /*!< (unspecified) */ 807 #define GRTC_CLKOUTREG 1 /*!< (unspecified) */ 808 #define GRTC_CLKSELREG 1 /*!< (unspecified) */ 809 #define GRTC_CLKSELLFLPRC 0 /*!< (unspecified) */ 810 #define GRTC_CCADD_WRITE_ONLY 0 /*!< (unspecified) */ 811 #define GRTC_READY_STATUS_AND_EVENTS 0 /*!< (unspecified) */ 812 813 /*Trace buffer monitor*/ 814 #define TBM_PRESENT 1 815 #define TBM_COUNT 1 816 817 /*USBHS*/ 818 #define USBHS_PRESENT 1 819 #define USBHS_COUNT 1 820 821 /*External Memory Interface*/ 822 #define EXMIF_PRESENT 1 823 #define EXMIF_COUNT 1 824 825 /*BELLBOARD public registers*/ 826 #define BELLBOARDPUBLIC_PRESENT 1 827 #define BELLBOARDPUBLIC_COUNT 1 828 829 /*VPR peripheral registers*/ 830 #define VPRPUBLIC_PRESENT 1 831 #define VPRPUBLIC_COUNT 1 832 833 #define VPR120_VEVIF_NTASKS_MIN 0 /*!< VEVIF tasks: 0..31 */ 834 #define VPR120_VEVIF_NTASKS_MAX 31 /*!< VEVIF tasks: 0..31 */ 835 #define VPR120_VEVIF_NTASKS_SIZE 32 /*!< VEVIF tasks: 0..31 */ 836 #define VPR120_VEVIF_TASKS_MASK 0xFFFFF0FF /*!< Mask of supported VEVIF tasks: 0xFFFFF0FF */ 837 838 /*MUTEX*/ 839 #define MUTEX_PRESENT 1 840 #define MUTEX_COUNT 2 841 842 /*I3C*/ 843 #define I3C_PRESENT 1 844 #define I3C_COUNT 2 845 846 /*Controller Area Network*/ 847 #define CAN_PRESENT 1 848 #define CAN_COUNT 2 849 850 /*Pulse width modulation unit*/ 851 #define PWM_PRESENT 1 852 #define PWM_COUNT 5 853 854 #define PWM120_IDLE_OUT 1 /*!< (unspecified) */ 855 #define PWM120_COMPARE_MATCH 1 /*!< (unspecified) */ 856 #define PWM120_FEATURES_V2 0 /*!< (unspecified) */ 857 #define PWM120_NO_FEATURES_V2 1 /*!< (unspecified) */ 858 #define PWM120_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 859 860 #define PWM130_IDLE_OUT 1 /*!< (unspecified) */ 861 #define PWM130_COMPARE_MATCH 1 /*!< (unspecified) */ 862 #define PWM130_FEATURES_V2 0 /*!< (unspecified) */ 863 #define PWM130_NO_FEATURES_V2 1 /*!< (unspecified) */ 864 #define PWM130_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 865 866 #define PWM131_IDLE_OUT 1 /*!< (unspecified) */ 867 #define PWM131_COMPARE_MATCH 1 /*!< (unspecified) */ 868 #define PWM131_FEATURES_V2 0 /*!< (unspecified) */ 869 #define PWM131_NO_FEATURES_V2 1 /*!< (unspecified) */ 870 #define PWM131_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 871 872 #define PWM132_IDLE_OUT 1 /*!< (unspecified) */ 873 #define PWM132_COMPARE_MATCH 1 /*!< (unspecified) */ 874 #define PWM132_FEATURES_V2 0 /*!< (unspecified) */ 875 #define PWM132_NO_FEATURES_V2 1 /*!< (unspecified) */ 876 #define PWM132_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 877 878 #define PWM133_IDLE_OUT 1 /*!< (unspecified) */ 879 #define PWM133_COMPARE_MATCH 1 /*!< (unspecified) */ 880 #define PWM133_FEATURES_V2 0 /*!< (unspecified) */ 881 #define PWM133_NO_FEATURES_V2 1 /*!< (unspecified) */ 882 #define PWM133_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 883 884 /*SPI Slave*/ 885 #define SPIS_PRESENT 1 886 #define SPIS_COUNT 9 887 888 #define SPIS120_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 889 #define SPIS120_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 890 #define SPIS120_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 891 #define SPIS120_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 892 893 #define SPIS130_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 894 #define SPIS130_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 895 #define SPIS130_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 896 #define SPIS130_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 897 898 #define SPIS131_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 899 #define SPIS131_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 900 #define SPIS131_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 901 #define SPIS131_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 902 903 #define SPIS132_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 904 #define SPIS132_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 905 #define SPIS132_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 906 #define SPIS132_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 907 908 #define SPIS133_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 909 #define SPIS133_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 910 #define SPIS133_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 911 #define SPIS133_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 912 913 #define SPIS134_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 914 #define SPIS134_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 915 #define SPIS134_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 916 #define SPIS134_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 917 918 #define SPIS135_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 919 #define SPIS135_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 920 #define SPIS135_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 921 #define SPIS135_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 922 923 #define SPIS136_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 924 #define SPIS136_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 925 #define SPIS136_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 926 #define SPIS136_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 927 928 #define SPIS137_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 929 #define SPIS137_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 930 #define SPIS137_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 931 #define SPIS137_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 932 933 /*Serial Peripheral Interface Master with EasyDMA*/ 934 #define SPIM_PRESENT 1 935 #define SPIM_COUNT 10 936 937 #define SPIM120_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 938 #define SPIM120_MAX_DATARATE 32 /*!< (unspecified) */ 939 #define SPIM120_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 940 #define SPIM120_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 941 #define SPIM120_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 942 #define SPIM120_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 943 #define SPIM120_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 944 #define SPIM120_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 945 #define SPIM120_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 946 #define SPIM120_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 947 #define SPIM120_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 948 #define SPIM120_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 949 #define SPIM120_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 950 #define SPIM120_CORE_FREQUENCY 320 /*!< Peripheral core frequency is 320 MHz. */ 951 #define SPIM120_PRESCALER_PRESENT 1 /*!< (unspecified) */ 952 #define SPIM120_PRESCALER_DIVISOR_RANGE_MIN 4 /*!< (unspecified) */ 953 #define SPIM120_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 954 #define SPIM120_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 955 #define SPIM120_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 956 #define SPIM120_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 957 #define SPIM120_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 958 #define SPIM120_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 959 #define SPIM120_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 960 #define SPIM120_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 961 #define SPIM120_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 962 963 #define SPIM121_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 964 #define SPIM121_MAX_DATARATE 32 /*!< (unspecified) */ 965 #define SPIM121_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 966 #define SPIM121_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 967 #define SPIM121_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 968 #define SPIM121_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 969 #define SPIM121_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 970 #define SPIM121_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 971 #define SPIM121_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 972 #define SPIM121_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 973 #define SPIM121_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 974 #define SPIM121_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 975 #define SPIM121_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 976 #define SPIM121_CORE_FREQUENCY 320 /*!< Peripheral core frequency is 320 MHz. */ 977 #define SPIM121_PRESCALER_PRESENT 1 /*!< (unspecified) */ 978 #define SPIM121_PRESCALER_DIVISOR_RANGE_MIN 4 /*!< (unspecified) */ 979 #define SPIM121_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 980 #define SPIM121_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 981 #define SPIM121_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 982 #define SPIM121_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 983 #define SPIM121_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 984 #define SPIM121_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 985 #define SPIM121_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 986 #define SPIM121_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 987 #define SPIM121_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 988 989 #define SPIM130_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 990 #define SPIM130_MAX_DATARATE 8 /*!< (unspecified) */ 991 #define SPIM130_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 992 #define SPIM130_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 993 #define SPIM130_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 994 #define SPIM130_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 995 #define SPIM130_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 996 #define SPIM130_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 997 #define SPIM130_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 998 #define SPIM130_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 999 #define SPIM130_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1000 #define SPIM130_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1001 #define SPIM130_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1002 #define SPIM130_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1003 #define SPIM130_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1004 #define SPIM130_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1005 #define SPIM130_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1006 #define SPIM130_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1007 #define SPIM130_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1008 #define SPIM130_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1009 #define SPIM130_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1010 #define SPIM130_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1011 #define SPIM130_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1012 #define SPIM130_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1013 #define SPIM130_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1014 1015 #define SPIM131_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1016 #define SPIM131_MAX_DATARATE 8 /*!< (unspecified) */ 1017 #define SPIM131_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1018 #define SPIM131_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1019 #define SPIM131_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1020 #define SPIM131_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1021 #define SPIM131_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1022 #define SPIM131_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1023 #define SPIM131_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1024 #define SPIM131_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1025 #define SPIM131_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1026 #define SPIM131_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1027 #define SPIM131_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1028 #define SPIM131_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1029 #define SPIM131_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1030 #define SPIM131_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1031 #define SPIM131_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1032 #define SPIM131_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1033 #define SPIM131_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1034 #define SPIM131_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1035 #define SPIM131_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1036 #define SPIM131_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1037 #define SPIM131_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1038 #define SPIM131_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1039 #define SPIM131_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1040 1041 #define SPIM132_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1042 #define SPIM132_MAX_DATARATE 8 /*!< (unspecified) */ 1043 #define SPIM132_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1044 #define SPIM132_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1045 #define SPIM132_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1046 #define SPIM132_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1047 #define SPIM132_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1048 #define SPIM132_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1049 #define SPIM132_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1050 #define SPIM132_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1051 #define SPIM132_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1052 #define SPIM132_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1053 #define SPIM132_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1054 #define SPIM132_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1055 #define SPIM132_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1056 #define SPIM132_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1057 #define SPIM132_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1058 #define SPIM132_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1059 #define SPIM132_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1060 #define SPIM132_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1061 #define SPIM132_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1062 #define SPIM132_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1063 #define SPIM132_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1064 #define SPIM132_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1065 #define SPIM132_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1066 1067 #define SPIM133_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1068 #define SPIM133_MAX_DATARATE 8 /*!< (unspecified) */ 1069 #define SPIM133_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1070 #define SPIM133_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1071 #define SPIM133_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1072 #define SPIM133_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1073 #define SPIM133_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1074 #define SPIM133_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1075 #define SPIM133_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1076 #define SPIM133_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1077 #define SPIM133_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1078 #define SPIM133_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1079 #define SPIM133_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1080 #define SPIM133_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1081 #define SPIM133_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1082 #define SPIM133_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1083 #define SPIM133_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1084 #define SPIM133_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1085 #define SPIM133_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1086 #define SPIM133_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1087 #define SPIM133_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1088 #define SPIM133_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1089 #define SPIM133_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1090 #define SPIM133_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1091 #define SPIM133_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1092 1093 #define SPIM134_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1094 #define SPIM134_MAX_DATARATE 8 /*!< (unspecified) */ 1095 #define SPIM134_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1096 #define SPIM134_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1097 #define SPIM134_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1098 #define SPIM134_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1099 #define SPIM134_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1100 #define SPIM134_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1101 #define SPIM134_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1102 #define SPIM134_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1103 #define SPIM134_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1104 #define SPIM134_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1105 #define SPIM134_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1106 #define SPIM134_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1107 #define SPIM134_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1108 #define SPIM134_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1109 #define SPIM134_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1110 #define SPIM134_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1111 #define SPIM134_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1112 #define SPIM134_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1113 #define SPIM134_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1114 #define SPIM134_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1115 #define SPIM134_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1116 #define SPIM134_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1117 #define SPIM134_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1118 1119 #define SPIM135_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1120 #define SPIM135_MAX_DATARATE 8 /*!< (unspecified) */ 1121 #define SPIM135_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1122 #define SPIM135_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1123 #define SPIM135_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1124 #define SPIM135_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1125 #define SPIM135_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1126 #define SPIM135_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1127 #define SPIM135_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1128 #define SPIM135_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1129 #define SPIM135_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1130 #define SPIM135_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1131 #define SPIM135_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1132 #define SPIM135_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1133 #define SPIM135_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1134 #define SPIM135_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1135 #define SPIM135_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1136 #define SPIM135_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1137 #define SPIM135_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1138 #define SPIM135_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1139 #define SPIM135_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1140 #define SPIM135_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1141 #define SPIM135_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1142 #define SPIM135_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1143 #define SPIM135_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1144 1145 #define SPIM136_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1146 #define SPIM136_MAX_DATARATE 8 /*!< (unspecified) */ 1147 #define SPIM136_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1148 #define SPIM136_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1149 #define SPIM136_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1150 #define SPIM136_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1151 #define SPIM136_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1152 #define SPIM136_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1153 #define SPIM136_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1154 #define SPIM136_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1155 #define SPIM136_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1156 #define SPIM136_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1157 #define SPIM136_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1158 #define SPIM136_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1159 #define SPIM136_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1160 #define SPIM136_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1161 #define SPIM136_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1162 #define SPIM136_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1163 #define SPIM136_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1164 #define SPIM136_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1165 #define SPIM136_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1166 #define SPIM136_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1167 #define SPIM136_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1168 #define SPIM136_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1169 #define SPIM136_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1170 1171 #define SPIM137_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1172 #define SPIM137_MAX_DATARATE 8 /*!< (unspecified) */ 1173 #define SPIM137_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1174 #define SPIM137_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1175 #define SPIM137_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1176 #define SPIM137_FEATURE_HARDWARE_CSN_PRESENT 1 /*!< (unspecified) */ 1177 #define SPIM137_FEATURE_HARDWARE_DCX_PRESENT 1 /*!< (unspecified) */ 1178 #define SPIM137_FEATURE_RXDELAY_PRESENT 1 /*!< (unspecified) */ 1179 #define SPIM137_STALL_STATUS_PRESENT 0 /*!< (unspecified) */ 1180 #define SPIM137_STALL_STATUS_TX_PRESENT 0 /*!< (unspecified) */ 1181 #define SPIM137_NUM_CHIPSELECT_MIN 0 /*!< (unspecified) */ 1182 #define SPIM137_NUM_CHIPSELECT_MAX 0 /*!< (unspecified) */ 1183 #define SPIM137_NUM_CHIPSELECT_SIZE 1 /*!< (unspecified) */ 1184 #define SPIM137_CORE_FREQUENCY 16 /*!< Peripheral core frequency is 16 MHz. */ 1185 #define SPIM137_PRESCALER_PRESENT 1 /*!< (unspecified) */ 1186 #define SPIM137_PRESCALER_DIVISOR_RANGE_MIN 2 /*!< (unspecified) */ 1187 #define SPIM137_PRESCALER_DIVISOR_RANGE_MAX 126 /*!< (unspecified) */ 1188 #define SPIM137_PRESCALER_DIVISOR_RANGE_SIZE 127 /*!< (unspecified) */ 1189 #define SPIM137_RXDELAY_VALUE_RANGE_MIN 0 /*!< (unspecified) */ 1190 #define SPIM137_RXDELAY_VALUE_RANGE_MAX 7 /*!< (unspecified) */ 1191 #define SPIM137_RXDELAY_VALUE_RANGE_SIZE 8 /*!< (unspecified) */ 1192 #define SPIM137_RXDELAY_RESET_VALUE 2 /*!< (unspecified) */ 1193 #define SPIM137_RXDELAY_FIELD_WIDTH_MIN 0 /*!< (unspecified) */ 1194 #define SPIM137_RXDELAY_FIELD_WIDTH_MAX 2 /*!< (unspecified) */ 1195 #define SPIM137_RXDELAY_FIELD_WIDTH_SIZE 3 /*!< (unspecified) */ 1196 1197 /*UART with EasyDMA*/ 1198 #define UARTE_PRESENT 1 1199 #define UARTE_COUNT 9 1200 1201 #define UARTE120_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1202 #define UARTE120_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1203 #define UARTE120_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1204 #define UARTE120_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1205 #define UARTE120_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1206 #define UARTE120_CORE_FREQUENCY 320 /*!< Peripheral clock frequency is 320 MHz. */ 1207 #define UARTE120_CORE_CLOCK_320 1 /*!< (unspecified) */ 1208 #define UARTE120_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1209 #define UARTE120_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1210 1211 #define UARTE130_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1212 #define UARTE130_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1213 #define UARTE130_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1214 #define UARTE130_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1215 #define UARTE130_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1216 #define UARTE130_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1217 #define UARTE130_CORE_CLOCK_16 1 /*!< (unspecified) */ 1218 #define UARTE130_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1219 #define UARTE130_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1220 1221 #define UARTE131_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1222 #define UARTE131_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1223 #define UARTE131_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1224 #define UARTE131_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1225 #define UARTE131_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1226 #define UARTE131_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1227 #define UARTE131_CORE_CLOCK_16 1 /*!< (unspecified) */ 1228 #define UARTE131_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1229 #define UARTE131_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1230 1231 #define UARTE132_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1232 #define UARTE132_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1233 #define UARTE132_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1234 #define UARTE132_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1235 #define UARTE132_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1236 #define UARTE132_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1237 #define UARTE132_CORE_CLOCK_16 1 /*!< (unspecified) */ 1238 #define UARTE132_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1239 #define UARTE132_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1240 1241 #define UARTE133_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1242 #define UARTE133_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1243 #define UARTE133_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1244 #define UARTE133_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1245 #define UARTE133_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1246 #define UARTE133_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1247 #define UARTE133_CORE_CLOCK_16 1 /*!< (unspecified) */ 1248 #define UARTE133_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1249 #define UARTE133_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1250 1251 #define UARTE134_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1252 #define UARTE134_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1253 #define UARTE134_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1254 #define UARTE134_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1255 #define UARTE134_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1256 #define UARTE134_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1257 #define UARTE134_CORE_CLOCK_16 1 /*!< (unspecified) */ 1258 #define UARTE134_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1259 #define UARTE134_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1260 1261 #define UARTE135_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1262 #define UARTE135_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1263 #define UARTE135_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1264 #define UARTE135_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1265 #define UARTE135_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1266 #define UARTE135_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1267 #define UARTE135_CORE_CLOCK_16 1 /*!< (unspecified) */ 1268 #define UARTE135_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1269 #define UARTE135_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1270 1271 #define UARTE136_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1272 #define UARTE136_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1273 #define UARTE136_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1274 #define UARTE136_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1275 #define UARTE136_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1276 #define UARTE136_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1277 #define UARTE136_CORE_CLOCK_16 1 /*!< (unspecified) */ 1278 #define UARTE136_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1279 #define UARTE136_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1280 1281 #define UARTE137_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1282 #define UARTE137_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1283 #define UARTE137_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1284 #define UARTE137_TIMEOUT_INTERRUPT 1 /*!< (unspecified) */ 1285 #define UARTE137_CONFIGURABLE_DATA_FRAME_SIZE 1 /*!< (unspecified) */ 1286 #define UARTE137_CORE_FREQUENCY 16 /*!< Peripheral clock frequency is 16 MHz. */ 1287 #define UARTE137_CORE_CLOCK_16 1 /*!< (unspecified) */ 1288 #define UARTE137_SHORTS_ENDTX_STOPTX 1 /*!< (unspecified) */ 1289 #define UARTE137_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1290 1291 /*GPIO Port*/ 1292 #define GPIO_PRESENT 1 1293 #define GPIO_COUNT 10 1294 1295 #define P0_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1296 #define P0_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1297 #define P0_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1298 #define P0_PIN_NUM_MIN 0 /*!< (unspecified) */ 1299 #define P0_PIN_NUM_MAX 12 /*!< (unspecified) */ 1300 #define P0_PIN_NUM_SIZE 13 /*!< (unspecified) */ 1301 #define P0_FEATURE_PINS_PRESENT 0x00001FFFUL /*!< (unspecified) */ 1302 #define P0_DRIVECTRL 0 /*!< (unspecified) */ 1303 #define P0_RETAIN 1 /*!< (unspecified) */ 1304 #define P0_PWRCTRL 0 /*!< (unspecified) */ 1305 #define P0_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1306 #define P0_BIASCTRL 0 /*!< (unspecified) */ 1307 1308 #define P1_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1309 #define P1_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1310 #define P1_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1311 #define P1_PIN_NUM_MIN 0 /*!< (unspecified) */ 1312 #define P1_PIN_NUM_MAX 11 /*!< (unspecified) */ 1313 #define P1_PIN_NUM_SIZE 12 /*!< (unspecified) */ 1314 #define P1_FEATURE_PINS_PRESENT 0x00000FFFUL /*!< (unspecified) */ 1315 #define P1_DRIVECTRL 0 /*!< (unspecified) */ 1316 #define P1_RETAIN 1 /*!< (unspecified) */ 1317 #define P1_PWRCTRL 0 /*!< (unspecified) */ 1318 #define P1_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1319 #define P1_BIASCTRL 0 /*!< (unspecified) */ 1320 1321 #define P2_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1322 #define P2_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1323 #define P2_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1324 #define P2_PIN_NUM_MIN 0 /*!< (unspecified) */ 1325 #define P2_PIN_NUM_MAX 11 /*!< (unspecified) */ 1326 #define P2_PIN_NUM_SIZE 12 /*!< (unspecified) */ 1327 #define P2_FEATURE_PINS_PRESENT 0x00000FFFUL /*!< (unspecified) */ 1328 #define P2_DRIVECTRL 0 /*!< (unspecified) */ 1329 #define P2_RETAIN 1 /*!< (unspecified) */ 1330 #define P2_PWRCTRL 0 /*!< (unspecified) */ 1331 #define P2_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1332 #define P2_BIASCTRL 0 /*!< (unspecified) */ 1333 1334 #define P6_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1335 #define P6_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1336 #define P6_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1337 #define P6_PIN_NUM_MIN 0 /*!< (unspecified) */ 1338 #define P6_PIN_NUM_MAX 13 /*!< (unspecified) */ 1339 #define P6_PIN_NUM_SIZE 14 /*!< (unspecified) */ 1340 #define P6_FEATURE_PINS_PRESENT 0x00003FFFUL /*!< (unspecified) */ 1341 #define P6_DRIVECTRL 1 /*!< (unspecified) */ 1342 #define P6_RETAIN 1 /*!< (unspecified) */ 1343 #define P6_PWRCTRL 0 /*!< (unspecified) */ 1344 #define P6_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1345 #define P6_BIASCTRL 0 /*!< (unspecified) */ 1346 1347 #define P8_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1348 #define P8_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1349 #define P8_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1350 #define P8_PIN_NUM_MIN 0 /*!< (unspecified) */ 1351 #define P8_PIN_NUM_MAX 4 /*!< (unspecified) */ 1352 #define P8_PIN_NUM_SIZE 5 /*!< (unspecified) */ 1353 #define P8_FEATURE_PINS_PRESENT 0x0000001FUL /*!< (unspecified) */ 1354 #define P8_DRIVECTRL 1 /*!< (unspecified) */ 1355 #define P8_RETAIN 1 /*!< (unspecified) */ 1356 #define P8_PWRCTRL 0 /*!< (unspecified) */ 1357 #define P8_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1358 #define P8_BIASCTRL 0 /*!< (unspecified) */ 1359 1360 #define P9_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1361 #define P9_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1362 #define P9_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1363 #define P9_PIN_NUM_MIN 0 /*!< (unspecified) */ 1364 #define P9_PIN_NUM_MAX 5 /*!< (unspecified) */ 1365 #define P9_PIN_NUM_SIZE 6 /*!< (unspecified) */ 1366 #define P9_FEATURE_PINS_PRESENT 0x0000003FUL /*!< (unspecified) */ 1367 #define P9_DRIVECTRL 0 /*!< (unspecified) */ 1368 #define P9_RETAIN 1 /*!< (unspecified) */ 1369 #define P9_PWRCTRL 1 /*!< (unspecified) */ 1370 #define P9_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1371 #define P9_BIASCTRL 0 /*!< (unspecified) */ 1372 1373 #define P10_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1374 #define P10_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1375 #define P10_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1376 #define P10_PIN_NUM_MIN 0 /*!< (unspecified) */ 1377 #define P10_PIN_NUM_MAX 7 /*!< (unspecified) */ 1378 #define P10_PIN_NUM_SIZE 8 /*!< (unspecified) */ 1379 #define P10_FEATURE_PINS_PRESENT 0x000000FFUL /*!< (unspecified) */ 1380 #define P10_DRIVECTRL 0 /*!< (unspecified) */ 1381 #define P10_RETAIN 1 /*!< (unspecified) */ 1382 #define P10_PWRCTRL 0 /*!< (unspecified) */ 1383 #define P10_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1384 #define P10_BIASCTRL 0 /*!< (unspecified) */ 1385 1386 #define P11_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1387 #define P11_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1388 #define P11_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1389 #define P11_PIN_NUM_MIN 0 /*!< (unspecified) */ 1390 #define P11_PIN_NUM_MAX 7 /*!< (unspecified) */ 1391 #define P11_PIN_NUM_SIZE 8 /*!< (unspecified) */ 1392 #define P11_FEATURE_PINS_PRESENT 0x000000FFUL /*!< (unspecified) */ 1393 #define P11_DRIVECTRL 0 /*!< (unspecified) */ 1394 #define P11_RETAIN 1 /*!< (unspecified) */ 1395 #define P11_PWRCTRL 0 /*!< (unspecified) */ 1396 #define P11_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1397 #define P11_BIASCTRL 0 /*!< (unspecified) */ 1398 1399 #define P12_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1400 #define P12_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1401 #define P12_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1402 #define P12_PIN_NUM_MIN 0 /*!< (unspecified) */ 1403 #define P12_PIN_NUM_MAX 2 /*!< (unspecified) */ 1404 #define P12_PIN_NUM_SIZE 3 /*!< (unspecified) */ 1405 #define P12_FEATURE_PINS_PRESENT 0x00000007UL /*!< (unspecified) */ 1406 #define P12_DRIVECTRL 0 /*!< (unspecified) */ 1407 #define P12_RETAIN 1 /*!< (unspecified) */ 1408 #define P12_PWRCTRL 0 /*!< (unspecified) */ 1409 #define P12_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1410 #define P12_BIASCTRL 0 /*!< (unspecified) */ 1411 1412 #define P13_CTRLSEL_MAP1 1 /*!< (unspecified) */ 1413 #define P13_CTRLSEL_MAP2 0 /*!< (unspecified) */ 1414 #define P13_CTRLSEL_MAP3 0 /*!< (unspecified) */ 1415 #define P13_PIN_NUM_MIN 0 /*!< (unspecified) */ 1416 #define P13_PIN_NUM_MAX 3 /*!< (unspecified) */ 1417 #define P13_PIN_NUM_SIZE 4 /*!< (unspecified) */ 1418 #define P13_FEATURE_PINS_PRESENT 0x0000000FUL /*!< (unspecified) */ 1419 #define P13_DRIVECTRL 0 /*!< (unspecified) */ 1420 #define P13_RETAIN 1 /*!< (unspecified) */ 1421 #define P13_PWRCTRL 0 /*!< (unspecified) */ 1422 #define P13_PIN_OWNER_SEC 0 /*!< (unspecified) */ 1423 #define P13_BIASCTRL 0 /*!< (unspecified) */ 1424 1425 /*Analog to Digital Converter*/ 1426 #define SAADC_PRESENT 1 1427 #define SAADC_COUNT 1 1428 1429 #define SAADC_PSEL_V2 1 /*!< (unspecified) */ 1430 #define SAADC_TASKS_CALIBRATEGAIN 0 /*!< (unspecified) */ 1431 #define SAADC_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 0 /*!< (unspecified) */ 1432 1433 /*Comparator*/ 1434 #define COMP_PRESENT 1 1435 #define COMP_COUNT 1 1436 1437 /*Low-power comparator*/ 1438 #define LPCOMP_PRESENT 1 1439 #define LPCOMP_COUNT 1 1440 1441 /*Temperature Sensor*/ 1442 #define TEMP_PRESENT 1 1443 #define TEMP_COUNT 1 1444 1445 /*Inter-IC Sound*/ 1446 #define I2S_PRESENT 1 1447 #define I2S_COUNT 2 1448 1449 /*Pulse Density Modulation (Digital Microphone) Interface*/ 1450 #define PDM_PRESENT 1 1451 #define PDM_COUNT 1 1452 1453 #define PDM_SAMPLE16 1 /*!< (unspecified) */ 1454 #define PDM_SAMPLE48 0 /*!< (unspecified) */ 1455 #define PDM_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1456 1457 /*Quadrature Decoder*/ 1458 #define QDEC_PRESENT 1 1459 #define QDEC_COUNT 2 1460 1461 /*I2C compatible Two-Wire Master Interface with EasyDMA*/ 1462 #define TWIM_PRESENT 1 1463 #define TWIM_COUNT 8 1464 1465 #define TWIM130_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1466 #define TWIM130_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1467 #define TWIM130_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1468 #define TWIM130_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1469 1470 #define TWIM131_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1471 #define TWIM131_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1472 #define TWIM131_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1473 #define TWIM131_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1474 1475 #define TWIM132_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1476 #define TWIM132_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1477 #define TWIM132_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1478 #define TWIM132_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1479 1480 #define TWIM133_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1481 #define TWIM133_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1482 #define TWIM133_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1483 #define TWIM133_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1484 1485 #define TWIM134_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1486 #define TWIM134_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1487 #define TWIM134_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1488 #define TWIM134_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1489 1490 #define TWIM135_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1491 #define TWIM135_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1492 #define TWIM135_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1493 #define TWIM135_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1494 1495 #define TWIM136_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1496 #define TWIM136_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1497 #define TWIM136_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1498 #define TWIM136_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1499 1500 #define TWIM137_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1501 #define TWIM137_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1502 #define TWIM137_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1503 #define TWIM137_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1504 1505 /*I2C compatible Two-Wire Slave Interface with EasyDMA*/ 1506 #define TWIS_PRESENT 1 1507 #define TWIS_COUNT 8 1508 1509 #define TWIS130_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1510 #define TWIS130_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1511 #define TWIS130_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1512 #define TWIS130_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1513 1514 #define TWIS131_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1515 #define TWIS131_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1516 #define TWIS131_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1517 #define TWIS131_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1518 1519 #define TWIS132_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1520 #define TWIS132_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1521 #define TWIS132_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1522 #define TWIS132_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1523 1524 #define TWIS133_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1525 #define TWIS133_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1526 #define TWIS133_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1527 #define TWIS133_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1528 1529 #define TWIS134_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1530 #define TWIS134_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1531 #define TWIS134_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1532 #define TWIS134_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1533 1534 #define TWIS135_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1535 #define TWIS135_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1536 #define TWIS135_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1537 #define TWIS135_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1538 1539 #define TWIS136_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1540 #define TWIS136_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1541 #define TWIS136_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1542 #define TWIS136_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1543 1544 #define TWIS137_EASYDMA_MAXCNT_MIN 0 /*!< (unspecified) */ 1545 #define TWIS137_EASYDMA_MAXCNT_MAX 14 /*!< (unspecified) */ 1546 #define TWIS137_EASYDMA_MAXCNT_SIZE 15 /*!< (unspecified) */ 1547 #define TWIS137_EASYDMA_CURRENT_AMOUNT_REGISTER_INCLUDED 1 /*!< (unspecified) */ 1548 1549 /* ============================================= SPU020 Split Security Features ============================================== */ 1550 /** 1551 * @brief Indexes in SPU020.FEATURES controlling access permissions of features with split security 1552 */ 1553 typedef enum { 1554 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_0 = 0, /*!< Index of access permissions for channel 0 of IPCT */ 1555 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_1 = 1, /*!< Index of access permissions for channel 1 of IPCT */ 1556 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_2 = 2, /*!< Index of access permissions for channel 2 of IPCT */ 1557 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_3 = 3, /*!< Index of access permissions for channel 3 of IPCT */ 1558 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_4 = 4, /*!< Index of access permissions for channel 4 of IPCT */ 1559 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_5 = 5, /*!< Index of access permissions for channel 5 of IPCT */ 1560 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_6 = 6, /*!< Index of access permissions for channel 6 of IPCT */ 1561 NRF_RADIOCORE_SPU020_FEATURES_IPCT_CH_7 = 7, /*!< Index of access permissions for channel 7 of IPCT */ 1562 NRF_RADIOCORE_SPU020_FEATURES_IPCT_INTERRUPT_0 = 24, /*!< Index of access permissions for interrupt 0 of IPCT */ 1563 NRF_RADIOCORE_SPU020_FEATURES_IPCT_INTERRUPT_1 = 25, /*!< Index of access permissions for interrupt 1 of IPCT */ 1564 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_0 = 32, /*!< Index of access permissions for channel 0 of DPPIC020 */ 1565 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_1 = 33, /*!< Index of access permissions for channel 1 of DPPIC020 */ 1566 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_2 = 34, /*!< Index of access permissions for channel 2 of DPPIC020 */ 1567 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_3 = 35, /*!< Index of access permissions for channel 3 of DPPIC020 */ 1568 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_4 = 36, /*!< Index of access permissions for channel 4 of DPPIC020 */ 1569 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_5 = 37, /*!< Index of access permissions for channel 5 of DPPIC020 */ 1570 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_6 = 38, /*!< Index of access permissions for channel 6 of DPPIC020 */ 1571 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_7 = 39, /*!< Index of access permissions for channel 7 of DPPIC020 */ 1572 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_8 = 40, /*!< Index of access permissions for channel 8 of DPPIC020 */ 1573 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_9 = 41, /*!< Index of access permissions for channel 9 of DPPIC020 */ 1574 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_10 = 42, /*!< Index of access permissions for channel 10 of DPPIC020 */ 1575 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_11 = 43, /*!< Index of access permissions for channel 11 of DPPIC020 */ 1576 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_12 = 44, /*!< Index of access permissions for channel 12 of DPPIC020 */ 1577 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_13 = 45, /*!< Index of access permissions for channel 13 of DPPIC020 */ 1578 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_14 = 46, /*!< Index of access permissions for channel 14 of DPPIC020 */ 1579 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_15 = 47, /*!< Index of access permissions for channel 15 of DPPIC020 */ 1580 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_16 = 48, /*!< Index of access permissions for channel 16 of DPPIC020 */ 1581 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_17 = 49, /*!< Index of access permissions for channel 17 of DPPIC020 */ 1582 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_18 = 50, /*!< Index of access permissions for channel 18 of DPPIC020 */ 1583 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_19 = 51, /*!< Index of access permissions for channel 19 of DPPIC020 */ 1584 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_20 = 52, /*!< Index of access permissions for channel 20 of DPPIC020 */ 1585 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_21 = 53, /*!< Index of access permissions for channel 21 of DPPIC020 */ 1586 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_22 = 54, /*!< Index of access permissions for channel 22 of DPPIC020 */ 1587 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CH_23 = 55, /*!< Index of access permissions for channel 23 of DPPIC020 */ 1588 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CHG_0 = 56, /*!< Index of access permissions for channel group 0 of DPPIC020 */ 1589 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CHG_1 = 57, /*!< Index of access permissions for channel group 1 of DPPIC020 */ 1590 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CHG_2 = 58, /*!< Index of access permissions for channel group 2 of DPPIC020 */ 1591 NRF_RADIOCORE_SPU020_FEATURES_DPPIC020_CHG_3 = 59, /*!< Index of access permissions for channel group 3 of DPPIC020 */ 1592 } NRF_RADIOCORE_SPU020_FEATURES_ENUM_t; 1593 1594 /* ============================================= SPU030 Split Security Features ============================================== */ 1595 /** 1596 * @brief Indexes in SPU030.FEATURES controlling access permissions of features with split security 1597 */ 1598 typedef enum { 1599 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_0 = 32, /*!< Index of access permissions for channel 0 of DPPIC030 */ 1600 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_1 = 33, /*!< Index of access permissions for channel 1 of DPPIC030 */ 1601 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_2 = 34, /*!< Index of access permissions for channel 2 of DPPIC030 */ 1602 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_3 = 35, /*!< Index of access permissions for channel 3 of DPPIC030 */ 1603 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_4 = 36, /*!< Index of access permissions for channel 4 of DPPIC030 */ 1604 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_5 = 37, /*!< Index of access permissions for channel 5 of DPPIC030 */ 1605 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_6 = 38, /*!< Index of access permissions for channel 6 of DPPIC030 */ 1606 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_7 = 39, /*!< Index of access permissions for channel 7 of DPPIC030 */ 1607 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_8 = 40, /*!< Index of access permissions for channel 8 of DPPIC030 */ 1608 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_9 = 41, /*!< Index of access permissions for channel 9 of DPPIC030 */ 1609 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_10 = 42, /*!< Index of access permissions for channel 10 of DPPIC030 */ 1610 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_11 = 43, /*!< Index of access permissions for channel 11 of DPPIC030 */ 1611 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_12 = 44, /*!< Index of access permissions for channel 12 of DPPIC030 */ 1612 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_13 = 45, /*!< Index of access permissions for channel 13 of DPPIC030 */ 1613 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_14 = 46, /*!< Index of access permissions for channel 14 of DPPIC030 */ 1614 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CH_15 = 47, /*!< Index of access permissions for channel 15 of DPPIC030 */ 1615 NRF_RADIOCORE_SPU030_FEATURES_DPPIC030_CHG_0 = 56, /*!< Index of access permissions for channel group 0 of DPPIC030 */ 1616 } NRF_RADIOCORE_SPU030_FEATURES_ENUM_t; 1617 1618 1619 #ifdef __cplusplus 1620 } 1621 #endif 1622 #endif /* NRF9230_ENGA_RADIOCORE_PERIPHERALS_H */ 1623 1624