![]() |
nRF5 SDK
v15.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
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... | |
General power configuration.
Parameters required to initialize power driver.
bool nrfx_power_config_t::dcdcen |
Enable main DCDC regulator.
This bit only informs the driver that elements for DCDC regulator are installed and regulator can be used. The regulator would 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 regulator can be used. The regulator would be enabled or disabled automatically by the hardware, basing on current power requirement.