Searched refs:other (Results 1 – 25 of 808) sorted by relevance
12345678910>>...33
/Zephyr-latest/soc/wch/ch32v00x/ |
D | soc_irq.S | 13 SECTION_FUNC(exception.other, __soc_is_irq) 18 SECTION_FUNC(exception.other, __soc_handle_irq)
|
/Zephyr-latest/soc/nordic/common/vpr/ |
D | soc_context.S | 12 SECTION_FUNC(exception.other, __soc_save_context) 18 SECTION_FUNC(exception.other, __soc_restore_context)
|
/Zephyr-latest/scripts/ruff/ |
D | gen_lint_exclude.py | 20 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/ |
D | soc_irq.S | 14 SECTION_FUNC(exception.other, __soc_is_irq) 19 SECTION_FUNC(exception.other, __soc_handle_irq)
|
/Zephyr-latest/soc/andestech/ae350/ |
D | soc_irq.S | 18 SECTION_FUNC(exception.other, __soc_save_context) 35 SECTION_FUNC(exception.other, __soc_restore_context)
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc_irq.S | 32 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/ |
D | soc_irq.S | 22 SECTION_FUNC(exception.other, __soc_save_context) 39 SECTION_FUNC(exception.other, __soc_restore_context)
|
/Zephyr-latest/boards/shields/arduino_uno_click/doc/ |
D | index.rst | 11 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/ |
D | intc_nuclei_eclic.S | 22 SECTION_FUNC(exception.other, __soc_handle_irq) 36 SECTION_FUNC(exception.other, __soc_handle_all_irqs)
|
D | intc_nrfx_clic.S | 14 SECTION_FUNC(exception.other, __soc_handle_irq)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | dhcpv6.rst | 15 and other network configuration parameters to each device on a network so they 16 can communicate with other IP networks.
|
D | dhcpv4.rst | 15 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/ |
D | Kconfig | 18 bool "Included other board Kconfig fragment" 27 bool "Included other soc overlay Kconfig fragment"
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 116 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/ |
D | Kconfig | 15 "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/ |
D | Kconfig | 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/soc/ite/ec/common/ |
D | soc_irq.S | 26 SECTION_FUNC(exception.other, __soc_handle_irq)
|
/Zephyr-latest/boards/panasonic/pan1782_evb/doc/ |
D | index.rst | 15 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/ |
D | index.rst | 15 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/ |
D | testsuite.py | 56 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/ |
D | ipc_service_icmsg.rst | 32 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/ |
D | index.rst | 16 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/ |
D | index.rst | 16 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/ |
D | soc_irq.S | 27 SECTION_FUNC(exception.other, __soc_handle_irq)
|
/Zephyr-latest/cmake/linker/ld/host-gcc/ |
D | linker_flags.cmake | 1 # The host-gcc supports the same flags as any other gcc.
|
12345678910>>...33