ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
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... | |
Enable implementation selected by application.
Bitfield for regulators to enable
Definition at line 29 of file ruuvi_interface_power.h.
unsigned int DCDC_HV |
DC/DC for high voltage, i.e. nRF52840 USB.
Definition at line 32 of file ruuvi_interface_power.h.
unsigned int DCDC_INTERNAL |
DC/DC for internal circuitry, i.e. nRF52832 radio.
Definition at line 31 of file ruuvi_interface_power.h.