Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 167) sorted by relevance

1234567

/Zephyr-latest/drivers/adc/
Dadc_handlers.c27 struct adc_sequence_options *options, in copy_sequence()
56 struct adc_sequence_options options; in z_vrfy_adc_read() local
77 struct adc_sequence_options options; in z_vrfy_adc_read_async() local
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/
Dtest_suite_invalid_inputs.c70 uint32_t options = 0; in ZTEST() local
101 uint32_t options = 0; in ZTEST() local
132 uint32_t options = 0; in ZTEST() local
171 uint32_t options = 0; in ZTEST() local
205 uint32_t options = 0; in ZTEST() local
Dmain.c50 uint32_t options = 0; in ZTEST() local
97 uint32_t options = 0; in ZTEST() local
151 uint32_t options = 0; in ZTEST() local
193 uint32_t options = 0; in ZTEST() local
228 uint32_t options = 0; in ZTEST() local
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool-lld.h39 #define SECTION_PROLOGUE(name, options, align) \ argument
58 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
Dlinker-tool-mwdt.h81 #define SECTION_PROLOGUE(name, options, align) name options : align argument
91 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
94 #define SECTION_DATA_PROLOGUE(name, options, align) name options : align argument
Dlinker-tool-gcc.h177 #define SECTION_PROLOGUE(name, options, align) \ argument
202 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
/Zephyr-latest/kernel/
Dfloat.c21 int z_impl_k_float_enable(struct k_thread *thread, unsigned int options) in z_impl_k_float_enable()
40 static inline int z_vrfy_k_float_enable(struct k_thread *thread, unsigned int options) in z_vrfy_k_float_enable()
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dfifo.c37 uint32_t options = (uint32_t)(uintptr_t)p2; in fifo_put_get_thread_entry() local
92 int fifo_ops(uint32_t num_iterations, uint32_t options) in fifo_ops()
169 uint32_t options = (uint32_t)(uintptr_t)p2; in alt_thread_entry() local
235 uint32_t options = (uint32_t)(uintptr_t)p2; in start_thread_entry() local
Dlifo.c37 uint32_t options = (uint32_t)(uintptr_t)p2; in lifo_put_get_thread_entry() local
92 int lifo_ops(uint32_t num_iterations, uint32_t options) in lifo_ops()
169 uint32_t options = (uint32_t)(uintptr_t)p2; in alt_thread_entry() local
235 uint32_t options = (uint32_t)(uintptr_t)p2; in start_thread_entry() local
Dmutex_lock_unlock.c74 int mutex_lock_unlock(uint32_t num_iterations, uint32_t options) in mutex_lock_unlock()
/Zephyr-latest/scripts/
Dtwister216 options = parse_arguments(parser, sys.argv[1:]) variable
/Zephyr-latest/drivers/watchdog/
Dwdt_handlers.c10 static inline int z_vrfy_wdt_setup(const struct device *dev, uint8_t options) in z_vrfy_wdt_setup()
Dwdt_cc13xx_cc26xx.c79 static int wdt_cc13xx_cc26xx_setup(const struct device *dev, uint8_t options) in wdt_cc13xx_cc26xx_setup()
199 uint8_t options = 0; in wdt_cc13xx_cc26xx_init() local
Dwdt_dw_common.c20 int dw_wdt_check_options(const uint8_t options) in dw_wdt_check_options()
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt_long.c170 const char *options, const struct option *long_options, in parse_long_options()
347 const char *options, const struct option *long_options,
589 const char *options, const struct option *long_options,
612 const char *options, const struct option *long_options,
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_package_search.cmake52 set(options CHECK_ONLY SEARCH_PARENTS VERSION_CHECK) variable
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py507 def choose_gcov_tool(options, is_system_gcov): argument
540 def run_coverage_tool(options, outdir, is_system_gcov, instances, argument
573 def run_coverage(options, testplan): argument
589 def run_coverage_instance(options, instance): argument
/Zephyr-latest/scripts/kconfig/
Dhardenconfig.py64 def display_results(options): argument
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py72 def run(seconds, options): argument
/Zephyr-latest/cmake/modules/
Dextensions.cmake980 set(options OPTIONAL EXACT) variable
1455 set(options NOCOPY NOKEEP) variable
1659 set(options MERGE REVERSE) variable
2444 set(options APPEND NO_CREATE) variable
2480 set(options APPEND) variable
2523 set(options APPEND) variable
2553 set(options APPEND) variable
2707 set(options QUALIFIERS REQUIRED) variable
2963 set(options ONLY_IF_DIFFERENT) variable
3061 set(options SANITIZE TOUPPER ESCAPE) variable
[all …]
/Zephyr-latest/scripts/west_commands/
Dtwister_cmd.py64 def _parse_arguments(self, args, options): argument
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c50 static void start_advertising(uint32_t options) in start_advertising()
/Zephyr-latest/arch/x86/core/intel64/
Dthread.c78 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dquery.c19 struct coap_option options[4]; in query_get() local
/Zephyr-latest/doc/build/kconfig/
Dtips.rst59 Options that specify a device in the system by name
70 Options that specify fixed hardware configuration

1234567