Home
last modified time | relevance | path

Searched full:ua (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/dts/bindings/sensor/
Dti,ina23x-common.yaml21 current-lsb(A) = 15A / 2^15 ~= 457uA
23 Rounded values may be used for convenience, e.g. 500uA/LSB or 1mA/LSB
24 while keeping a good measurement resolution. The units are in uA/LSB
Dnordic,npm1300-charger.yaml32 Charge current in uA.
43 Discharge current limit in uA.
49 Vbus current limit in uA.
Dti,ina226.yaml67 Note: rounded values may be used for convenience, e.g. 500uA/LSB.
/Zephyr-latest/include/zephyr/drivers/
Demul_fuel_gauge.h36 int (*set_battery_charging)(const struct emul *emul, uint32_t uV, int uA);
52 * @param uA Microamps describing the battery current where negative is discharging.
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.h37 * how the average is calculated. Units in uA negative=discharging
43 /** Battery current (uA); negative=discharging */
75 /** Battery desired Max Charging Current (uA) */
/Zephyr-latest/drivers/sensor/maxim/max17055/
Dmax17055.h58 /* Full charge capacity in 5/Rsense uA */
60 /* Remaining capacity in 5/Rsense uA */
68 /* Design capacity in 5/Rsense uA */
84 /* The charge termination current in uA */
Dmax17055.c94 /* Get units for the LSB in uA */ in capacity_to_ma()
96 /* Get remaining capacity in uA */ in capacity_to_ma()
/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/lib/libc/minimal/include/
Dctype.h50 unsigned int ua = (unsigned int)a; in isxdigit() local
52 return (int)(((ua - (unsigned)'0') < 10U) || in isxdigit()
53 ((ua | 32U) - (unsigned)'a' < 6U)); in isxdigit()
/Zephyr-latest/dts/bindings/comparator/
Dnordic,nrf-comp.yaml127 - "5UA"
128 - "10UA"
/Zephyr-latest/include/zephyr/drivers/comparator/
Dnrf_comp.h90 /** 2.5uA current source enabled */
92 /** 5uA current source enabled */
94 /** 10uA current source enabled */
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c52 int uA; member
159 *val = data->batt_state.uA / 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()
298 data->batt_state.uA = uA; in emul_sbs_fuel_gauge_set_battery_charging()
/Zephyr-latest/include/zephyr/drivers/usb/
Dusb_bc12.h57 * @param val Current limit value, in uA.
58 * @return A valid BC1.2 current limit, in uA, clamped between the BC1.2 minimum
94 * @param current_ma Current, in uA, that the charging partner provides. Valid when bc12_role is
/Zephyr-latest/dts/bindings/charger/
Dti,bq25180.yaml27 Charge current set at init time in uA, available range is 5 mA to 800 mA.
/Zephyr-latest/drivers/sensor/maxim/max17262/
Dmax17262.h53 /* Average current in units of 156.25uA */
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst87 With all these conditions matched, one can reach 10uA on stm32l562e_dk with this sample.
/Zephyr-latest/boards/st/stm32l476g_disco/doc/
Dindex.rst49 - Ultra-low-power with FlexPowerControl (down to 130 nA Standby mode and 100 uA/MHz run mode)
77 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
/Zephyr-latest/boards/blues/swan_r5/doc/
Dindex.rst23 board commonly draws only about 8uA while retaining all of its memory,
61 and 100 uA/MHz run mode)
/Zephyr-latest/doc/_doxygen/
Dheader.html6 <meta http-equiv="X-UA-Compatible" content="IE=11"/>
/Zephyr-latest/boards/st/nucleo_l476rg/doc/
Dindex.rst33 - Ultra-low-power with FlexPowerControl (down to 130 nA Standby mode and 100 uA/MHz run mode)
68 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
/Zephyr-latest/boards/st/nucleo_l496zg/doc/
Dindex.rst35 - Ultra-low-power with FlexPowerControl (down to 108 nA Standby mode and 91 uA/MHz run mode)
70 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/
Dindex.rst41 - Ultra-low-power with FlexPowerControl (down to 130 nA Standby mode and 100 uA/MHz run mode)
67 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
/Zephyr-latest/boards/st/b_l4s5i_iot01a/doc/
Dindex.rst47 - Ultra-low-power with FlexPowerControl (down to 130 nA Standby mode and 100 uA/MHz run mode)
74 - 1x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
/Zephyr-latest/boards/st/nucleo_l4a6zg/doc/
Dindex.rst35 - Ultra-low-power with FlexPowerControl (down to 108 nA Standby mode and 91 uA/MHz run mode)
70 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
/Zephyr-latest/drivers/regulator/
Dregulator_pca9420.c99 /** VIN ILIM resolution, uA/LSB */
101 /** VIN ILIM minimum value, uA */

123