Home
last modified time | relevance | path

Searched defs:cutoff (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/drivers/fuel_gauge/
Demul_fuel_gauge_syscall_handlers.c12 static inline int z_vrfy_emul_fuel_gauge_is_battery_cutoff(const struct emul *target, bool *cutoff) in z_vrfy_emul_fuel_gauge_is_battery_cutoff()
/Zephyr-Core-3.7.0/lib/libc/minimal/source/stdlib/
Dstrtol.c48 register unsigned long cutoff; in strtol() local
Dstrtoll.c48 register unsigned long long cutoff; in strtoll() local
Dstrtoul.c48 register unsigned long cutoff; in strtoul() local
Dstrtoull.c48 register unsigned long long cutoff; in strtoull() local
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Demul_fuel_gauge.h81 static inline int z_impl_emul_fuel_gauge_is_battery_cutoff(const struct emul *target, bool *cutoff) in z_impl_emul_fuel_gauge_is_battery_cutoff()
Dfuel_gauge.h128 bool cutoff; member
/Zephyr-Core-3.7.0/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c303 static int emul_sbs_fuel_gauge_is_battery_cutoff(const struct emul *target, bool *cutoff) in emul_sbs_fuel_gauge_is_battery_cutoff()