nRF5 SDK v17.1.0
Macros
POWER peripheral driver configuration

Macros

#define NRFX_POWER_ENABLED
 Enable POWER driver. More...
 
#define NRFX_POWER_CONFIG_IRQ_PRIORITY
 Interrupt priority. More...
 
#define NRFX_POWER_CONFIG_DEFAULT_DCDCEN
 The default configuration of main DCDC regulator. More...
 
#define NRFX_POWER_CONFIG_DEFAULT_DCDCENHV
 The default configuration of High Voltage DCDC regulator. More...
 

Detailed Description

Macro Definition Documentation

#define NRFX_POWER_CONFIG_DEFAULT_DCDCEN

The default configuration of main DCDC regulator.

This settings means only that components for DCDC regulator are installed and it can be enabled.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRFX_POWER_CONFIG_DEFAULT_DCDCENHV

The default configuration of High Voltage DCDC regulator.

This settings means only that components for DCDC regulator are installed and it can be enabled.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRFX_POWER_CONFIG_IRQ_PRIORITY

Interrupt priority.

Following options are available:

  • 0 - 0 (highest)
  • 1 - 1
  • 2 - 2
  • 3 - 3
  • 4 - 4 (Applicable devices only)
  • 5 - 5 (Applicable devices only)
  • 6 - 6 (Applicable devices only)
  • 7 - 7 (Applicable devices only)
Note
This is an NRF_CONFIG macro.
#define NRFX_POWER_ENABLED

Enable POWER driver.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.

Documentation feedback | Developer Zone | Subscribe | Updated