Home
last modified time | relevance | path

Searched full:uv (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/include/zephyr/drivers/
Demul_fuel_gauge.h36 int (*set_battery_charging)(const struct emul *emul, uint32_t uV, int uA);
51 * @param uV Microvolts describing the battery voltage.
57 __syscall int emul_fuel_gauge_set_battery_charging(const struct emul *target, uint32_t uV, int uA);
59 uint32_t uV, int uA) in z_impl_emul_fuel_gauge_set_battery_charging() argument
68 return backend_api->set_battery_charging(target, uV, uA); in z_impl_emul_fuel_gauge_set_battery_charging()
Dfuel_gauge.h71 /** Battery voltage (uV) */
77 /** Battery desired Max Charging Voltage (uV) */
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi61 pullup-uv = <3300000>;
71 pullup-uv = <3300000>;
80 pullup-uv = <3300000>;
89 pullup-uv = <3300000>;
104 pullup-uv = <3300000>;
/Zephyr-latest/drivers/fuel_gauge/
Demul_fuel_gauge_syscall_handlers.c20 uint32_t uV, int uA) in z_vrfy_emul_fuel_gauge_set_battery_charging() argument
22 return z_impl_emul_fuel_gauge_set_battery_charging(target, uV, uA); in z_vrfy_emul_fuel_gauge_set_battery_charging()
/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml18 Charge termination voltage in uV.
24 Charge termination voltage when warm in uV.
96 Trickle voltage threshold in uV.
Dntc-thermistor.yaml14 pullup-uv:
/Zephyr-latest/tests/drivers/regulator/voltage/src/
Dmain.c57 TC_PRINT("Testing %s, %u voltage/s (tolerance: %d uV)\n", in ZTEST()
74 TC_PRINT("Skip: %d uV\n", volt_uv); in ZTEST()
97 TC_PRINT("Set: %d, read: %d uV\n", volt_uv, in ZTEST()
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c50 uint32_t uV; member
156 *val = data->batt_state.uV / 1000; in emul_sbs_gauge_reg_read()
290 static int emul_sbs_fuel_gauge_set_battery_charging(const struct emul *target, uint32_t uV, int uA) in emul_sbs_fuel_gauge_set_battery_charging() argument
294 if (uV == 0 || uA == 0) { in emul_sbs_fuel_gauge_set_battery_charging()
299 data->batt_state.uV = uV; in emul_sbs_fuel_gauge_set_battery_charging()
/Zephyr-latest/include/zephyr/sys/
Dlinear_range.h34 * - 1000uV: 0x00
35 * - 1250uV: 0x01
36 * - 1500uV: 0x02
38 * - 3000uV: 0x08
42 * - Minimum value: 1000uV
43 * - Step value: 250uV
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dpublisher.c110 /* Delta UV */ in publish()
122 /* Delta UV */ in publish()
134 /* Delta UV */ in publish()
176 /* Delta UV */ in publish()
188 /* Delta UV */ in publish()
200 /* Delta UV */ in publish()
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.h135 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_PRE */
149 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_CORE */
163 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_LDO1 */
177 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_LDO2 */
193 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_EXT */
207 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_REF */
221 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_TRK2 */
235 /* Reaction on RSTB or FAIL SAFE outputs in case of UV detection on VMON_TRK1 */
558 /* Report an issue in one of the voltage monitoring (OV or UV) */
/Zephyr-latest/dts/bindings/regulator/
Dregulator.yaml80 ramp delay for regulator(in uV/us) For hardware which supports disabling
199 regulator-uv-protection-microvolt:
208 regulator-uv-error-microvolt:
217 regulator-uv-warn-microvolt:
/Zephyr-latest/samples/fuel_gauge/max17048/src/
Dmain.c61 printk("Voltage %d\n uV", vals[3].voltage); in main()
/Zephyr-latest/drivers/sensor/maxim/max17055/
Dmax17055.h52 /* Average current in units of 1.5625uV / Rsense */
Dmax17055.c159 /* Get voltage in uV */ in max17055_channel_get()
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/
Dindex.rst35 (UV index)
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst83 05 f1 49 d2 f4 55 76 |..I..Uv
/Zephyr-latest/tests/drivers/sensor/ina237/src/
Dina237_test.c232 /* High precision mode - 1.25 uV/bit = 1250 nV/bit*/ in test_vshunt()
235 /* Standard precision mode - 5 uV/bit = 5000 nV/bit */ in test_vshunt()
/Zephyr-latest/drivers/video/
Dvideo_emul_imager.c329 uint16_t r, g, b, y, uv; in emul_imager_fill_framebuffer() local
336 uv = pattern_8bars_yuv[i * 8 / fmt->width][1 + i % 2]; in emul_imager_fill_framebuffer()
337 fb16[i] = sys_cpu_to_be16(y << 8 | uv << 0); in emul_imager_fill_framebuffer()
/Zephyr-latest/drivers/sensor/ti/ina23x/
Dina237.c71 /* high-resolution mode - 1.25 uV/bit, sensor value is in mV */ in ina237_channel_get()
74 /* standard-resolution - 5 uV/bit -> nano-volts */ in ina237_channel_get()
/Zephyr-latest/boards/tdk/robokit1/
Drobokit1-common.dtsi49 pullup-uv = <3300000>;
/Zephyr-latest/include/zephyr/drivers/usb/
Dusb_bc12.h96 * @param voltage_mv Voltage, in uV, that the charging partner provides. Valid when bc12_role is
/Zephyr-latest/drivers/fuel_gauge/max17048/
Dmax17048.c34 /* Voltage as uV */
/Zephyr-latest/drivers/sensor/maxim/max17262/
Dmax17262.c92 /* Get voltage in uV */ in max17262_channel_get()
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/doc/
Dindex.rst15 - Silicon Labs Si1133 UV index and ambient light sensor (EFR32BG22-BRD4184A)

12