Home
last modified time | relevance | path

Searched refs:behind (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/lib/utils/
Dwinstream.c88 uint32_t seq0 = *seq, start, end, wseq, len, behind, copy, suffix; in sys_winstream_read() local
104 behind = wseq - *seq; in sys_winstream_read()
105 if (behind > idx_sub(ws, ws->end, ws->start)) { in sys_winstream_read()
111 copy = idx_sub(ws, ws->end, behind); in sys_winstream_read()
112 len = MIN(buflen, behind); in sys_winstream_read()
/Zephyr-latest/samples/net/cloud/mqtt_azure/
DKconfig44 behind proxy.
51 behind proxy.
DREADME.rst54 the sample behind a proxy:
/Zephyr-latest/doc/services/crypto/
Dindex.rst8 behind the operation of the different algorithms and how they were implemented.
/Zephyr-latest/doc/connectivity/networking/
Dindex.rst7 Zephyr kernel. Use the information to understand the principles behind the
/Zephyr-latest/doc/connectivity/bluetooth/
Dindex.rst7 Zephyr OS. You can use this information to understand the principles behind the
/Zephyr-latest/doc/project/
Dissues.rst14 reason behind it by following the references in the code.
/Zephyr-latest/doc/kernel/data_structures/
Dindex.rst19 behind this design is to allow the collections to be used in contexts
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py685 behind = seq - last_seq
686 if behind > ((end - start) % wlen):
688 copy = (end - behind) % wlen
689 suffix = min(behind, wlen - copy)
691 if suffix < behind:
692 result += win_read(base, 16, behind - suffix)
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst77 implementation of that system call should be hidden behind the POSIX API.
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst20 may be slightly behind (usually 1 tick) due to latency introduced by the
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst138 leaving behind any branches which were already checked out. This is
143 behind some commits which are no longer referred to by any branch. These
171 does not even try to rebase and leaves your branches behind just like a
Dwhy.rst18 Although the motivation behind splitting the Zephyr codebase into multiple
Dtroubleshooting.rst36 If you're behind a corporate firewall and may have proxy or other issues,
/Zephyr-latest/doc/develop/test/
Dbsim.rst188 That is, they should not leave stray files behind.
/Zephyr-latest/doc/services/settings/
Dindex.rst8 provided behind a common API using FCB, NVS, or a file system. These different
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst18 .. note:: If you're working behind a corporate firewall, you'll likely
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst18 abstracted behind a macro API, the Linux kernel would instead read the
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst240 they normally would. The interrupt sharing is taken care of behind the scenes.
261 behind the scenes. All its arguments must be known at build time.
/Zephyr-latest/doc/safety/
Dsafety_overview.rst197 The idea behind this architecture is to organize modules or components with similar functionality
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst182 * Fixed link targets hidden behind header
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst200 hardware is all quite recent (5-6 weeks behind mainline or so). We
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst242 …* It is acceptable to gate this behind a small timeout (separate from the connection timeout) for …
/Zephyr-latest/boards/native/doc/
Darch_soc.rst81 The underlying assumptions behind this port set some limitations on what
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst115 devicetree to describe CDC ACM UART. The motivation behind using devicetree

12