Searched refs:middle (Results 1 – 19 of 19) sorted by relevance
/Zephyr-Core-3.5.0/tests/arch/common/timing/src/ |
D | main.c | 29 timing_t start, middle, end; in perform_tests() local 38 middle = arch_timing_counter_get(); in perform_tests() 43 diff1 = arch_timing_cycles_get(&start, &middle); in perform_tests() 44 diff2 = arch_timing_cycles_get(&middle, &end); in perform_tests()
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/figures/ |
D | integration_diagram_simplified.drawio | 10 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 19 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 22 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 25 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 40 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 52 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 91 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 94 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro…
|
D | integration_diagram_detailed.drawio | 13 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 83 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 86 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 111 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 114 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 132 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 135 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 138 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 193 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro… 199 …="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;ro…
|
/Zephyr-Core-3.5.0/doc/safety/images/ |
D | zephyr-safety-process.svg | 1 …middle">Releases</text></switch></g><path d="M 78 542.67 L 78 389.33 C 78 368.16 122.77 351 178 35…
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 272 uint8_t middle; /* Slot index of last managed user op. member 1891 while (user->middle != user->last) { 1896 uint8_t middle; 1898 user_op = &user_ops[user->middle]; 1901 prev = user->middle; 1902 middle = user->middle + 1; 1903 if (middle == user->count_user_op) { 1904 middle = 0U; 1906 user->middle = middle; 1974 user->middle = prev; [all …]
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | gen_syscalls.py | 189 middle = "struct { uintptr_t lo, hi; } split" if split else "uintptr_t x" 190 return "union { %s; %s val; }" % (middle, type)
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/runtime_obs_registration/ |
D | README.rst | 11 In this sample, we have the threads producer and consumer. In the middle of the communication, we h…
|
/Zephyr-Core-3.5.0/doc/services/pm/ |
D | device.rst | 67 a low power state only if no device is in the middle of a hardware 195 the middle of a hardware transaction, such as writing to a flash memory, may 197 transactions by indicating to the kernel that the device is in the middle of an
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 69 <bt_mesh_blob_srv_cb.suspended>` callback. If the BLOB Transfer Server is in the middle of receiving
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | Kconfig.formatting | 172 This formatting is something in the middle between the pure raw format
|
/Zephyr-Core-3.5.0/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …r(--${$}-icon-size,1rem);width:var(--${$}-icon-size,1rem);vertical-align:middle;}[part=lightLabel]…
|
/Zephyr-Core-3.5.0/doc/_doxygen/ |
D | doxygen-awesome.css | 341 vertical-align: middle; 735 vertical-align: middle; 1493 vertical-align: middle;
|
/Zephyr-Core-3.5.0/doc/contribute/ |
D | contributor_expectations.rst | 160 middle of a review. If a rebase is required, push this as a separate update
|
/Zephyr-Core-3.5.0/boards/xtensa/esp_wrover_kit/doc/ |
D | index.rst | 211 The JP1 connector consists of 14x2 male pins whose functions are shown in the middle two “I/O”
|
/Zephyr-Core-3.5.0/doc/security/ |
D | sensor-threat.rst | 210 DNS results or attempt man-in-the-middle attacks
|
D | vulnerabilities.rst | 318 man in the middle attack. This is mitigated by firmware images
|
/Zephyr-Core-3.5.0/doc/_static/css/ |
D | custom.css | 576 vertical-align: middle;
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 1718 …rlier, but with 16 neurons in the first layer and an additional layer of 16 neurons in the middle:" 3208 " vertical-align: middle;\n", 3312 " vertical-align: middle;\n",
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.3.rst | 86 I2C master was reset in the middle of an I2C transaction or if a noise
|