Searched refs:right (Results 1 – 25 of 129) sorted by relevance
123456
/Zephyr-Core-3.4.0/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 30 #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/ |
D | bbc_microbit.overlay | 9 right-gpios = <&edge_connector 14 GPIO_ACTIVE_HIGH>;
|
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.css | 35 float: right; 60 padding-right: 1rem;
|
/Zephyr-Core-3.4.0/doc/_doxygen/ |
D | doxygen-awesome.css | 346 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 …]
|
D | doxygen-awesome-sidebar-only.css | 71 padding-right: 0; 82 right: 0; 106 right: auto;
|
/Zephyr-Core-3.4.0/doc/_static/latex/ |
D | title.tex | 7 \newgeometry{top=3cm,left=0cm,right=0cm,bottom=2.5cm}
|
/Zephyr-Core-3.4.0/samples/drivers/kscan/ |
D | README.rst | 18 exercise the functionality (you need to obtain the right keymap from the vendor
|
/Zephyr-Core-3.4.0/soc/arm/nuvoton_npcx/common/ |
D | CMakeLists.txt | 35 # Property magic which makes west flash choose right file.
|
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-mouse/ |
D | README.rst | 12 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/ |
D | openocd-nrf5.board.cmake | 22 # We can do the right thing for supported subfamilies using a generic
|
/Zephyr-Core-3.4.0/doc/ |
D | 404.rst | 9 :align: right
|
/Zephyr-Core-3.4.0/tests/kernel/timer/timer_behavior/ |
D | Kconfig | 37 # example if a new tick elapses right after the kernel gets the number
|
/Zephyr-Core-3.4.0/boards/arm/stm32f072_eval/ |
D | stm32f072_eval.dts | 65 label = "joystick right";
|
/Zephyr-Core-3.4.0/boards/arm/stm32l476g_disco/ |
D | stm32l476g_disco.dts | 57 label = "joystick right";
|
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/ |
D | doxyrunner.py | 328 (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/ |
D | stm32h747i_disco.dtsi | 63 label = "joystick right";
|
/Zephyr-Core-3.4.0/boards/arm/pandora_stm32l475/ |
D | pandora_stm32l475.dts | 64 label = "joystick right";
|
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-cdc/ |
D | README.rst | 86 right - moves the mouse to right
|
/Zephyr-Core-3.4.0/samples/subsys/usb/hid-cdc/src/ |
D | main.c | 171 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/ |
D | index.rst | 112 :alt: Nucleo F412ZG ZIO connectors (right) 118 :alt: Nucleo F412ZG Morpho connectors (right)
|
/Zephyr-Core-3.4.0/boards/arm/nucleo_f413zh/doc/ |
D | index.rst | 112 :alt: Nucleo F413ZH ZIO connectors (right) 118 :alt: Nucleo F413ZH Morpho connectors (right)
|
/Zephyr-Core-3.4.0/boards/arm/stm32f412g_disco/ |
D | stm32f412g_disco.dts | 62 label = "joystick right";
|
/Zephyr-Core-3.4.0/samples/shields/x_nucleo_53l0a1/ |
D | README.rst | 26 leftmost digit, then the center sensor, then the right sensor.
|
/Zephyr-Core-3.4.0/scripts/coccinelle/ |
D | find_functions.cocci | 32 // Insert a function into right dict depending on parameters
|
/Zephyr-Core-3.4.0/boards/arm/stm32l496g_disco/ |
D | stm32l496g_disco.dts | 50 label = "joystick right";
|
123456