Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.5.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.5.0/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.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.5.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.5.0/scripts/
Dtwister210 options = parse_arguments(parser, sys.argv[1:]) variable
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Denvironment.py711 def parse_arguments(parser, args, options = None): argument
812 def __init__(self, options=None) -> None: argument
Dtwister_main.py65 def main(options): argument
/Zephyr-Core-3.5.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.5.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.5.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.5.0/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py72 def run(seconds, options): argument
/Zephyr-Core-3.5.0/share/zephyr-package/cmake/
Dzephyr_package_search.cmake52 set(options CHECK_ONLY SEARCH_PARENTS VERSION_CHECK) variable
/Zephyr-Core-3.5.0/scripts/kconfig/
Dhardenconfig.py59 def display_results(options): argument
/Zephyr-Core-3.5.0/arch/arc/core/
Dthread.c257 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
301 void arc_dsp_disable(struct k_thread *thread, unsigned int options) in arc_dsp_disable()
312 void arc_dsp_enable(struct k_thread *thread, unsigned int options) in arc_dsp_enable()
/Zephyr-Core-3.5.0/scripts/west_commands/
Dtwister_cmd.py63 def _parse_arguments(self, args, options): argument
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dlink-roles.py52 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
/Zephyr-Core-3.5.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.5.0/tests/drivers/adc/adc_api/src/
Dtest_adc.c156 const struct adc_sequence_options options = { in test_task_asynchronous_call() local
217 const struct adc_sequence_options options = { in test_task_with_interval() local
287 const struct adc_sequence_options options = { in test_task_repeated_samplings() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c41 void start_advertising(uint32_t options) in start_advertising()
/Zephyr-Core-3.5.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.5.0/doc/build/kconfig/
Dtips.rst59 Options that specify a device in the system by name
70 Options that specify fixed hardware configuration

12345