ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ri_power_regulators_t Struct Reference

Enable implementation selected by application. More...

#include <ruuvi_interface_power.h>

Data Fields

unsigned int DCDC_INTERNAL: 1
 DC/DC for internal circuitry, i.e. nRF52832 radio. More...
 
unsigned int DCDC_HV: 1
 DC/DC for high voltage, i.e. nRF52840 USB. More...
 

Detailed Description

Enable implementation selected by application.

Bitfield for regulators to enable

Definition at line 29 of file ruuvi_interface_power.h.

Field Documentation

◆ DCDC_HV

unsigned int DCDC_HV

DC/DC for high voltage, i.e. nRF52840 USB.

Definition at line 32 of file ruuvi_interface_power.h.

◆ DCDC_INTERNAL

unsigned int DCDC_INTERNAL

DC/DC for internal circuitry, i.e. nRF52832 radio.

Definition at line 31 of file ruuvi_interface_power.h.


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