/* * Copyright (c) 2018 Oticon A/S * * SPDX-License-Identifier: Apache-2.0 */ #include "NRF_POWER.h" /* * This is only a stub of the register interface with no functionality behind * https://infocenter.nordicsemi.com/topic/ps_nrf52833/power.html?cp=4_1_0_4_2 */ NRF_POWER_Type NRF_POWER_regs = {0};