Home
last modified time | relevance | path

Searched refs:seen (Results 26 – 50 of 57) sorted by relevance

123

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst41 the amount of traffic in a mesh network, storing recently seen sequence numbers
Ddfu.rst245 DFU stages and procedures as seen from the Distributor
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst321 * ``ZEP-2138`` - Static code scan (coverity) issues seen
324 * ``ZEP-2178`` - Static code scan (coverity) issues seen
Dmigration-guide-3.6.rst166 of the Devicetree macros now return the as-seen value in the devicetree instead of the Zephyr
194 (as-seen value in the devicetree), while ``DT_IRQN_BY_IDX(DT_NODELABEL(uart0), 0)`` will return
Drelease-notes-1.12.rst351 * :github:`4052` - Coverity issue seen with CID: 177217 , in file: /tests/subsys/dfu/img_util/src/m…
352 * :github:`4053` - Coverity issue seen with CID: 177216 , in file: /tests/subsys/dfu/mcuboot/src/ma…
Drelease-notes-2.4.rst67 * ``<drivers/uart.h>`` has seen its callbacks normalized.
74 * ``<drivers/dma.h>`` has seen its callback normalized. It had its signature
80 * ``<drivers/ipm.h>`` has seen its callback normalized.
Drelease-notes-2.0.rst378 This information can be seen in net-shell.
578 * :github:`18563` - log_strdup missing error messages seen when running wifi sample
Drelease-notes-1.13.rst680 * :github:`3903` - Static code scan (coverity) issues seen
/Zephyr-latest/arch/xtensa/
DKconfig63 so that it can be seen in both (incoherent) cached mappings
/Zephyr-latest/scripts/
Dcheckpatch.pl141 my %seen;
142 return grep { !$seen{$_}++ } @_;
5490 my $seen = 0;
5517 $seen++ if ($block =~ /^\s*{/);
5529 } elsif ($seen != $allow) {
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst14 Zephyr documentation can be seen in :ref:`hw_support_hierarchy`.
Dboard_porting.rst145 Formally this can also be seen as
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst255 engine. The sample app then sets some client values so that they can be seen
/Zephyr-latest/doc/security/
Dsensor-threat.rst15 images. A general diagram can be seen in Figure 1:
57 c. The image update shall be seen as atomic, meaning that when the
/Zephyr-latest/doc/kernel/services/
Dpolling.rst214 signal to a poll event. This can be seen as a lightweight binary semaphore only
/Zephyr-latest/boards/arm/v2m_musca_s1/doc/
Dindex.rst350 the USB port and power-on the board by pressing the PBON button as seen on the
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst93 As seen previously, the net_pkt and its buffer can be allocated at
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst390 useful to understand them since they will frequently be seen in compiler error
Dintro-syntax-structure.rst272 property can be seen as a more detailed view of the addressable resources
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst383 A sample :file:`ZephyrBuildConfig.cmake` can be seen below.
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6392 seen = set()
6393 seen_add = seen.add
6394 return [x for x in lst if x not in seen and not seen_add(x)]
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst577 This can be managed as seen in the previous section but this time using the
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst98 where a thread's own logic signals completion which is seen by another
/Zephyr-latest/doc/services/tracing/
Dindex.rst74 As seen from *I/O taxonomy* section below, a bottom layer may:
/Zephyr-latest/kernel/
DKconfig37 or seen another way, priorities:

123