Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dstrtol.c48 register unsigned long cutoff; in strtol() local
94 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()
95 cutlim = cutoff % (unsigned long)base; in strtol()
96 cutoff /= (unsigned long)base; in strtol()
108 if ((any < 0) || (acc > cutoff) || ((acc == cutoff) && (c > cutlim))) { in strtol()
Dstrtoll.c48 register unsigned long long cutoff; in strtoll() local
93 cutoff = neg ? -(unsigned long long)LLONG_MIN : LLONG_MAX; in strtoll()
94 cutlim = cutoff % (unsigned long long)base; in strtoll()
95 cutoff /= (unsigned long long)base; in strtoll()
107 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoll()
Dstrtoul.c48 register unsigned long cutoff; in strtoul() local
75 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in strtoul()
88 if ((any < 0) || (acc > cutoff) || ((acc == cutoff) && (c > cutlim))) { in strtoul()
Dstrtoull.c48 register unsigned long long cutoff; in strtoull() local
74 cutoff = (unsigned long long)ULLONG_MAX / (unsigned long long)base; in strtoull()
87 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoull()
/Zephyr-latest/include/zephyr/drivers/
Demul_fuel_gauge.h37 int (*is_battery_cutoff)(const struct emul *emul, bool *cutoff);
80 __syscall int emul_fuel_gauge_is_battery_cutoff(const struct emul *target, bool *cutoff);
81 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() argument
89 return backend_api->is_battery_cutoff(target, cutoff); in z_impl_emul_fuel_gauge_is_battery_cutoff()
Dfuel_gauge.h128 bool cutoff; member
/Zephyr-latest/tests/drivers/audio/dmic_api/boards/
Dmimxrt595_evk_mimxrt595s_cm33.overlay15 dc-cutoff = "155hz";
22 dc-cutoff = "155hz";
29 dc-cutoff = "155hz";
36 dc-cutoff = "155hz";
Drd_rw612_bga.overlay15 dc-cutoff = "155hz";
22 dc-cutoff = "155hz";
29 dc-cutoff = "155hz";
36 dc-cutoff = "155hz";
/Zephyr-latest/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() argument
14 return z_impl_emul_fuel_gauge_is_battery_cutoff(target, cutoff); in z_vrfy_emul_fuel_gauge_is_battery_cutoff()
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/boards/
Demulated_board_cutoff.overlay27 battery-cutoff-support;
28 battery-cutoff-payload = <0x0010 0x0020>;
/Zephyr-latest/doc/hardware/peripherals/
Dfuel_gauge.rst33 specific payload will do a battery cutoff. This battery cutoff is often referred to as ship, shelf,
36 The fuel gauge API exposes battery cutoff with the :c:func:`fuel_gauge_battery_cutoff` function.
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/
DKconfig10 Enabling this option adds test sources that verify if the battery cutoff extension to the
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi201 /* Configure pdm channels 0-3 with gain, and cutoff settings
210 dc-cutoff = "155hz";
217 dc-cutoff = "155hz";
224 dc-cutoff = "155hz";
231 dc-cutoff = "155hz";
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c304 static int emul_sbs_fuel_gauge_is_battery_cutoff(const struct emul *target, bool *cutoff) in emul_sbs_fuel_gauge_is_battery_cutoff() argument
308 __ASSERT_NO_MSG(cutoff != NULL); in emul_sbs_fuel_gauge_is_battery_cutoff()
310 *cutoff = data->is_cutoff; in emul_sbs_fuel_gauge_is_battery_cutoff()
/Zephyr-latest/scripts/release/
Dbug_bash.py123 cutoff = self._end_date + timedelta(1)
130 if i.closed_at < self._start_date or i.closed_at > cutoff:
/Zephyr-latest/boards/nxp/mimxrt685_evk/
Dmimxrt685_evk_mimxrt685s_cm33.dts421 /* Configure pdm channels 0 and 1 with gain, and cutoff settings
427 dc-cutoff = "155hz";
434 dc-cutoff = "155hz";
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_cm33.dts508 /* Configure pdm channels 0 and 1 with gain, and cutoff settings
514 dc-cutoff = "155hz";
521 dc-cutoff = "155hz";
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst59 RSSI cutoff set at -40 dB