Home
last modified time | relevance | path

Searched refs:VBATT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c23 #define VBATT DT_PATH(vbatt) macro
54 #if DT_NODE_HAS_STATUS_OKAY(VBATT)
56 DT_IO_CHANNELS_INPUT(VBATT),
58 .power_gpios = GPIO_DT_SPEC_GET_OR(VBATT, power_gpios, {}),
59 .output_ohm = DT_PROP(VBATT, output_ohms),
60 .full_ohm = DT_PROP(VBATT, full_ohms),
75 #if DT_NODE_HAS_STATUS_OKAY(VBATT)
76 .adc = DEVICE_DT_GET(DT_IO_CHANNELS_CTLR(VBATT)),
/Zephyr-latest/drivers/gpio/
DKconfig.renesas_ra_ioport12 bool "Support VBATT input control"
14 Enable for Renesas RA which support VBATT input control.