Home
last modified time | relevance | path

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

12345678910>>...33

/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/soc/nordic/common/vpr/
Dsoc_context.S12 SECTION_FUNC(exception.other, __soc_save_context)
18 SECTION_FUNC(exception.other, __soc_restore_context)
/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/soc/espressif/esp32c6/
Dsoc_irq.S14 SECTION_FUNC(exception.other, __soc_is_irq)
19 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/soc/andestech/ae350/
Dsoc_irq.S18 SECTION_FUNC(exception.other, __soc_save_context)
35 SECTION_FUNC(exception.other, __soc_restore_context)
/Zephyr-latest/soc/openisa/rv32m1/
Dsoc_irq.S32 SECTION_FUNC(exception.other, __soc_handle_irq)
50 SECTION_FUNC(exception.other, __soc_save_context)
68 SECTION_FUNC(exception.other, __soc_restore_context)
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dsoc_irq.S22 SECTION_FUNC(exception.other, __soc_save_context)
39 SECTION_FUNC(exception.other, __soc_restore_context)
/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/drivers/interrupt_controller/
Dintc_nuclei_eclic.S22 SECTION_FUNC(exception.other, __soc_handle_irq)
36 SECTION_FUNC(exception.other, __soc_handle_all_irqs)
Dintc_nrfx_clic.S14 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/doc/connectivity/networking/api/
Ddhcpv6.rst15 and other network configuration parameters to each device on a network so they
16 can communicate with other IP networks.
Ddhcpv4.rst15 and other network configuration parameters to each device on a network so they
16 can communicate with other IP networks.
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/
DKconfig18 bool "Included other board Kconfig fragment"
27 bool "Included other soc overlay Kconfig fragment"
/Zephyr-latest/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-latest/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-latest/soc/native/inf_clock/
DKconfig42 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/soc/ite/ec/common/
Dsoc_irq.S26 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/boards/panasonic/pan1782_evb/doc/
Dindex.rst15 The PAN1782 evaluation board is closely linked to these other evaluation
27 The user guide contains (amongst other things) detailed information about
35 and other things.
/Zephyr-latest/boards/panasonic/pan1781_evb/doc/
Dindex.rst15 The PAN1781 evaluation board is closely linked to these other evaluation
27 The user guide contains (amongst other things) detailed information about
35 and other things.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py56 def __eq__(self, other): argument
57 if not isinstance(other, ScanPathResult):
59 return (sorted(self.matches) == sorted(other.matches) and
60 self.warnings == other.warnings and
62 other.has_registered_test_suites) and
64 other.has_run_registered_test_suites) and
65 self.has_test_main == other.has_test_main and
67 sorted(other.ztest_suite_names)))
406 def __lt__(self, other): argument
407 return self.name < other.name
/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/boards/panasonic/pan1770_evb/doc/
Dindex.rst16 The PAN1770 evaluation board is closely linked to these other evaluation
29 The user guide contains (amongst other things) detailed information about
37 and other things.
/Zephyr-latest/boards/panasonic/pan1780_evb/doc/
Dindex.rst16 The PAN1780 evaluation board is closely linked to these other evaluation
28 The user guide contains (amongst other things) detailed information about
36 and other things.
/Zephyr-latest/soc/common/riscv-privileged/
Dsoc_irq.S27 SECTION_FUNC(exception.other, __soc_handle_irq)
/Zephyr-latest/cmake/linker/ld/host-gcc/
Dlinker_flags.cmake1 # The host-gcc supports the same flags as any other gcc.

12345678910>>...33