Home
last modified time | relevance | path

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

12345678910>>...85

/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform.h28 * @return "Other error code" See ::VL53L1_Error
40 * @return "Other error code" See ::VL53L1_Error
51 * @return "Other error code" See ::VL53L1_Error
61 * @return "Other error code" See ::VL53L1_Error
71 * @return "Other error code" See ::VL53L1_Error
81 * @return "Other error code" See ::VL53L1_Error
91 * @return "Other error code" See ::VL53L1_Error
101 * @return "Other error code" See ::VL53L1_Error
110 * @return "Other error code" See ::VL53L1_Error
119 * @return "Other error code" See ::VL53L1_Error
[all …]
/Zephyr-latest/soc/native/inf_clock/
DKconfig39 string "Other cores images to include"
42 This option can be used to provide the native simulator with other MCUs/Cores images which have
43 been produced by either other Zephyr builds or different OS builds.
45 have it produce the final link with the native simulator runner and the other MCU images.
52 even if in other circumstances this MCU would not start automatically (for ex. because
/Zephyr-latest/drivers/sensor/st/vl53l0x/
Dvl53l0x_platform.h76 * @return "Other error code" See ::VL53L0X_Error
88 * @return "Other error code" See ::VL53L0X_Error
99 * @return "Other error code" See ::VL53L0X_Error
109 * @return "Other error code" See ::VL53L0X_Error
119 * @return "Other error code" See ::VL53L0X_Error
129 * @return "Other error code" See ::VL53L0X_Error
139 * @return "Other error code" See ::VL53L0X_Error
149 * @return "Other error code" See ::VL53L0X_Error
163 * @return "Other error code" See ::VL53L0X_Error
182 * @return "Other error code" See ::VL53L0X_Error
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/src/
Dmain.c78 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST()
81 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
93 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST()
96 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
116 zassert_true(INCLUDED_BOARD_OTHER, "Expected board other config to be present"); in ZTEST()
119 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
130 zassert_true(INCLUDED_BOARD_OTHER, "Expected board other config to be present"); in ZTEST()
133 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
/Zephyr-latest/lib/libc/arcmwdt/include/
Dfcntl.h17 * MWDT fcntl.h doesn't provide O_NONBLOCK, however it provides other file IO
19 * any other file IO defines.
24 #error "O_NONBLOCK conflicts with other O_*** file IO defines!"
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
DKconfig5 # group commands behaviour and other aspects.
24 bool "Other hook"
27 Allows applications to receive callback when the "other" example
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/
DKconfig5 # group commands behaviour and other aspects.
25 bool "Other hook"
28 Allows applications to receive callback when the "other" example
/Zephyr-latest/boards/shields/arduino_uno_click/doc/
Dindex.rst11 host sockets that allow you to connect many other click shields to your
13 In other words, the Arduino UNO click will generally be used by other
42 other mikroBUS shields. For example:
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst32 unique (not overlapping any other region) and accessible by both domains
34 * Define MBOX devices which are used to send the signal that informs the other
35 domain (or CPU) that data has been written. Ensure that the other domain
72 You must provide a similar configuration for the other side of the
84 #. It then sends a signal to the other domain or CPU, informing that the data
85 has been written. Sending the signal to the other domain or CPU is repeated
88 #. When the signal from the other domain or CPU is received, the magic number
103 The other pair is symmetric and transfers messages in the opposite direction.
105 The other pair is identical.
201 It will arrive over the other pair (shared memory region and MBOX).
/Zephyr-latest/lib/libc/picolibc/
DKconfig17 This is enabled by default for toolchains other than the Zephyr
53 bool "full support for integer values, other than long long, in printf/scanf"
56 Include full integer other than long long, but no floating point
84 Compiler optimizations will be set to -Os independently of other
90 Compiler optimizations will be set to -O2 independently of other
96 Compiler optimizations will be set to -Og independently of other
102 Compiler optimizations will be set to -O0 independently of other
/Zephyr-latest/include/zephyr/drivers/
Dcache.h51 * @retval -errno Negative errno for other failures.
62 * @retval -errno Negative errno for other failures.
73 * @retval -errno Negative errno for other failures.
94 * @retval -errno Negative errno for other failures.
116 * @retval -errno Negative errno for other failures.
138 * @retval -errno Negative errno for other failures.
185 * @retval -errno Negative errno for other failures.
196 * @retval -errno Negative errno for other failures.
207 * @retval -errno Negative errno for other failures.
228 * @retval -errno Negative errno for other failures.
[all …]
/Zephyr-latest/tests/subsys/mgmt/mcumgr/all_options/
Dtestcase.yaml15 mgmt.mcumgr.all.options.other:
17 - EXTRA_CONF_FILE="other-options.conf"
/Zephyr-latest/soc/wch/ch32v00x/
Dsoc_irq.S13 SECTION_FUNC(exception.other, __soc_is_irq)
18 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/include/zephyr/ipc/
Dipc_service_backend.h37 * @retval other errno codes depending on the implementation of the
49 * @retval other errno codes depending on the implementation of the
68 * @retval other errno codes depending on the implementation of the
84 * @retval other errno codes depending on the implementation of the
101 * @retval other errno codes depending on the implementation of the
116 * @retval other errno codes depending on the implementation of the
138 * @retval other errno codes depending on the implementation of the
156 * @retval other errno codes depending on the implementation of the
178 * @retval other errno codes depending on the implementation of the
196 * @retval other errno codes depending on the implementation of the
[all …]
/Zephyr-latest/soc/nordic/common/vpr/
Dsoc_context.S12 SECTION_FUNC(exception.other, __soc_save_context)
18 SECTION_FUNC(exception.other, __soc_restore_context)
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/
DKconfig18 bool "Included other board Kconfig fragment"
27 bool "Included other soc overlay Kconfig fragment"
Dtestcase.yaml21 - EXTRA_CONF_FILE=boards/other.conf
26 - EXTRA_CONF_FILE=boards/other.conf
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst10 isolated from other user mode threads and from the kernel. A flawed or
22 cannot compromise the kernel or other threads.
26 isolated from each other if one crashes or is otherwise compromised.
51 - A user thread may have read/write access to the stacks of other user
120 particular priority can starve all threads of lower priority, and also other
137 configured in the :ref:`memory_domain` it belongs to. Access to any other RAM
141 communicate with each other by having shared membership of the same memory
152 driver other than their own thread object. Such access must be granted by
163 the object, check the validity of other parameters through bounds checking or
164 other means, and verify proper read/write access to any memory buffers
/Zephyr-latest/subsys/usb/device_next/
Dusbd_interface.h18 * @return 0 on success, other values on fail.
32 * @return 0 on success, other values on fail.
47 * @return 0 on success, other values on fail.
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst27 #. Enter your name (or any other arbitrary text). Multiple words
42 each other over mesh: by pressing the user button on the board the first
43 word (name) of the stored text will be sent to all other boards in
44 the network and cause the other boards to display "<name> says hi!".
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dtpidruro.h10 * Among other things, the tpidruro holds the address for the current
12 * aligned. That leaves two of free bits for other purposes.
/Zephyr-latest/include/zephyr/arch/
Dcache.h55 * @retval -errno Negative errno for other failures.
68 * @retval -errno Negative errno for other failures.
81 * @retval -errno Negative errno for other failures.
104 * @retval -errno Negative errno for other failures.
128 * @retval -errno Negative errno for other failures.
152 * @retval -errno Negative errno for other failures.
210 * @retval -errno Negative errno for other failures.
223 * @retval -errno Negative errno for other failures.
236 * @retval -errno Negative errno for other failures.
259 * @retval -errno Negative errno for other failures.
[all …]
/Zephyr-latest/scripts/ruff/
Dgen_lint_exclude.py20 def __eq__(self, other: object) -> bool:
21 if not isinstance(other, type(self)):
23 return self.code.__eq__(other.code)
/Zephyr-latest/scripts/west_commands/zspdx/
Ddatatypes.py20 # standardized DocumentRef- (including that prefix) that the other
50 # set of other Documents that our elements' Relationships refer to
140 # (e.g., the "owner" or the "other" element) is a File, a target Package,
141 # a Package's ID (as other only, and only where owner type is DOCUMENT),
171 # for the "other" element (e.g., the right side of the Relationship),
175 # other file absolute path (if otherType is FILENAME)
178 # other target name (if otherType is TARGETNAME)
181 # other package ID (if ownerType is DOCUMENT and otherType is PACKAGEID)
/Zephyr-latest/include/zephyr/pm/
Ddevice_runtime.h36 * @retval -errno Other negative errno, result of enabled device runtime PM.
53 * @retval -errno Other negative errno, result of suspending the device.
70 * @retval -errno Other negative errno, result of resuming the device.
79 * be left unchanged. In all other cases, usage count will be incremented.
95 * @retval -errno Other negative errno, result of the PM action callback.
104 * state will be left unchanged. In all other cases, usage count will be
115 * @retval -errno Other negative errno, result of the action callback.
125 * required (usage count equal to 0). In all other cases, usage count will be

12345678910>>...85