Home
last modified time | relevance | path

Searched +full:5 +full:ma (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/include/zephyr/dt-bindings/usb-c/
Dnxp_nx20p3483.h25 #define NX20P3483_U_THRESHOLD_17_0 5
29 /** 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 */
40 #define NX20P3483_I_THRESHOLD_1_400 5
41 /** Current limit of 1600mA */
43 /** Current limit of 1800mA */
[all …]
/Zephyr-latest/drivers/sensor/maxim/max30101/
DKconfig27 5 = 32 samples
95 5 = 1000 Hz
107 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
[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/sensor/
Dmaxim,max17055.yaml32 description: Battery Design Charging Current in mA (e.g. 2000)
37 description: The charge termination current in mA
43 Value of Rsense resistor in milliohms (e.g. 5). It cannot be 0.
Dti,fdc2x1x.yaml99 5 = 10MHz
104 - 5
150 (1.5mA max).
152 high = The FDC will drive channel 0 with current >1.5mA.
235 2 = divide by 2. Choose for sensor frequencies between 5MHz
/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 */
61 (((((n) >> 5) & MCHP_XEC_PINMUX_PORT_MSK) << MCHP_XEC_PINMUX_PORT_POS) | \
/Zephyr-latest/drivers/sensor/
Dshell_battery.c93 shell_fprintf(sh, SHELL_NORMAL, "V: %5d.%02d V\n", volt.val1, in cmd_battery()
97 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/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/usb-c/
Dusb-c-connector.yaml104 * 5V@500mA for USB 2.0
105 * 5V@900mA for USB 3.2 single-lane
106 * 5V@1500mA for USB 3.2 dual-lane
107 * "1.5A" and "3.0A", 5V@1.5A and 5V@3.0A.
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_pd.h171 * @brief VBUS minimum safe operating voltage at 5V.
206 #define PD_T_HARD_RESET_COMPLETE_MAX_MS 5
323 uint16_t message_type : 5;
394 * @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 */
464 /** 1.5A @ 5V */
466 /** 3.0A @ 5V */
476 /** Operational Current in 10mA units */
[all …]
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_gpio.h90 #define MCHP_GPIO_CTRL_MUX_F5 SHLU32(5, MCHP_GPIO_CTRL_MUX_POS)
122 * bits[5:4] = drive strength
123 * 00b = 2mA (default)
124 * 01b = 4mA
125 * 10b = 8mA
126 * 11b = 12mA
144 #define MCHP_GPIO_PIN2PORT(pin_id) ((uint32_t)(pin_id) >> 5)
/Zephyr-latest/drivers/charger/
Dcharger_bq25180.c29 #define BQ25180_STAT0_CHG_STAT_MASK GENMASK(6, 5)
39 #define BQ25180_IC_CTRL_VRCH_200 BIT(5)
40 #define BQ25180_IC_CTRL_VRCH_MSK BIT(5)
48 #define BQ25180_SHIP_RST_EN_RST_SHIP_MSK GENMASK(6, 5)
53 #define BQ25180_CURRENT_MIN_MA 5
69 * For ICHG <= 35mA = ICHGCODE + 5mA
70 * For ICHG > 35mA = 40 + ((ICHGCODE-31)*10)mA.
71 * Maximum programmable current = 1000mA
84 *ichg = current_ma - 5; in bq25180_ma_to_ichg()
98 return (ichg + 5); in bq25180_ichg_to_ma()
/Zephyr-latest/tests/drivers/w1/w1_api/boards/
Dnrf52840dk_nrf52840.overlay16 /* max. 5mA drive strength: */
/Zephyr-latest/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml17 0x02: 1) CAT-5E/6 Short Cable with a Link Issue for the KSZ8795 Family
18 0x04: 2) CAT-5E/6 Short Cable with a Link Issue for the KSZ8795 Family
23 Supported values 2,4,8,12,16,20,24,28mA
/Zephyr-latest/samples/sensor/ds18b20/boards/
Dnrf52840dk_nrf52840.overlay25 /* max. 5mA drive strength: */
/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
201 - 5 # 101
/Zephyr-latest/drivers/sensor/maxim/max17262/
Dmax17262.h55 /* Desired charging current in mA */
79 /* Value of Rsense resistor in milliohms (typically 5 or 10) */
85 /* Desired charging current in mA */
/Zephyr-latest/drivers/pinctrl/renesas/rcar/
Dpfc_rcar.c52 * So based on a 24 mA maximum value each step is either
53 * 24/4 mA or 24/8 mA.
123 * Maximum drive strength is 24mA. This value can be lowered
143 /* Convert the value from mA based on a full drive strength in pfc_rcar_set_drive_strength()
144 * value of 24mA. in pfc_rcar_set_drive_strength()
215 [5] = RCAR_GP_PIN(3, 5), /* SD0_DAT3 */
227 [17] = RCAR_GP_PIN(4, 5), /* SD2_DAT3 */
/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 */
74 /* Value of Rsense resistor in milliohms (typically 5 or 10) */
82 /* Desired charging current in mA */
/Zephyr-latest/dts/bindings/power/
Dst,stm32wb0-pwr.yaml99 SMPS output current limit (in mA)
101 The default value of 20 mA corresponds to the maximal
111 - "5"
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dpinctrl_soc.h17 uint32_t pin_num : 5;
19 uint32_t alt_func : 5;
20 /** Maximum current used by a pin, in mA */
/Zephyr-latest/dts/bindings/regulator/
Dadi,adp5360-regulator.yaml49 - 5
75 Peak current limit, in milliamperes. Values above 400mA are only
/Zephyr-latest/dts/bindings/pinctrl/
Drenesas,rzg-pinctrl.yaml11 pinmux = <RZG_PINMUX(PORT_08, 1, 5)>,
12 <RZG_PINMUX(PORT_08, 2, 5)>;
81 Maximum sink or source current in mA for pin which shell be selected
/Zephyr-latest/samples/subsys/usb_c/sink/src/
Dmain.c51 * - Maximum operating current 100mA
52 * - Operating current is 100mA
58 * - Select object position 1 (5V Power Data Object (PDO))
67 /* Maximum operating current 100mA (GIVEBACK = 0) */ in build_rdo()
69 /* Operating current 100mA */ in build_rdo()
81 /* Object position 1 (5V PDO) */ in build_rdo()
/Zephyr-latest/boards/adi/sdp_k1/doc/
Dindex.rst15 - USB VBUS 5 V max. 500 mA
16 - 5.5mm DC power jack 7 - 12 V min. 300 mA
18 - VIN from 120-pin connector 5 V min. 300 mA

123