Searched refs:VBATT (Results 1 – 2 of 2) sorted by relevance
23 #define VBATT DT_PATH(vbatt) macro54 #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)),
12 bool "Support VBATT input control"14 Enable for Renesas RA which support VBATT input control.