nrfx.h File Reference

nrfx compatibility layer More...

Detailed Description

nrfx compatibility layer

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Koen Zandberg koen@.nosp@m.berg.nosp@m.zand..nosp@m.net

Definition in file nrfx.h.

#include "cpu_conf.h"
#include "periph_conf.h"
+ Include dependency graph for nrfx.h:

Go to the source code of this file.

static void nrfx_dcdc_init (void)
 Enable the internal DC/DC power converter for the NRF5x MCU. More...
 

Function Documentation

◆ nrfx_dcdc_init()

static void nrfx_dcdc_init ( void  )
inlinestatic

Enable the internal DC/DC power converter for the NRF5x MCU.

The internal DC/DC converter is more efficient compared to the LDO regulator. The downside of the DC/DC converter is that it requires an external inductor to be present on the board. Enabling the DC/DC converter is guarded with NRF5X_ENABLE_DCDC, this macro must be defined if the DC/DC converter is to be enabled.

Definition at line 41 of file nrfx.h.