/* * Copyright (c) 2023 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* * VREQCTRL - Voltage request control * https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/vreqctrl/doc/vreqctrl.html?cp=4_0_0_3_8 * * Just a stub for the registers at this point. */ #include "NHW_config.h" #include "NHW_peri_types.h" NRF_VREQCTRL_Type NRF_VREQCTRL_regs = {0};