Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fuel_gauge_custom_prop.h
Go to the documentation of this file.
1
11#ifndef INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_FUEL_GAUGE_CUSTOM_PROP_H_
12#define INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_FUEL_GAUGE_CUSTOM_PROP_H_
13
14#include <zephyr/drivers/fuel_gauge.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
27 FUEL_GAUGE_HIBERNATION_EN = FUEL_GAUGE_CUSTOM_BEGIN,
28};
29
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_FUEL_GAUGE_CUSTOM_PROP_H_ */
fuel_gauge_custom_prop_type
Definition fuel_gauge_custom_prop.h:26
@ FUEL_GAUGE_HIBERNATION_EN
Definition fuel_gauge_custom_prop.h:27