Home
last modified time | relevance | path

Searched full:ma (Results 1 – 25 of 119) sorted by relevance

12345

/Zephyr-latest/dts/bindings/regulator/
Dnxp,pca9420.yaml55 - 74 mA/85 mA/98 mA
56 - 222 mA/255 mA/293 mA
57 - 370 mA/425 mA/489 mA
58 - 517 mA/595 mA/684 mA
59 - 665 mA/765 mA/880 mA
60 - 813 mA/935 mA/1075 mA
61 - 961 mA/1105 mA/1271 mA
63 To disable current limit, set property to zero. Defaults to 425mA, the IC
/Zephyr-latest/include/zephyr/dt-bindings/usb-c/
Dnxp_nx20p3483.h29 /** Current limit of 400mA */
31 /** Current limit of 600mA */
33 /** Current limit of 800mA */
35 /** Current limit of 1000mA */
37 /** Current limit of 1200mA */
39 /** Current limit of 1400mA */
41 /** Current limit of 1600mA */
43 /** Current limit of 1800mA */
45 /** Current limit of 2000mA */
47 /** Current limit of 2200mA */
[all …]
Dpd.h33 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */
36 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
38 #define PDO_FIXED(mv, ma, flags) \ argument
40 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma))
58 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */
62 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
77 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */
86 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
87 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT)
/Zephyr-latest/dts/bindings/led/
Dti,lp5562.yaml11 description: Output current of red channel in 0.1 mA (0-25.5 mA).
16 description: Output current of green channel in 0.1 mA (0-25.5 mA)
21 description: Output current of blue channel in 0.1 mA (0-25.5 mA)
26 description: Output current of white channel in 0.1 mA (0-25.5 mA)
Dti,lp50xx.yaml14 If enabled the maximum current output is set to 35 mA (25.5 mA else).
/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml33 Available range is 32 mA to 800 mA in 2mA steps.
44 Available values are 200 mA and 1000 mA.
50 Available values are 100 mA, or between 500 mA and 1500 mA in 100 mA steps.
51 If omitted, the default value of 100 mA will be used.
Dmaxim,max17055.yaml32 description: Battery Design Charging Current in mA (e.g. 2000)
37 description: The charge termination current in mA
/Zephyr-latest/drivers/sensor/maxim/max30101/
DKconfig107 0x00 = 0.0 mA
108 0x01 = 0.2 mA
109 0x02 = 0.4 mA
110 0x0f = 3.1 mA
111 0xff = 50.0 mA
121 0x00 = 0.0 mA
122 0x01 = 0.2 mA
123 0x02 = 0.4 mA
124 0x0f = 3.1 mA
125 0xff = 50.0 mA
[all …]
/Zephyr-latest/samples/subsys/usb_c/source/
DREADME.rst14 negotiates with the Source device to provide 5V at 100mA, 9V at 100mA,
15 or 15V at 100mA and the Requested Data Object (RDO) provided by the Source
82 Operating Current: 100 mA
83 Min Operating Current: 100 mA
/Zephyr-latest/dts/bindings/usb/
Dnxp,usbphy.yaml18 It is board level's value that is used to trim the nominal 17.78mA
25 It is board level's value that is used to trim the nominal 17.78mA
32 It is board level's value that is used to trim the nominal 17.78mA
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dadi-max32-gpio.h29 * MAX32_GPIO_DRV_STRENGTH_0 = 1mA
30 * MAX32_GPIO_DRV_STRENGTH_1 = 2mA
31 * MAX32_GPIO_DRV_STRENGTH_2 = 4mA
32 * MAX32_GPIO_DRV_STRENGTH_3 = 8mA
Dnordic-npm1300-gpio.h16 * - Bit 8: Drive strength (0=1mA, 1=6mA)
36 /** 1mA drive */
38 /** 6mA drive */
Dnordic-npm2100-gpio.h16 * - Bit 8: Drive strength (0=1mA, 1=6mA)
/Zephyr-latest/drivers/led/
DKconfig.is31fl373311 IS31FL3733 is a matrix LED driver, capable of a maximum of 3.29 mA
12 per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.
/Zephyr-latest/dts/bindings/sdhc/
Dsdhc.yaml15 Max drive current in mA at 3.3V. A value of zero indicates no maximum
22 Max drive current in mA at 3.0V. A value of zero indicates no maximum
29 Max drive current in mA at 1.8V. A value of zero indicates no maximum
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dmchp-xec-pinctrl.h39 #define MCHP_XEC_DRV_STR0_1X 0x1 /* 2 or 4(PIO-24) mA */
40 #define MCHP_XEC_DRV_STR0_2X 0x2 /* 4 or 8(PIO-24) mA */
41 #define MCHP_XEC_DRV_STR0_4X 0x3 /* 8 or 16(PIO-24) mA */
42 #define MCHP_XEC_DRV_STR0_6X 0x4 /* 12 or 24(PIO-24) mA */
/Zephyr-latest/dts/bindings/pinctrl/
Dadi,max32-pinctrl.yaml85 Mode 0: 1mA
86 Mode 1: 2mA
87 Mode 2: 4mA
88 Mode 3: 8mA
Dti,cc13xx-cc26xx-pinctrl.yaml79 drive-strength = <8>; /* in mA */
124 2: min 2 mA (SoC default)
125 4: min 4 mA
126 8: min 8 mA for double drive strength IOs, min 4 mA for normal IOs
/Zephyr-latest/doc/hardware/peripherals/
Dbc12.rst29 Maximum Configured Current when connected to a SDP ICFG_MAX 500 mA
31 Suspend current ISUSP 2.5 mA
32 Unit load current IUNIT 100 mA
68 driver reports the available current as ISUSP (2.5 mA). The application may
69 increase the current draw to IUNIT (100 mA) when the connected USB host resumes
70 the USB bus and may increase the current draw to ICFG_MAX (500 mA) when the USB
/Zephyr-latest/drivers/sensor/
Dshell_battery.c97 shell_fprintf(sh, SHELL_NORMAL, "I: %d mA", current.val1); in cmd_battery()
104 shell_fprintf(sh, SHELL_NORMAL, "I-desired: %5d mA\n", in cmd_battery()
112 shell_fprintf(sh, SHELL_NORMAL, "Remaining: %d mA\n", in cmd_battery()
114 shell_fprintf(sh, SHELL_NORMAL, "Cap-full: %d mA\n", cap.val1); in cmd_battery()
115 shell_fprintf(sh, SHELL_NORMAL, "Design: %d mA\n", nom_cap.val1); in cmd_battery()
/Zephyr-latest/samples/sensor/max17262/
DREADME.rst51 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
52 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
53 V: 3.626406 V; I: -3.437500 mA; T: 28.011718 °C
/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/dts/bindings/i2c/
Datmel,sam-i2c-twim.yaml72 The value represents the port output current in mA when signal on
102 The value represents the port output current in mA when signal on
133 The value represents the port output current in mA when signal on
147 The value represents the port output current in mA when signal on
177 The value represents the port output current in mA when signal on
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_pd.h394 * @brief Convert milliamps to Fixed PDO Current in 10mA units.
408 * @brief Convert a Fixed PDO Current from 10mA units to milliamps.
410 * @param c Fixed PDO current in 10mA units.
429 /** Maximum Current in 10mA units */
476 /** Operational Current in 10mA units */
502 * @brief Convert milliamps to Variable PDO Current in 10ma units.
516 * @brief Convert a Variable PDO Current from 10mA units to milliamps.
518 * @param c Variable PDO current in 10mA units.
535 /** Maximum Current in 10mA units */
554 /** operational Current in 10mA units */
[all …]
/Zephyr-latest/boards/st/nucleo_f767zi/
DKconfig.nucleo_f767zi1 # Copyright (c) 2019 Roland Ma

12345