Searched refs:second (Results 226 – 250 of 338) sorted by relevance
12345678910>>...14
/Zephyr-latest/boards/beagle/beaglev_fire/doc/ |
D | index.rst | 111 Timeout in 1 second
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/ |
D | README.txt | 22 The second test verifies that threads in user mode, despite being able to call
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/doc/ |
D | index.rst | 382 #. Flash your board using ``west`` from the second terminal window. 383 Split first and second terminal windows to view both of them.
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 102 struct net_buf *buf, *first = pkt->cursor.buf, *second = first->frags; in tcp_pkt_linearize() local 132 size_t pull_len = MIN(second->len, len2); in tcp_pkt_linearize() 136 net_buf_pull(second, pull_len); in tcp_pkt_linearize() 137 next = second->frags; in tcp_pkt_linearize() 138 if (second->len == 0) { in tcp_pkt_linearize() 139 net_buf_unref(second); in tcp_pkt_linearize() 141 second = next; in tcp_pkt_linearize() 144 buf->frags = second; in tcp_pkt_linearize()
|
/Zephyr-latest/boards/snps/iotdk/doc/ |
D | index.rst | 141 Then connect to the debug server at the IoT Development Kit from a second
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 110 Add `true` in line 62 as the second parameter of function
|
/Zephyr-latest/doc/develop/test/ |
D | coverage.rst | 33 device and the second to enable in the test application. As explained earlier the
|
/Zephyr-latest/boards/st/stm32f411e_disco/doc/ |
D | index.rst | 161 You should see the orange led (LD3) blinking every second.
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 8 with 10Mbit per second Single Pair Ethernet (SPE) connections reaching up to 1.7km of link distance.
|
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/ |
D | index.rst | 155 The second option is to attach a :ref:`jlink-external-debug-probe` to the
|
/Zephyr-latest/boards/nxp/frdm_mcxc444/doc/ |
D | index.rst | 152 The second option is to attach a :ref:`jlink-external-debug-probe` to the
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 98 * To the second QEMU serial line using a UNIX socket. This socket gets used 146 Running QEMU now results in a connection with the second serial line to
|
/Zephyr-latest/boards/st/nucleo_f030r8/doc/ |
D | index.rst | 163 You will see the LED blinking every second.
|
/Zephyr-latest/boards/nxp/frdm_mcxa156/doc/ |
D | index.rst | 138 The second option is to attach a :ref:`jlink-external-debug-probe` to the
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/doc/ |
D | index.rst | 150 The second option is to attach a :ref:`jlink-external-debug-probe` to the
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/ |
D | index.rst | 373 #. Flash your board using ``west`` from the second terminal window. 374 Split first and second terminal windows to view both of them.
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 352 the second-stage translation table which is based on the memory regions described in the 361 to access this region this will result in a second stage translation fault.
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 91 minutes, the second sector is full. When this happens, because we're using
|
/Zephyr-latest/boards/st/stm32f769i_disco/doc/ |
D | index.rst | 79 - RTC: sub-second accuracy, hardware calendar
|
/Zephyr-latest/boards/st/stm32g081b_eval/doc/ |
D | index.rst | 175 You will see the LED blinking every second.
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 71 to spill a second quad, and even a third time at maximum.
|
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/ |
D | index.rst | 112 The second option is to attach a :ref:`jlink-external-debug-probe` to the
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 313 and index 1 gets the second offset, etc.: 415 and index 1 gets the second offset, etc.:
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | rbtree.rst | 24 the second in the ordering desired by the tree. Note that "equal" is
|
/Zephyr-latest/boards/digilent/arty_a7/doc/ |
D | index.rst | 149 typically available on the second serial port.
|
12345678910>>...14