Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/doc/_extensions/zephyr/
Dhtml_redirects.py66 def create_redirect_pages(app, exception): argument
/Zephyr-latest/include/zephyr/arch/arm/
Dgdbstub.h63 unsigned int exception; member
/Zephyr-latest/arch/x86/core/ia32/
Dgdbstub.c22 unsigned int exception; in get_exception() local
/Zephyr-latest/include/zephyr/arch/xtensa/
Dgdbstub.h89 unsigned int exception; member
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dgdbstub.h79 unsigned int exception; member
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py558 exception, argument
614 exception, argument
Dtest_testsuite.py298 def test_get_unique_exception(testsuite_root, workdir, name, exception): argument
/Zephyr-latest/arch/xtensa/core/
Dgdbstub.c335 unsigned int exception; in get_gdb_exception_reason() local
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c568 static int gdb_send_exception(uint8_t *buf, size_t len, uint8_t exception) in gdb_send_exception()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py657 def _handle_serial_exception(self, exception, dut, serial_pty, ser_pty_process): argument