/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | Kconfig | 9 Internal helper macro to determine if the main `thread` command 20 Internal helper macro to compile the `list` subcommand 30 Internal helper macro to compile the `stacks` subcommand 38 Internal helper macro to compile the `mask` subcommand 46 Internal helper macro to compile the `pin` subcommand 54 Internal helper macro to compile the `unwind` subcommand
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/lsan/src/ |
D | main.c | 17 int helper(void) in helper() function 35 helper(); in ZTEST()
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/asan/src/ |
D | main.c | 19 int helper(void) in helper() function 40 helper(); in ZTEST()
|
/Zephyr-latest/scripts/ |
D | requirements-extras.txt | 9 # helper for developers - check git commit messages 12 # helper for developers 18 # used by scripts/build/gen_cfb_font_header.py - helper script for user
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ip_4_6.rst | 13 Miscellaneous defines and helper functions for IP addresses and IP protocols.
|
/Zephyr-latest/scripts/coccinelle/ |
D | unsigned_shift.cocci | 1 /// Use BIT() helper macro instead of hardcoding using bitshifting
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | CMakeLists.txt | 10 # SCMI protocol helper files
|
D | Kconfig | 11 Enable support for SCMI clock protocol helper functions. 29 Enable support for SCMI pinctrl protocol helper functions.
|
/Zephyr-latest/cmake/ |
D | package_helper.cmake | 5 # The Zephyr package helper script provides a generic script mode interface 34 # you just add the same argument to the helper like: 38 # Note: the samples CMakeLists.txt file is not processed by package helper, so 95 "No MODULES defined, please invoke package helper with minimum one module"
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/ |
D | appli_debug_cmd.gdb | 4 # helper file for "west debug" command to load the .elf
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/ |
D | CMakeLists.txt | 9 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/ |
D | CMakeLists.txt | 8 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/ |
D | CMakeLists.txt | 14 # This contains a variety of helper functions that abstract away common tasks,
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | CMakeLists.txt | 10 # This contains a variety of helper functions that abstract away common tasks, 36 # "helper" functions can be isolated in their own file, minimizing visual
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 606 char *helper; in hawkbit_get_url() local 608 helper = strstr(href, "//"); in hawkbit_get_url() 609 if (helper != NULL) { in hawkbit_get_url() 610 helper = strstr(helper + 2u, "/"); in hawkbit_get_url() 613 if (!helper) { in hawkbit_get_url() 614 LOG_ERR("Unexpected href format: %s", helper); in hawkbit_get_url() 617 return helper; in hawkbit_get_url() 626 char *helper; in hawkbit_find_cancel_action_id() local 628 helper = strstr(res->_links.cancelAction.href, "cancelAction/"); in hawkbit_find_cancel_action_id() 629 if (!helper) { in hawkbit_find_cancel_action_id() [all …]
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig | 55 bool "Formatter helper"
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | Kconfig | 11 probed at run-time using several helper functions. Set to `N` if
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.altera_jtag | 26 This is a helper config. Altera JTAG UART driver will support interrupt,
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 35 the external tool helper module. It should return a tuple with a dictionary 52 helper module. 60 "tool-options", a string with options passed to the Python module helper.
|
/Zephyr-latest/doc/develop/west/ |
D | workspaces.rst | 73 credential helper. See the `git-credential-store`_ manual page for details. 75 To use this helper for all the repositories in your workspace, run: 79 west forall -c "git config credential.helper store" 81 To use this helper on just the projects ``foo`` and ``bar``, run: 85 west forall -c "git config credential.helper store" foo bar 87 To use this helper by default on your computer, run: 91 git config --global credential.helper store
|
/Zephyr-latest/subsys/console/ |
D | Kconfig | 7 Console subsystem and helper functions
|
/Zephyr-latest/tests/kernel/sleep/ |
D | README.txt | 41 Testing: test thread sleep + helper thread wakeup test
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | target.cmake | 30 message(STATUS "Found GNU objcopy helper for MWDT: ${CMAKE_OBJCOPY} (Zephyr SDK ${SDK_VERSION})")
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 13 stacks, a lookup table, and a set of helper functions are created and added
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 12 attributes the service contains. The helper macro :c:macro:`BT_GATT_SERVICE()` 16 one of the helper macros:
|