nRF5 SDK v17.1.0
Data Fields
nrfx_power_config_t Struct Reference

General power configuration. More...

#include <nrfx_power.h>

Data Fields

bool dcdcen:1
 Enable main DCDC regulator. More...
 
bool dcdcenhv: 1
 Enable HV DCDC regulator. More...
 

Detailed Description

General power configuration.

Parameters required to initialize power driver.

Field Documentation

bool nrfx_power_config_t::dcdcen

Enable main DCDC regulator.

This bit only informs the driver that elements for DCDC regulator are installed and the regulator can be used. The regulator will be enabled or disabled automatically by the hardware, basing on current power requirement.

bool nrfx_power_config_t::dcdcenhv

Enable HV DCDC regulator.

This bit only informs the driver that elements for DCDC regulator are installed and the regulator can be used. The regulator will be enabled or disabled automatically by the hardware, basing on current power requirement.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated