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