/* * Copyright (c) 2024 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* * SPU - System protection unit * https://docs.nordicsemi.com/bundle/ps_nrf5340/page/spu.html * * Just a stub for the registers at this point. */ #include "NHW_config.h" #include "NHW_peri_types.h" NRF_SPU_Type NRF_SPU_regs[NHW_SPU_TOTAL_INST] = {0};