Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.4.0/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-Core-3.4.0/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.c49 uint32_t options = 0; in ZTEST() local
96 uint32_t options = 0; in ZTEST() local
150 uint32_t options = 0; in ZTEST() local
192 uint32_t options = 0; in ZTEST() local
227 uint32_t options = 0; in ZTEST() local
/Zephyr-Core-3.4.0/scripts/
Dtwister200 options = parse_arguments(parser, sys.argv[1:]) variable
/Zephyr-Core-3.4.0/include/zephyr/linker/
Dlinker-tool-mwdt.h82 #define SECTION_PROLOGUE(name, options, align) name options align : argument
92 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
95 #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-Core-3.4.0/scripts/pylib/twister/twisterlib/
Denvironment.py682 def parse_arguments(parser, args, options = None): argument
792 def __init__(self, options=None) -> None: argument
Dtwister_main.py65 def main(options): argument
/Zephyr-Core-3.4.0/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-Core-3.4.0/lib/posix/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,
588 const char *options, const struct option *long_options,
611 const char *options, const struct option *long_options,
/Zephyr-Core-3.4.0/boards/posix/doc/
Darch_soc.rst243 How does this port compare to QEMU:
266 How does this port compare to an ISS:
/Zephyr-Core-3.4.0/share/zephyr-package/cmake/
Dzephyr_package_search.cmake52 set(options CHECK_ONLY SEARCH_PARENTS VERSION_CHECK) variable
/Zephyr-Core-3.4.0/scripts/kconfig/
Dhardenconfig.py59 def display_results(options): argument
/Zephyr-Core-3.4.0/scripts/west_commands/
Dtwister_cmd.py63 def _parse_arguments(self, args, options): argument
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/
Dlink-roles.py52 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
/Zephyr-Core-3.4.0/arch/arc/core/
Dthread.c258 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
302 void arc_dsp_disable(struct k_thread *thread, unsigned int options) in arc_dsp_disable()
313 void arc_dsp_enable(struct k_thread *thread, unsigned int options) in arc_dsp_enable()
/Zephyr-Core-3.4.0/drivers/misc/ft8xx/
Dft8xx_copro.c79 uint16_t options, in ft8xx_copro_cmd_text()
120 uint16_t options, in ft8xx_copro_cmd_number()
/Zephyr-Core-3.4.0/tests/drivers/adc/adc_api/src/
Dtest_adc.c153 const struct adc_sequence_options options = { in test_task_asynchronous_call() local
214 const struct adc_sequence_options options = { in test_task_with_interval() local
281 const struct adc_sequence_options options = { in test_task_repeated_samplings() local
/Zephyr-Core-3.4.0/arch/x86/core/intel64/
Dthread.c71 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
/Zephyr-Core-3.4.0/doc/build/kconfig/
Dtips.rst59 Options that specify a device in the system by name
70 Options that specify fixed hardware configuration
/Zephyr-Core-3.4.0/arch/sparc/core/
Dthread.c75 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
/Zephyr-Core-3.4.0/kernel/
Devents.c228 unsigned int options, k_timeout_t timeout) in k_event_wait_internal()
299 uint32_t options = reset ? K_EVENT_WAIT_RESET : 0; in z_impl_k_event_wait() local
319 uint32_t options = reset ? (K_EVENT_WAIT_RESET | K_EVENT_WAIT_ALL) in z_impl_k_event_wait_all() local
/Zephyr-Core-3.4.0/cmake/modules/
Dextensions.cmake893 set(options EXACT) variable
1312 set(options NOCOPY) variable
2041 set(options APPEND) variable
2078 set(options APPEND) variable
2108 set(options APPEND) variable
2357 set(options ONLY_IF_DIFFERENT) variable
2395 set(options SANITIZE TOUPPER) variable
4149 set(options "ALIGN_WITH_INPUT;HIDDEN;NOINIT;NOINPUT") variable
4269 set(options "ALIGN_WITH_INPUT;NUMERIC") variable
4400 set(options "ANY;FIRST;KEEP") variable

12345