/* * Copyright (c) 2024 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* * NFCT - Near field communication tag * https://docs.nordicsemi.com/bundle/ps_nrf52833/page/nfc.html * * Just a stub for the registers at this point. */ #include "NHW_config.h" #include "NHW_peri_types.h" NRF_NFCT_Type NRF_NFCT_regs = {0};