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