Home
last modified time | relevance | path

Searched refs:func (Results 226 – 250 of 513) sorted by relevance

12345678910>>...21

/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/
Dmain.c137 void bt_le_ext_adv_foreach_custom_fake(void (*func)(struct bt_le_ext_adv *adv, void *data), in bt_le_ext_adv_foreach_custom_fake()
142 __ASSERT_NO_MSG(func != NULL); in bt_le_ext_adv_foreach_custom_fake()
148 func(&adv_params, data); in bt_le_ext_adv_foreach_custom_fake()
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_common.c387 params->func = bt_cap_common_discover_included_cb; in bt_cap_common_discover_cas_cb()
400 int bt_cap_common_discover(struct bt_conn *conn, bt_cap_common_discover_func_t func) in bt_cap_common_discover() argument
412 param->func = bt_cap_common_discover_cas_cb; in bt_cap_common_discover()
418 client->discover_cb_func = func; in bt_cap_common_discover()
/Zephyr-latest/doc/services/input/
Dindex.rst24 An input device can report input events directly using :c:func:`input_report`
26 would use :c:func:`input_report_key`.
62 this purpose, the :c:func:`input_to_hid_code` and
63 :c:func:`input_to_hid_modifier` functions can be used to map input codes to HID
/Zephyr-latest/arch/x86/include/
Dkernel_arch_func.h108 void (*func)(const void *arg),
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dpinctrl_soc.h13 uint32_t func : 6; member
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst172 example of :c:func:`k_sem_init()`, this API is declared in
177 Inside this header is the body of :c:func:`k_sem_init()`::
198 :c:func:`_arch_syscall_invoke0` through :c:func:`_arch_syscall_invoke6`. These
293 :c:func:`k_thread_create()`.
382 :c:func:`k_usermode_to_copy()` and :c:func:`k_usermode_from_copy()` APIs exist for
407 the implementation function, and then used :c:func:`k_usermode_to_copy()` to fill
479 memory from the caller's resource pool via :c:func:`z_thread_malloc()`. This
567 missing system calls are routed to :c:func:`handler_no_syscall()` which
571 :c:func:`k_usermode_from_copy()`, :c:func:`k_usermode_to_copy()`
578 manually using :c:func:`k_object_validate()`. These can fail for a variety
[all …]
Dmemory_domain.rst105 :c:func:`z_thread_malloc` and freed with :c:func:`k_free`.
110 - :c:func:`k_stack_alloc_init` sets up a k_stack with its storage
114 k_stack in supervisor mode with :c:func:`k_stack_init`.
116 - :c:func:`k_pipe_alloc_init` sets up a k_pipe object with its
120 k_pipe in supervisor mode with :c:func:`k_pipe_init`.
122 - :c:func:`k_msgq_alloc_init` sets up a k_msgq object with its
126 k_msgq in supervisor mode with :c:func:`k_msgq_init`.
128 - :c:func:`k_poll` when invoked from user mode, needs to make a kernel-side
130 freed when :c:func:`k_poll` returns for any reason.
132 - :c:func:`k_queue_alloc_prepend` and :c:func:`k_queue_alloc_append`
[all …]
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dpacs.h110 bt_pacs_cap_foreach_func_t func,
/Zephyr-latest/doc/hardware/peripherals/
Dhwinfo.rst15 :c:func:`hwinfo_get_supported_reset_cause` to retrieve the flags that are
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.c238 uint32_t conf, uint32_t func) in gpio_stm32_configure_raw() argument
246 ARG_UNUSED(func); in gpio_stm32_configure_raw()
334 LL_GPIO_SetAFPin_0_7(gpio, pin_ll, func); in gpio_stm32_configure_raw()
336 LL_GPIO_SetAFPin_8_15(gpio, pin_ll, func); in gpio_stm32_configure_raw()
457 int gpio_stm32_configure(const struct device *dev, gpio_pin_t pin, uint32_t conf, uint32_t func) in gpio_stm32_configure() argument
466 gpio_stm32_configure_raw(dev, pin, conf, func); in gpio_stm32_configure()
468 if (func == IS_GPIO_OUT) { in gpio_stm32_configure()
Dgpio_max32.c100 gpio_cfg.func = MXC_GPIO_FUNC_OUT; in api_pin_configure()
102 gpio_cfg.func = MXC_GPIO_FUNC_IN; in api_pin_configure()
104 gpio_cfg.func = MXC_GPIO_FUNC_IN; in api_pin_configure()
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst46 * :c:func:`uart_tx`
47 * :c:func:`uart_rx_enable`
56 * The existing :c:func:`crc16` and :c:func:`crc16_ansi` functions have been
58 CRC-16-ANSI checksum. A new function, :c:func:`crc16_reflect`, has been
105 :c:func:`can_get_state` to return an error code instead.
173 * :c:func:`device_usable_check` is deprecated in favor of utilizing
174 :c:func:`device_is_ready`.
180 * :c:func:`can_configure` is deprecated in favor of utilizing
181 :c:func:`can_set_bitrate` and :c:func:`can_set_mode`.
182 * :c:func:`can_attach_workq` is deprecated in favor of utilizing
[all …]
Dmigration-guide-4.1.rst335 * The :c:func:`ft8xx_register_int` function now takes an additional ``void *user_data`` parameter
459 …* Renamed the ``stepper_set_actual_position`` function to :c:func:`stepper_set_reference_position`.
460 * Renamed the ``stepper_enable_constant_velocity_mode`` function to :c:func:`stepper_run`.
462 :c:func:`stepper_set_microstep_interval` function beforehand.
463 * Renamed the ``stepper_move`` function to :c:func:`stepper_move_by`.
464 * Renamed the ``stepper_set_target_position`` function to :c:func:`stepper_move_to`.
465 * Renamed the ``stepper_set_max_velocity`` function to :c:func:`stepper_set_microstep_interval`.
467 * Deprecating setting max velocity via :c:func:`stepper_run`.
472 :c:func:`tmc50xx_stepper_set_max_velocity` or :c:func:`tmc50xx_stepper_set_ramp`.
527 * The :c:func:`video_buffer_alloc` and :c:func:`video_buffer_aligned_alloc` functions in the
[all …]
Drelease-notes-4.0.rst109 :c:func:`k_fifo_put` and :c:func:`k_fifo_get`.
133 * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only
147 which can be accessed in :c:func:`k_sys_fatal_error_handler` by ``esf->csf``.
156 * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only
168 * :c:func:`bt_tbs_client_register_cb` now supports multiple listeners and may now return an error.
173 * :c:func:`bt_audio_codec_cfg_meta_get_assisted_listening_stream`
174 * :c:func:`bt_audio_codec_cfg_meta_set_assisted_listening_stream`
175 * :c:func:`bt_audio_codec_cap_meta_get_assisted_listening_stream`
176 * :c:func:`bt_audio_codec_cap_meta_set_assisted_listening_stream`
181 * :c:func:`bt_audio_codec_cfg_meta_get_broadcast_name`
[all …]
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst82 :c:func:`malloc` and :c:func:`free`).
92 the Zephyr-side libc hooks is the :c:func:`sbrk` function, which is used by the
96 The :c:func:`_sbrk` hook function, implemented in :file:`libc-hooks.c`, handles
110 memory space returned by the :c:func:`k_mem_free_get` function or the
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt_filter.rst33 :c:struct:`npf_rule_list` object using :c:func:`npf_insert_rule()`,
34 :c:func:`npf_append_rule()`, and :c:func:`npf_remove_rule()`.
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_client_test.c166 discover_params.func = discover_func; in gatt_discover()
207 write_params.func = gatt_write_cb; in gatt_write()
253 read_params.func = gatt_read_cb; in gatt_read()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_encode.c19 #define log_result(state, result, func) \ argument
23 zcbor_log("%s error: %s\r\n", func, \
26 zcbor_log("%s success\r\n", func); \
/Zephyr-latest/drivers/pinctrl/renesas/smartbond/
Dpinctrl_smartbond.c36 reg_val = pin->func << GPIO_P0_00_MODE_REG_PID_Pos; in pinctrl_configure_pin()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco_internal.h147 const char *func, int line);
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias_client.c139 client->discover.func = bt_ias_alert_lvl_disc_cb; in bt_ias_prim_disc_cb()
166 client->discover.func = bt_ias_prim_disc_cb; in bt_ias_discover()
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h271 void acpi_dmar_foreach_subtable(ACPI_TABLE_DMAR *dmar, dmar_foreach_subtable_func_t func,
274 dmar_foreach_devscope_func_t func, void *arg);
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c120 .func = notification_sent, in multiple_notify()
126 .func = notification_sent, in multiple_notify()
/Zephyr-latest/samples/basic/threads/
DREADME.rst11 :c:func:`K_THREAD_DEFINE`. It spawns three threads. Each thread is then defined
24 The third thread uses :c:func:`printk` to print the information added to the
/Zephyr-latest/dts/riscv/ite/
Dit82xx2.dtsi449 compatible = "ite,it8xxx2-pinctrl-func";
469 compatible = "ite,it8xxx2-pinctrl-func";
493 compatible = "ite,it8xxx2-pinctrl-func";
513 compatible = "ite,it8xxx2-pinctrl-func";
533 compatible = "ite,it8xxx2-pinctrl-func";
557 compatible = "ite,it8xxx2-pinctrl-func";
577 compatible = "ite,it8xxx2-pinctrl-func";
597 compatible = "ite,it8xxx2-pinctrl-func";
617 compatible = "ite,it8xxx2-pinctrl-func";
637 compatible = "ite,it8xxx2-pinctrl-func";
[all …]

12345678910>>...21