Home
last modified time | relevance | path

Searched defs:options (Results 26 – 50 of 167) sorted by relevance

1234567

/Zephyr-latest/samples/drivers/adc/adc_sequence/src/
Dmain.c40 const struct adc_sequence_options options = { local
/Zephyr-latest/arch/arc/core/
Dthread.c262 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
306 void arc_dsp_disable(struct k_thread *thread, unsigned int options) in arc_dsp_disable()
317 void arc_dsp_enable(struct k_thread *thread, unsigned int options) in arc_dsp_enable()
/Zephyr-latest/tests/drivers/adc/adc_api/src/
Dtest_adc.c204 const struct adc_sequence_options options = { in test_task_asynchronous_call() local
265 const struct adc_sequence_options options = { in test_task_with_interval() local
335 const struct adc_sequence_options options = { in test_task_repeated_samplings() local
/Zephyr-latest/boards/native/doc/
Darch_soc.rst261 How does this port compare to QEMU:
284 How does this port compare to an ISS:
/Zephyr-latest/kernel/
Devents.c241 unsigned int options, k_timeout_t timeout) in k_event_wait_internal()
312 uint32_t options = reset ? K_EVENT_WAIT_RESET : 0; in z_impl_k_event_wait() local
332 uint32_t options = reset ? (K_EVENT_WAIT_RESET | K_EVENT_WAIT_ALL) in z_impl_k_event_wait_all() local
Dthread.c513 int prio, uint32_t options, const char *name) in z_setup_new_thread()
656 int prio, uint32_t options, k_timeout_t delay) in z_impl_k_thread_create()
680 int prio, uint32_t options, k_timeout_t delay) in z_vrfy_k_thread_create()
744 uint32_t initial_state, unsigned int options) in z_init_thread_base()
/Zephyr-latest/arch/sparc/core/
Dthread.c75 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst356 .. _boards_added_in_zephyr_4_1:
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dhost_stack_if.c37 change_state_options_t options; in ble_ctlr_stack_handler() local
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_copro.c88 uint16_t options, in ft8xx_copro_cmd_text()
132 uint16_t options, in ft8xx_copro_cmd_number()
/Zephyr-latest/arch/x86/core/ia32/
Dfloat.c167 void z_float_enable(struct k_thread *thread, unsigned int options) in z_float_enable()
Dthread.c65 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
/Zephyr-latest/drivers/watchdog/
Dwdt_ti_tps382x.c33 static int ti_tps382x_setup(const struct device *dev, uint8_t options) in ti_tps382x_setup()
Dwdt_smartbond.c29 static int wdg_smartbond_setup(const struct device *dev, uint8_t options) in wdg_smartbond_setup()
Dwdt_fwdgt_gd32.c77 static int gd32_fwdgt_setup(const struct device *dev, uint8_t options) in gd32_fwdgt_setup()
Dwdt_ifx_cat1.c43 static int ifx_cat1_wdt_setup(const struct device *dev, uint8_t options) in ifx_cat1_wdt_setup()
Dwdt_ene_kb1200.c27 static int wdt_kb1200_setup(const struct device *dev, uint8_t options) in wdt_kb1200_setup()
Dwdt_xmc4xxx.c73 static int wdt_xmc4xxx_setup(const struct device *dev, uint8_t options) in wdt_xmc4xxx_setup()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread_flags.c87 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout) in osThreadFlagsWait()
/Zephyr-latest/arch/posix/core/
Dthread.c108 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c437 static size_t dhcpv6_calculate_message_size(struct dhcpv6_options_include *options) in dhcpv6_calculate_message_size()
494 struct dhcpv6_options_include *options) in dhcpv6_add_options()
579 struct dhcpv6_options_include *options) in dhcpv6_create_message()
630 struct dhcpv6_options_include options = { in dhcpv6_send_solicit() local
660 struct dhcpv6_options_include options = { in dhcpv6_send_request() local
691 struct dhcpv6_options_include options = { in dhcpv6_send_renew() local
719 struct dhcpv6_options_include options = { in dhcpv6_send_rebind() local
746 struct dhcpv6_options_include options = { in dhcpv6_send_confirm() local
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py877 options = None, argument
/Zephyr-latest/drivers/dac/
Ddac_shell.c21 uint8_t options; member
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dint_to_thread.c128 uint32_t options) in int_to_another_thread()
/Zephyr-latest/drivers/sensor/seeed/grove/
Dtemperature_sensor.c41 static struct adc_sequence_options options = { variable

1234567