Searched full:inspect (Results 1 – 25 of 51) sorted by relevance
123
/Zephyr-latest/samples/modules/mctp/mctp_endpoint/ |
D | README.rst | 24 Optionally a logic analyzer can be wired up and listening to the UART to inspect
|
/Zephyr-latest/samples/modules/mctp/mctp_host/ |
D | README.rst | 24 Optionally a logic analyzer can be wired up and listening to the UART to inspect
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline.c | 167 * The application/test can use this function to inspect all the command line 177 * The application/test can use this function to inspect the command line
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 24 defined protocols. Driver doesn't inspect received data and all 44 using custom defined protocols. Driver doesn't inspect received data
|
/Zephyr-latest/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 10 * carefully inspect behavior. Note that at high event rates (see
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | prj.conf | 37 # BT_TESTING provides additional hooks in the stack to inspect or modify state.
|
/Zephyr-latest/tests/subsys/llext/ |
D | CMakeLists.txt | 24 inspect
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 10 import inspect 265 edtlib = inspect.getmodule(edt)
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/ |
D | arm_syscalls.c | 128 * Trigger an ISR to switch to handler mode, to inspect in user_thread_entry() 138 * We inspect for a second time, to verlfy the status, after in user_thread_entry()
|
/Zephyr-latest/include/zephyr/ |
D | sys_clock.h | 61 * K_NO_WAIT or K_FOREVER. Applications should not inspect the 229 * It is best not to inspect its content directly.
|
/Zephyr-latest/include/zephyr/llext/ |
D | inspect.h | 23 * This file contains routines to inspect the contents of an ELF file. It is
|
/Zephyr-latest/doc/services/llext/ |
D | load.rst | 100 * Use a debugger to inspect the memory and registers to try to understand what
|
D | debug.rst | 64 breakpoints, inspect variables, and step through the code as usual. 242 It is also impossible to inspect the variables in the extension or step through
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 12 from inspect import signature
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig | 124 over UART with custom defined protocol. Driver doesn't inspect received
|
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | enc.c | 41 * The printk lines have been left in to inspect operations
|
/Zephyr-latest/samples/drivers/lora/receive/ |
D | README.rst | 18 the user must be ready to inspect the console output immediately after
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | test_llext.c | 16 #include <zephyr/llext/inspect.h> 326 #include "inspect.inc" 375 res = llext_load(ldr, "inspect", &ext, &ldr_parm); in ZTEST()
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | irq.h | 147 * interrupts or to inspect or manipulate the contents of the source register.
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 171 To figure out why a symbol you jumped to isn't visible, inspect its
|
/Zephyr-latest/lib/heap/ |
D | heap_validate.c | 16 * that it can't inspect. In a pathological case, you can imagine
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_priv.h | 182 * @param req The upload request to inspect.
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 211 device management. The driver doesn't inspect received data (as
|
/Zephyr-latest/samples/philosophers/ |
D | README.rst | 72 tools like OpenOCD and J-link to inspect thread data using ``info threads``.
|
/Zephyr-latest/doc/develop/tools/ |
D | clion.rst | 203 and inspect the variables for each task.
|
123