VREQCTRL HAL¶
-
group
nrf_vreqctrl_hal
Hardware access layer for managing the VREQCTRL peripheral.
Functions
-
NRF_STATIC_INLINE void
nrf_vreqctrl_radio_high_voltage_set
(NRF_VREQCTRL_Type *p_reg, bool enable)¶ Function for requesting high voltage on RADIO, to increase its output power by 3 dBm.
- Parameters
p_reg – [in] Pointer to the structure of registers of the peripheral.
enable – [in] True if high voltage on RADIO is to be enabled, false otherwise.
-
NRF_STATIC_INLINE bool
nrf_vreqctrl_radio_high_voltage_check
(NRF_VREQCTRL_Type const *p_reg)¶ Function for checking if high voltage on RADIO is ready.
- Parameters
p_reg – [in] Pointer to the structure of registers of the peripheral.
- Returns true
The high voltage is ready.
- Returns false
The high voltage is not ready.
-
NRF_STATIC_INLINE void