Hardware access layer for managing the VREQCTRL peripheral.
More...
Hardware access layer for managing the VREQCTRL peripheral.
◆ 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_reg | Pointer to the structure of registers of the peripheral. |
- Return values
-
| true | The high voltage is ready. |
| false | The 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_reg | Pointer to the structure of registers of the peripheral. |
| [in] | enable | True if high voltage on RADIO is to be enabled, false otherwise. |