Home
last modified time | relevance | path

Searched full:i1 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/scripts/build/
Dcheck_init_priorities_test.py222 return "i1"
233 "PRE_KERNEL_2": ["a: i0(__device_dts_ord_11)", "b: i1(__device_dts_ord_22)"],
240 22: (check_init_priorities.Priority("PRE_KERNEL_2", 1), "i1"),
283 validator._obj.devices = {1: (10, "i1")}
306 validator._obj.devices = {1: (10, "i1"), 2: (20, "i2")}
311 validator.log.info.assert_called_once_with("/2 <i2> 20 > /1 <i1> 10")
313 mock.call("/1 <i1> is initialized before its dependency /2 <i2> (10 < 20)")
330 validator._obj.devices = {1: (10, "i1"), 2: (10, "i2")}
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Darduino_opta_stm32h747xx_m7.overlay11 <&adc1 0>, /* I1 */
/Zephyr-latest/include/zephyr/arch/sparc/
Dthread.h53 uint32_t i1; member
/Zephyr-latest/samples/userspace/shared_mem/src/
Denc.c65 printk("EE i1: %02x\n", tmpIndex); in enig_enc()
89 printk("EE i1: %02x\n", tmpIndex); in enig_enc()
/Zephyr-latest/arch/sparc/core/
Dthread.c41 thread->callee_saved.i1 = (uint32_t) p1; in arch_new_thread()
Dswitch.S154 mov %i1, %o1
/Zephyr-latest/dts/bindings/sensor/
Dnxp,s32-qdec.yaml8 The following example uses TRGMUX IN2 and IN3 to connect to LCU1 LC0 I0 and I1.
/Zephyr-latest/drivers/display/
Dmb_display.c199 const struct mb_image *i1 = current_img(disp); in update_scroll() local
202 img.row[i] = ((i1->row[i] >> disp->scroll) | in update_scroll()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c3636 "wifi channel -g -i1\n"
3638 "wifi -i1 -c5.\n",
3689 "wifi mode -g -i1\n"
3691 "wifi mode -i1 -sp.\n",
3711 "wifi packet_filter -g -i1\n"
3713 "wifi packet_filter -i1 -md.\n",