Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
#include <zephyr/device.h>
#include <zephyr/sys/util.h>
Go to the source code of this file.
Enumerations | |
enum | { VALIDATION_PWR_POWER_UP = 0 , VALIDATION_PWR_BATTERY_VOLTAGE = BIT(0) , VALIDATION_PWR_BATTERY_SOC = BIT(1) , VALIDATION_PWR_BATTERY_CURRENT = BIT(2) , VALIDATION_PWR_BATTERY_TEMPERATURE = BIT(3) } |
Functions | |
int | infuse_validation_pwr (const struct device *fuel_gauge, uint8_t flags) |
Validate the behaviour of a power sensors. | |
SPDX-License-Identifier: FSL-1.1-ALv2