Home
last modified time | relevance | path

Searched full:there (Results 1 – 25 of 2103) sorted by relevance

12345678910>>...85

/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/
Dsmp_reassembly.h21 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility
30 * if there isn't one allocated.
39 * Note: For efficiency there are ot NULL checks on @p smpt and @p buf pointers and it is caller's
40 * responsibility to make sure these are not NULL. Also @p len should not be 0 as there is no
46 * CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE, which means there is no way to fit it in
61 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility
65 * -EINVAL if there is no packet in re-assembly;
73 * If successful then the re-assembly context in @p smpt will indicate that there is no
82 * Note: for efficiency there is no NULL check on @p smpt pointer and it is caller's responsibility
87 * -EINVAL if there is no re-assembly in progress;
[all …]
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst3 There is a paucity of introductory material on this subject, and
9 When register windows are configured in the CPU, there are either 32
11 Registers are grouped and rotated in units of 4, so there are 8 or 16
20 There is a ROTW instruction that can be used to manually rotate the
26 There are CALL4/CALL8/CALL12 instructions to effect rotated calls
33 There is an ENTRY instruction that does the rotation. It adds CALLINC
38 There is a RETW instruction that undoes the rotation. It reads the
48 wrapped around and needs to be spilled or filled. To do this there is
55 stay zero. So there is one set bit in WINDOWSTART corresponding to
66 another call by seeing if there is a one in WINDOWSTART between that
[all …]
/Zephyr-latest/tests/drivers/uart/uart_basic_api/src/
Dtest_uart_pending.c14 * Test if uart_irq_is_pending() correctly returns 0 when there are no
25 * Once a RX IRQ happens RX data is read by uart_fifo_read() until there
28 * indicating there are no more pending interrupts to be processed. If 0
32 * pending flags to determine if there are pending interrupts, hence
33 * even tho there aren't any further RX and TX IRQs to be processed it
58 * received data until there is no more RX data, thus in uart_pending_callback()
60 * that there are no more RX interrupts to be processed. in uart_pending_callback()
62 * there is no more RX data in the RX buffer to be processed, in uart_pending_callback()
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Devent.h32 /** Event triggered when there was an error */
34 /** Event triggered when there was a networking error */
36 /** Event triggered when there was a permission error */
38 /** Event triggered when there was a metadata error */
40 /** Event triggered when there was a download error */
42 /** Event triggered when there was an allocation error */
46 /** Event triggered when there is no update available */
/Zephyr-latest/drivers/ipm/
DKconfig.imx30 There will be four message types with ids 0, 1, 2 or 3
36 There will be two message types with ids 0 or 1
42 There will be a single message type with id 0
/Zephyr-latest/samples/subsys/llext/modules/
Dprj.conf11 # basic example there's only one llext, leaving it in when building the
12 # extension as a built-in is redundant; in a real application, however, there
32 # of this sample; there are architecture-specific settings that must be set in
/Zephyr-latest/tests/subsys/logging/log_syst/
Dprj.conf13 # printed. Under deferred mode, there may be
14 # dropped messages as there are quite a number of
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_clock_zephyr.c94 /* Use register directly, there is no support for that task in nrf_lrcconf_task_trigger. in nrf_802154_clock_hfclk_start()
95 * This code might cause troubles if there are other HFXO users in this CPU. in nrf_802154_clock_hfclk_start()
105 /* Use register directly, there is no support for that task in nrf_lrcconf_task_trigger. in nrf_802154_clock_hfclk_stop()
106 * This code might cause troubles if there are other HFXO users in this CPU. in nrf_802154_clock_hfclk_stop()
/Zephyr-latest/samples/subsys/logging/syst/
Dprj.conf21 # printed. Under deferred mode, there may be
22 # dropped messages as there are quite a number of
/Zephyr-latest/tests/lib/heap/
Dtestcase.yaml3 # minutes (vs. ~20 seconds for qemu) to complete in CI. There's
4 # little value there, this is a unit test of library code and we have
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2_rp2350a_m33.dts9 /* The build system assumes that there's a cpucluster-specific file.
19 /* there's nothing specific to the Cortex-M33 cores vs the (not yet
/Zephyr-latest/subsys/logging/backends/
DKconfig.rtt15 In panic mode backend always blocks and waits until there is space
27 If there is not enough space in up-buffer for a message, drop it.
34 Waits until there is enough space in the up-buffer for a message.
39 If there is not enough space in up-buffer for a message overwrite
/Zephyr-latest/tests/subsys/logging/log_switch_format/
Dprj.conf26 # printed. Under deferred mode, there may be
27 # dropped messages as there are quite a number of
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst14 processing takes either in sending or receiving path. There are two Kconfig
36 statistics will be collected per traffic class if there are more than one
68 differently so there is slight difference because of rounding errors.
80 * The last value tells how long it took from there to the application. Here
84 differently so there is slight difference because of rounding errors.
Dqemu_user_setup.rst17 QEMU and uses that stack to implement a virtual NAT'd network. As there are
58 based on requirements. For this, there is a Kconfig string which can be
80 * There is a lot of overhead so the performance is poor.
85 * There is a bug in the SLIRP implementation which filters out all IPv6 packets
/Zephyr-latest/samples/boards/nordic/coresight_stm/
Dsysbuild.cmake12 # There are sample configurations which do not use PPR.
21 # There are sample configurations which do not use FLPR.
/Zephyr-latest/drivers/ethernet/
DKconfig.cyclonev20 However there must be enough descriptors to hold all fragments
33 There is one descriptor entry per fragment.
/Zephyr-latest/tests/boards/nrf/coresight_stm/
Dsysbuild.cmake12 # There are sample configurations which do not use PPR.
21 # There are sample configurations which do not use FLPR.
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/src/
Dtest_cutoff_disabled.c20 /* Initially there should be no cutoff */ in ZTEST_F()
26 /* We confirm there was no cutoff */ in ZTEST_F()
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst10 optional timestamp. There are opcodes for data (8, 16, 32, 64 bit data marked/not marked, with or
23 Decoder has internal state since there are dependency between opcodes (e.g. timestamp can be
32 There are following limitations:
/Zephyr-latest/doc/hardware/peripherals/
Dregulators.rst16 The simplest case where a regulator is needed is one where there is only one
19 used. There is no device interface to these regulators as they are entirely
/Zephyr-latest/include/zephyr/input/
Dinput_hid.h24 * @retval -1 if there's no HID code for the specified input code.
36 * @retval 0 if there's no HID modifier for the specified input code.
/Zephyr-latest/tests/posix/eventfd/
DKconfig31 In order to get a true benchmark, there should be as few branches
38 In order to get a true benchmark, there should be as few branches
/Zephyr-latest/doc/connectivity/networking/api/
Dvlan.rst19 This means that there is an ethernet network interface that corresponds to
28 many network interfaces there will be in the system. For example, if there is
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfactory.py41 logger.error('There is no device with name "%s"', name)
42 raise TwisterHarnessException(f'There is no device with name "{name}"') from exc

12345678910>>...85