Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/Zephyr-Core-3.5.0/soc/riscv/openisa_rv32m1/
Dsoc_irq.S24 SECTION_FUNC(exception.other, __soc_is_irq)
42 SECTION_FUNC(exception.other, __soc_handle_irq)
60 SECTION_FUNC(exception.other, __soc_save_context)
78 SECTION_FUNC(exception.other, __soc_restore_context)
/Zephyr-Core-3.5.0/soc/riscv/riscv-ite/common/
Dsoc_irq.S26 SECTION_FUNC(exception.other, __soc_handle_irq)
41 SECTION_FUNC(exception.other, __soc_is_irq)
/Zephyr-Core-3.5.0/lib/posix/getopt/
DKconfig11 not interfere with each other.
14 for other threads by extending function getopt_state_get in
24 not interfere with each other.
27 for other threads by extending function getopt_state_get in
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/
Dsoc_irq.S14 SECTION_FUNC(exception.other, __soc_is_irq)
19 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-Core-3.5.0/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst29 unique (not overlapping any other region) and accessible by both domains
31 * Define MBOX devices which are used to send the signal that informs the other
32 domain (or CPU) that data has been written. Ensure that the other domain
62 You must provide a similar configuration for the other side of the
74 #. It then sends a signal to the other domain or CPU, informing that the data
75 has been written. Sending the signal to the other domain or CPU is repeated
78 #. When the signal from the other domain or CPU is received, the magic number
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/common/
Dsoc_irq.S27 SECTION_FUNC(exception.other, __soc_handle_irq)
48 SECTION_FUNC(exception.other, __soc_is_irq)
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/andes_v5/
Dsoc_irq.S18 SECTION_FUNC(exception.other, __soc_save_context)
35 SECTION_FUNC(exception.other, __soc_restore_context)
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/telink_b91/
Dsoc_irq.S22 SECTION_FUNC(exception.other, __soc_save_context)
39 SECTION_FUNC(exception.other, __soc_restore_context)
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dtestsuite.py52 def __eq__(self, other): argument
53 if not isinstance(other, ScanPathResult):
55 return (sorted(self.matches) == sorted(other.matches) and
56 self.warnings == other.warnings and
58 other.has_registered_test_suites) and
60 other.has_run_registered_test_suites) and
61 self.has_test_main == other.has_test_main and
63 sorted(other.ztest_suite_names)))
360 def __lt__(self, other): argument
361 return self.name < other.name
/Zephyr-Core-3.5.0/doc/kernel/services/
Dindex.rst116 These pages cover other kernel services.
121 other/atomic.rst
122 other/float.rst
123 other/version.rst
124 other/fatal.rst
125 other/thread_local_storage.rst
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Ddhcpv4.rst15 and other network configuration parameters to each device on a network so they
16 can communicate with other IP networks.
/Zephyr-Core-3.5.0/soc/posix/inf_clock/
DKconfig36 This option can be used to provide the native simulator with other MCUs/Cores images which have
37 been produced by either other Zephyr builds or different OS builds.
39 have it produce the final link with the native simulator runner and the other MCU images.
46 even if in other circumstances this MCU would not start automatically (for ex. because
/Zephyr-Core-3.5.0/samples/subsys/fs/fs_sample/
DKconfig15 "some.dir" directory and "other.txt" file will be created
19 easily add files with use of other device.
/Zephyr-Core-3.5.0/boards/arm/pan1780_evb/doc/
Dindex.rst23 The PAN1780 evaluation board is closely linked to these other evaluation
35 The user guide contains (amongst other things) detailed information about
43 and other things.
/Zephyr-Core-3.5.0/boards/arm/pan1770_evb/doc/
Dindex.rst23 The PAN1770 evaluation board is closely linked to these other evaluation
36 The user guide contains (amongst other things) detailed information about
44 and other things.
/Zephyr-Core-3.5.0/boards/arm/pan1781_evb/doc/
Dindex.rst22 The PAN1781 evaluation board is closely linked to these other evaluation
34 The user guide contains (amongst other things) detailed information about
42 and other things.
/Zephyr-Core-3.5.0/boards/arm/pan1782_evb/doc/
Dindex.rst22 The PAN1782 evaluation board is closely linked to these other evaluation
34 The user guide contains (amongst other things) detailed information about
42 and other things.
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/
DREADME.rst26 #. Enter your name (or any other arbitrary text). Multiple words
41 each other over mesh: by pressing the user button on the board the first
42 word (name) of the stored text will be sent to all other boards in
43 the network and cause the other boards to display "<name> says hi!".
/Zephyr-Core-3.5.0/soc/nios2/nios2f-zephyr/cpu/
Dghrd_10m50da.qpf5 # and other software and tools, and its AMPP partner logic
11 # the Altera MegaCore Function License Agreement, or other
/Zephyr-Core-3.5.0/cmake/linker/ld/host-gcc/
Dlinker_flags.cmake1 # The host-gcc supports the same flags as any other gcc.
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/handler_demo/
DKconfig5 # group commands behaviour and other aspects.
27 Allows applications to receive callback when the "other" example
/Zephyr-Core-3.5.0/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-Core-3.5.0/doc/hardware/peripherals/
Dretained_mem.rst28 clashing with other concurrent thread function usage, but means that retained
33 other.
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/neorv32/
Dsoc_irq.S15 SECTION_FUNC(exception.other, __soc_handle_irq)

12345678910>>...26