nrfx 2.5
Functions
VREQCTRL HAL

Hardware access layer for managing the VREQCTRL peripheral. More...

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. More...
 
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. More...
 

Detailed Description

Hardware access layer for managing the VREQCTRL peripheral.

Function Documentation

◆ nrf_vreqctrl_radio_high_voltage_check()

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
[in]p_regPointer to the structure of registers of the peripheral.
Return values
trueThe high voltage is ready.
falseThe high voltage is not ready.

◆ nrf_vreqctrl_radio_high_voltage_set()

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
[in]p_regPointer to the structure of registers of the peripheral.
[in]enableTrue if high voltage on RADIO is to be enabled, false otherwise.

Documentation feedback | Developer Zone | Subscribe | Updated