1 /* 2 * Copyright (c) 2024 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 /* 8 * SPU - System protection unit 9 * https://docs.nordicsemi.com/bundle/ps_nrf5340/page/spu.html 10 * 11 * Just a stub for the registers at this point. 12 */ 13 14 #include "NHW_config.h" 15 #include "NHW_peri_types.h" 16 17 NRF_SPU_Type NRF_SPU_regs[NHW_SPU_TOTAL_INST] = {0}; 18