1 /*
2  * Copyright (c) 2020 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 #include "NRF_TEMP.h"
7 
8 /*
9  * This is only a stub of the register interface with no functionality behind
10  */
11 
12 NRF_TEMP_Type NRF_TEMP_regs = {0};
13