1 /*
2  * Copyright (c) 2024 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /*
8  * NFCT - Near field communication tag
9  * https://docs.nordicsemi.com/bundle/ps_nrf52833/page/nfc.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_NFCT_Type NRF_NFCT_regs = {0};
18