1 /*
2  * Copyright (c) 2020 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 #include "NRF_GPIO.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/gpio.html?cp=4_1_0_5_7
11  */
12 
13 NRF_GPIO_Type NRF_P0_regs = {0};
14