1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 /* 8 * VREQCTRL - Voltage request control 9 * https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/vreqctrl/doc/vreqctrl.html?cp=4_0_0_3_8 10 * 11 * Just a stub for the registers at this point. 12 */ 13 14 #include "NHW_config.h" 15 #include "NHW_peri_types.h" 16 17 NRF_VREQCTRL_Type NRF_VREQCTRL_regs = {0}; 18