Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 129) sorted by relevance

123456

/Zephyr-Core-3.4.0/lib/libc/minimal/source/stdlib/
Dqsort.c30 #define right(k) (left(k) + 1) macro
67 if (right(root) < end && compare(cmp, A(swap), A(right(root))) < 0) { in sift_down()
68 swap = right(root); in sift_down()
/Zephyr-Core-3.4.0/samples/boards/bbc_microbit/line_follower_robot/boards/
Dbbc_microbit.overlay9 right-gpios = <&edge_connector 14 GPIO_ACTIVE_HIGH>;
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css35 float: right;
60 padding-right: 1rem;
/Zephyr-Core-3.4.0/doc/_doxygen/
Ddoxygen-awesome.css346 margin-right: var(--spacing-small);
493 right: var(--spacing-medium);
499 right: 0;
515 margin-right: 0;
543 #MSearchBox span.left, #MSearchBox span.right {
547 #MSearchBox span.right {
550 right: var(--spacing-small);
553 .tabs #MSearchBox span.right {
571 right: var(--spacing-medium);
648 right: var(--spacing-medium);
[all …]
Ddoxygen-awesome-sidebar-only.css71 padding-right: 0;
82 right: 0;
106 right: auto;
/Zephyr-Core-3.4.0/doc/_static/latex/
Dtitle.tex7 \newgeometry{top=3cm,left=0cm,right=0cm,bottom=2.5cm}
/Zephyr-Core-3.4.0/samples/drivers/kscan/
DREADME.rst18 exercise the functionality (you need to obtain the right keymap from the vendor
/Zephyr-Core-3.4.0/soc/arm/nuvoton_npcx/common/
DCMakeLists.txt35 # Property magic which makes west flash choose right file.
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-mouse/
DREADME.rst12 the number of buttons on the board) a right mouse button, X-axis movement,
42 - ``sw1``: right button
121 If your board has more than one button, they will act as right mouse button,
/Zephyr-Core-3.4.0/boards/common/
Dopenocd-nrf5.board.cmake22 # We can do the right thing for supported subfamilies using a generic
/Zephyr-Core-3.4.0/doc/
D404.rst9 :align: right
/Zephyr-Core-3.4.0/tests/kernel/timer/timer_behavior/
DKconfig37 # example if a new tick elapses right after the kernel gets the number
/Zephyr-Core-3.4.0/boards/arm/stm32f072_eval/
Dstm32f072_eval.dts65 label = "joystick right";
/Zephyr-Core-3.4.0/boards/arm/stm32l476g_disco/
Dstm32l476g_disco.dts57 label = "joystick right";
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/
Ddoxyrunner.py328 (Path(dcmp.right) / file).unlink()
331 shutil.copy(Path(dcmp.left) / file, Path(dcmp.right) / file)
/Zephyr-Core-3.4.0/boards/arm/stm32h747i_disco/
Dstm32h747i_disco.dtsi63 label = "joystick right";
/Zephyr-Core-3.4.0/boards/arm/pandora_stm32l475/
Dpandora_stm32l475.dts64 label = "joystick right";
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-cdc/
DREADME.rst86 right - moves the mouse to right
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-cdc/src/
Dmain.c171 static const char *right = "Mouse right\r\n"; variable
738 write_data(cdc_dev[0], right, strlen(right)); in main()
/Zephyr-Core-3.4.0/boards/arm/nucleo_f412zg/doc/
Dindex.rst112 :alt: Nucleo F412ZG ZIO connectors (right)
118 :alt: Nucleo F412ZG Morpho connectors (right)
/Zephyr-Core-3.4.0/boards/arm/nucleo_f413zh/doc/
Dindex.rst112 :alt: Nucleo F413ZH ZIO connectors (right)
118 :alt: Nucleo F413ZH Morpho connectors (right)
/Zephyr-Core-3.4.0/boards/arm/stm32f412g_disco/
Dstm32f412g_disco.dts62 label = "joystick right";
/Zephyr-Core-3.4.0/samples/shields/x_nucleo_53l0a1/
DREADME.rst26 leftmost digit, then the center sensor, then the right sensor.
/Zephyr-Core-3.4.0/scripts/coccinelle/
Dfind_functions.cocci32 // Insert a function into right dict depending on parameters
/Zephyr-Core-3.4.0/boards/arm/stm32l496g_disco/
Dstm32l496g_disco.dts50 label = "joystick right";

123456