Home
last modified time | relevance | path

Searched refs:other (Results 26 – 50 of 808) sorted by relevance

12345678910>>...33

/Zephyr-latest/subsys/bluetooth/audio/
Dcap_commander.c313 const union bt_cap_set_member *other = &param->param[j].member; in valid_broadcast_reception_start_param() local
315 if (other == member) { in valid_broadcast_reception_start_param()
318 j, other, i, member); in valid_broadcast_reception_start_param()
584 const union bt_cap_set_member *other = &param->param[j].member; in valid_broadcast_reception_stop_param() local
587 if (other == member && stop_param->src_id == other_src_id) { in valid_broadcast_reception_stop_param()
590 j, other_src_id, other, i, stop_param->src_id, member); in valid_broadcast_reception_stop_param()
765 const union bt_cap_set_member *other = &param->param[j].member; in valid_distribute_broadcast_code_param() local
767 bt_cap_common_get_member_conn(param->type, other); in valid_distribute_broadcast_code_param()
1008 const union bt_cap_set_member *other = &param->members[j]; in valid_change_volume_param() local
1010 if (other == member) { in valid_change_volume_param()
[all …]
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qpf5 # and other software and tools, and its AMPP partner logic
11 # the Altera MegaCore Function License Agreement, or other
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dplatform.py36 def __eq__(self, other): argument
37 if isinstance(other, Simulator):
38 return self.name == other.name and self.exec == other.exec
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/
Doverride.dtsi5 * File intentionally left blank. Will be used when there is no other
/Zephyr-latest/soc/neorv32/
Dsoc_irq.S15 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/doc/hardware/peripherals/
Dretained_mem.rst28 clashing with other concurrent thread function usage, but means that retained
33 other.
Duart.rst23 background while the thread continues with other tasks. The Kernel's
29 than the other methods.
36 APIs would result in interference between each other.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
DKconfig5 # group commands behaviour and other aspects.
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.
28 Allows applications to receive callback when the "other" example
/Zephyr-latest/lib/posix/options/
DKconfig.c_lib_ext23 not interfere with each other.
26 for other threads by extending function getopt_state_get in
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dvector_table.ld11 *(".exception.other.*")
/Zephyr-latest/soc/espressif/esp32c2/
Dsoc_irq.S13 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/soc/espressif/esp32c3/
Dsoc_irq.S13 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/lib/utils/
Dbitarray.c262 int sys_bitarray_xor(sys_bitarray_t *dst, sys_bitarray_t *other, size_t num_bits, size_t offset) in sys_bitarray_xor() argument
271 __ASSERT_NO_MSG(other != NULL); in sys_bitarray_xor()
272 __ASSERT_NO_MSG(other->num_bits > 0); in sys_bitarray_xor()
275 key_other = k_spin_lock(&other->lock); in sys_bitarray_xor()
278 if (dst->num_bits != other->num_bits) { in sys_bitarray_xor()
288 setup_bundle_data(other, &bd, offset, num_bits); in sys_bitarray_xor()
293 ((other->bundles[bd.sidx] ^ dst->bundles[bd.sidx]) & bd.smask) | in sys_bitarray_xor()
302 ((other->bundles[bd.sidx] ^ dst->bundles[bd.sidx]) & bd.smask) | in sys_bitarray_xor()
305 ((other->bundles[bd.eidx] ^ dst->bundles[bd.eidx]) & bd.emask) | in sys_bitarray_xor()
308 dst->bundles[idx] ^= other->bundles[idx]; in sys_bitarray_xor()
[all …]
/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/tests/subsys/modem/backends/uart/boards/
Db_u585i_iot02a.overlay4 * The Arduino D0 and D1 must be connected to each other to loopback RX/TX.
/Zephyr-latest/dts/arm/nordic/
Doverride.dtsi8 * File intentionally left blank. Will be used when there is no other
/Zephyr-latest/arch/mips/core/
Dswap.S22 SECTION_FUNC(exception.other, arch_swap)
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/
DREADME.txt13 to by the simulated EEPROM connected through the other controller.
29 verify that the data supplied by the other controller (target) match
34 Transfer of commands from one bus controller to the other is
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst9 Unlike other multi-purpose POSIX operating systems
32 elsewhere, unless required both by the POSIX API implementation and some other feature. An
39 the other library or subsystem. This reduces the likelihood of dependency cycles in code. When
60 :caption: Mutual dependencies between POSIX and other Zephyr libraries
/Zephyr-latest/doc/develop/toolchains/
Dcustom_cmake.rst42 your :makevar:`ZEPHYR_TOOLCHAIN_VARIANT`, :makevar:`TOOLCHAIN_ROOT`, and other
52 to solve this, and thus to get the :file:`include/other.h` included instead,
57 When :makevar:`TOOLCHAIN_USE_CUSTOM` is set, the :file:`other.h` must be
60 A good location for the :file:`other.h` header file, would be a
/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/subsys/bluetooth/controller/coex/
Dreadme.rst8 …, which allows the Bluetooth controller to suspend its activity until the other transceiver suspen…
22 …fined intervals cancels any radio events. This way all advertisements and other radioactivities ar…
/Zephyr-latest/samples/subsys/zbus/hello_world/
DREADME.rst5 Make three threads talk to each other using zbus.
9 …mple implements a simple hello world application using zbus to make the threads talk to each other.
/Zephyr-latest/samples/drivers/uart/passthrough/
DREADME.rst12 to the "*other*" interface, and data read from the "*other*" interface is

12345678910>>...33