/* * Copyright (c) 2024 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* * MWU - Memory watch unit * * Just a stub for the registers at this point. */ #include "NHW_config.h" #include "NHW_peri_types.h" NRF_MWU_Type NRF_MWU_regs = {0};