Home
last modified time | relevance | path

Searched +full:4 +full:ma (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/include/zephyr/dt-bindings/usb-c/
Dnxp_nx20p3483.h23 #define NX20P3483_U_THRESHOLD_14_0 4
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 */
38 #define NX20P3483_I_THRESHOLD_1_200 4
39 /** Current limit of 1400mA */
41 /** Current limit of 1600mA */
43 /** Current limit of 1800mA */
[all …]
/Zephyr-latest/drivers/sensor/maxim/max30101/
DKconfig24 2 = 4 samples
26 4 = 16 samples
94 4 = 800 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
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dadi,max32-pinctrl.yaml42 These defines are calculated as: (pin<<8 | port<<4 | function<<0)
51 * 4 : Alternate Function 4
84 There are 4 drive strength mode.
85 Mode 0: 1mA
86 Mode 1: 2mA
87 Mode 2: 4mA
88 Mode 3: 8mA
Dti,cc13xx-cc26xx-pinctrl.yaml55 pinmux = <4 IOC_PORT_MCU_I2C_MSSCL>;
79 drive-strength = <8>; /* in mA */
118 - 4
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
Draspberrypi,pico-pinctrl.yaml63 values are: 2, 4, 8, 12 (default: 4mA)
109 - 4
112 default: 4
114 The drive strength of a pin, in mA. The default value is 4mA, as this
Dite,it8xxx2-pinctrl.yaml34 pinmuxs = <&pinctrlb 4 IT8XXX2_ALT_FUNC_1>;
107 Define the high level 0b: 8mA
108 low level 1b: 4mA or 2mA
Dmicrochip,mec5-pinctrl.yaml112 - "4x"
116 is "1x" for most pins. PIO pins are 2, 4, 8, or 12 mA. PIO-24 pins
117 are 4, 8, 16, or 24 mA. Please refer to the data sheet for each
Dmicrochip,xec-pinctrl.yaml117 - "4x"
121 is "1x" for most pins. PIO pins are 2, 4, 8, or 12 mA. PIO-24 pins
122 are 4, 8, 16, or 24 mA. Please refer to the data sheet for each
Dti,cc32xx-pinctrl.yaml61 - drive-strength: Configure drive strength in mA (defaults to 6mA, IC default).
105 - 4
/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 */
48 #define MCHP_XEC_PINMUX_PIN_POS 4
57 * b[8:4] = pin position in bank
/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
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_gpio.h43 /* bits[7:4] interrupt detection mode */
44 #define MCHP_GPIO_CTRL_IDET_POS 4
48 #define MCHP_GPIO_CTRL_IDET_DISABLE SHLU32(4, MCHP_GPIO_CTRL_IDET_POS)
89 #define MCHP_GPIO_CTRL_MUX_F4 SHLU32(4, MCHP_GPIO_CTRL_MUX_POS)
122 * bits[5:4] = drive strength
123 * 00b = 2mA (default)
124 * 01b = 4mA
125 * 10b = 8mA
126 * 11b = 12mA
132 #define MCHP_GPIO_CTRL2_DRV_STR_POS 4
/Zephyr-latest/drivers/led/
DKconfig.lp556212 LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to
13 25.5 mA per LED.
DKconfig.pca963312 PCA9633 LED driver has 4 channels each with multi-programmable
13 states. Each channel can drive up to 25 mA per LED.
/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.
57 (size == 2 ? PFC_RCAR_DRIVE_MAX / 4 : PFC_RCAR_DRIVE_MAX / 8)
123 * Maximum drive strength is 24mA. This value can be lowered
125 * some have 4 steps (2 bits size encoded).
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()
214 [4] = RCAR_GP_PIN(3, 4), /* SD0_DAT2 */
222 [12] = RCAR_GP_PIN(4, 0), /* SD2_CLK */
223 [13] = RCAR_GP_PIN(4, 1), /* SD2_CMD */
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dvishay,vcnl4040.yaml24 # default of 50 mA is POR (0b000) for PS_MS[LED_I] register
25 description: LED current in mA
59 - "4"
Dams,tmd2620.yaml26 - 4
34 - 4
56 LED drive strength in multiples of 6mA (min. 0; max. 31)
Dti,fdc2x1x.yaml28 Set to identify the sensor as FDC2114 or FDC2214 (4-channel version)
98 4 = 3.3MHz
103 - 4
150 (1.5mA max).
152 high = The FDC will drive channel 0 with current >1.5mA.
166 1 = Gain = 4 | Effective Resolution 14 bits | 25% full scale
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_pd.h200 #define PD_T_HARD_RESET_COMPLETE_MIN_MS 4
291 * data object is 4-bytes.
360 uint16_t chunk_number : 4;
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 */
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.
[all …]
/Zephyr-latest/dts/bindings/power/
Dst,stm32wb0-pwr.yaml62 default: 4
68 division factor of 2 and 4. This property selects which
72 Setting this property to 4 results in CLK_SMPS = 4 MHz.
76 in less power consumption, this property defaults to 4.
81 - 4
99 SMPS output current limit (in mA)
101 The default value of 20 mA corresponds to the maximal
/Zephyr-latest/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml23 Supported values 2,4,8,12,16,20,24,28mA
27 - 4
/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
200 - 4 # 100
/Zephyr-latest/dts/bindings/mfd/
Dinfineon,tle9104.yaml7 description: Infineon TLE9104 4-channel powertrain switch
77 overcurrent shutdown threshold in mA,
/Zephyr-latest/dts/bindings/pwm/
Dti,cc13xx-cc26xx-timer-pwm.yaml14 drive-strength = <8>; /* in mA, can be 2, 4 or 8 */
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dpinctrl_soc.h20 /** Maximum current used by a pin, in mA */
21 uint32_t drive_strength : 4;

12