Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
DKconfig9 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/
Dmain.c17 int helper(void) in helper() function
35 helper(); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/asan/src/
Dmain.c19 int helper(void) in helper() function
40 helper(); in ZTEST()
/Zephyr-latest/scripts/
Drequirements-extras.txt9 # 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/
Dip_4_6.rst13 Miscellaneous defines and helper functions for IP addresses and IP protocols.
/Zephyr-latest/scripts/coccinelle/
Dunsigned_shift.cocci1 /// Use BIT() helper macro instead of hardcoding using bitshifting
/Zephyr-latest/drivers/firmware/scmi/
DCMakeLists.txt10 # SCMI protocol helper files
DKconfig11 Enable support for SCMI clock protocol helper functions.
29 Enable support for SCMI pinctrl protocol helper functions.
/Zephyr-latest/cmake/
Dpackage_helper.cmake5 # 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/
Dappli_debug_cmd.gdb4 # helper file for "west debug" command to load the .elf
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/
DCMakeLists.txt9 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/
DCMakeLists.txt8 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/
DCMakeLists.txt14 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DCMakeLists.txt10 # 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/
Dhawkbit.c606 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/
DKconfig55 bool "Formatter helper"
/Zephyr-latest/subsys/mem_mgmt/
DKconfig11 probed at run-time using several helper functions. Set to `N` if
/Zephyr-latest/drivers/serial/
DKconfig.altera_jtag26 This is a helper config. Altera JTAG UART driver will support interrupt,
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME35 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/
Dworkspaces.rst73 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/
DKconfig7 Console subsystem and helper functions
/Zephyr-latest/tests/kernel/sleep/
DREADME.txt41 Testing: test thread sleep + helper thread wakeup test
/Zephyr-latest/cmake/bintools/arcmwdt/
Dtarget.cmake30 message(STATUS "Found GNU objcopy helper for MWDT: ${CMAKE_OBJCOPY} (Zephyr SDK ${SDK_VERSION})")
/Zephyr-latest/doc/kernel/usermode/
Dmpu_userspace.rst13 stacks, a lookup table, and a set of helper functions are created and added
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst12 attributes the service contains. The helper macro :c:macro:`BT_GATT_SERVICE()`
16 one of the helper macros:

1234