Home
last modified time | relevance | path

Searched refs:func (Results 76 – 100 of 513) sorted by relevance

12345678910>>...21

/Zephyr-latest/lib/net_buf/
Dbuf.c227 k_timeout_t timeout, const char *func, in net_buf_alloc_len_debug() argument
240 NET_BUF_DBG("%s():%d: pool %p size %zu", func, line, pool, size); in net_buf_alloc_len_debug()
281 func, line, pool->name); in net_buf_alloc_len_debug()
284 func, line, pool); in net_buf_alloc_len_debug()
289 func, line, pool->name, in net_buf_alloc_len_debug()
293 func, line, pool, in net_buf_alloc_len_debug()
304 NET_BUF_ERR("%s():%d: Failed to get free buffer", func, line); in net_buf_alloc_len_debug()
319 func, line); in net_buf_alloc_len_debug()
349 k_timeout_t timeout, const char *func, in net_buf_alloc_fixed_debug() argument
352 return net_buf_alloc_len_debug(pool, pool->alloc->max_alloc_size, timeout, func, in net_buf_alloc_fixed_debug()
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_aics.c440 .func = aics_supported_commands,
445 .func = aics_set_gain,
450 .func = aics_mute,
455 .func = aics_unmute,
460 .func = aics_gain_setting_prop_get,
465 .func = aics_mute_disable,
470 .func = aics_man_gain_set,
475 .func = aics_auto_gain_set,
480 .func = aics_set_auto_gain_only,
485 .func = aics_set_man_gain_only,
[all …]
Dbtp_vcp.c166 .func = vcs_supported_commands,
171 .func = set_volume,
176 .func = vol_up,
181 .func = vol_down,
186 .func = mute,
191 .func = unmute,
408 .func = vocs_supported_commands,
413 .func = vocs_audio_desc,
418 .func = vocs_audio_loc,
423 .func = vocs_state_get,
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst37 #. Configure a network timeout using :c:func:`net_timeout_set()`.
38 #. Use :c:func:`net_timeout_evaluate()` to determine how long it is until the
40 #. When the timeout callback is invoked, use :c:func:`net_timeout_evaluate()`
43 #. While the timeout is running, use :c:func:`net_timeout_remaining` to get
50 The application must use :c:func:`net_timeout_evaluate()` on all instances to
53 :c:func:`net_timeout_deadline()` may be used to reconstruct the full-precision
Dmqtt_sn.rst92 * Call the :c:func:`mqtt_sn_add_gw` function to manually define a Gateway address.
94 * Call the :c:func:`mqtt_sn_search` function and wait for an :c:enumerator:`MQTT_SN_EVT_GWINFO` cal…
95 Make sure to call the :c:func:`mqtt_sn_input` function periodically to process incoming messages.
97 Example :c:func:`mqtt_sn_search` function call:
107 connect to the gateway. Call the :c:func:`mqtt_sn_connect` function, which will send a
108 ``CONNECT`` MQTT-SN message. The application should periodically call the :c:func:`mqtt_sn_input`
110 :c:func:`mqtt_sn_input` if it knows that no data has been received (e.g. when using Bluetooth).
111 Note that :c:func:`mqtt_sn_input` is a non-blocking function, if the transport struct contains a
112 :c:func:`poll` compatible function pointer.
133 After the connection is established, an application needs to call :c:func:`mqtt_input`
[all …]
/Zephyr-latest/scripts/pylint/checkers/
Dargparse-checker.py30 if isinstance(node.func, astroid.nodes.node_classes.Attribute) and \
31 node.func.attrname == "ArgumentParser":
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst54 Using the return values of :c:func:`k_work_busy_get()` or
55 :c:func:`k_work_is_pending()`, or measurements of remaining time until
93 * marked canceling (because a thread used :c:func:`k_work_cancel_sync()` to
99 (:c:func:`k_work_is_pending()`) or **busy** (:c:func:`k_work_busy_get()`).
169 The :c:func:`k_work_poll_submit` interface schedules a triggered work
173 In contrast to :c:func:`k_poll`, the triggered work does not require
227 memory or calling :c:func:`k_work_queue_init`, and then calling
228 :c:func:`k_work_queue_start`. The stack area must be defined using
251 :c:func:`k_work_queue_start()` for details.
255 * :c:func:`k_work_queue_drain()` can be used to block the caller until the
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_delete/src/
Dtest_suite_invalid_inputs.c84 static 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()
89 __ASSERT_NO_MSG(func != NULL); in bt_le_ext_adv_foreach_custom_fake()
102 func(&adv_params, data); in bt_le_ext_adv_foreach_custom_fake()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_whd_hal_sdio.c123 struct sdio_func *func[] = {&sd->func0, &data->sdio_func1, &data->sdio_func2}; in airoc_wifi_get_sdio_func() local
129 return func[function]; in airoc_wifi_get_sdio_func()
138 struct sdio_func *func = airoc_wifi_get_sdio_func(sd, function); in whd_bus_sdio_cmd52() local
143 ret = sdio_rw_byte(func, address, value, response); in whd_bus_sdio_cmd52()
145 ret = sdio_read_byte(func, address, response); in whd_bus_sdio_cmd52()
166 struct sdio_func *func = airoc_wifi_get_sdio_func(sd, function); in whd_bus_sdio_cmd53() local
170 ret = sdio_write_addr(func, address, data, data_size); in whd_bus_sdio_cmd53()
173 ret = sdio_read_addr(func, address, data, data_size); in whd_bus_sdio_cmd53()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_max32.c55 gpio_cfg.func = MXC_GPIO_FUNC_IN; in pinctrl_configure_pin()
57 gpio_cfg.func = MXC_GPIO_FUNC_OUT; in pinctrl_configure_pin()
60 gpio_cfg.func = (mxc_gpio_func_t)(afx + 1); in pinctrl_configure_pin()
Dpinctrl_mchp_xec.c169 uint32_t portpin, pinmux, func; in pinctrl_configure_pins() local
177 func = MCHP_XEC_PINMUX_FUNC(pinmux); in pinctrl_configure_pins()
178 if (func >= MCHP_AFMAX) { in pinctrl_configure_pins()
184 ret = xec_config_pin(portpin, pinmux, func); in pinctrl_configure_pins()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Db91-pinctrl.h66 #define B91_PINMUX_SET(port, pin, func) ((func << B91_FUNC_POS) | \ argument
Dsmartbond-pinctrl.h76 #define SMARTBOND_PINMUX(func, port, pin) \ argument
77 (((SMARTBOND_FUNC_ ## func) << SMARTBOND_PINMUX_FUNC_POS) | \
/Zephyr-latest/drivers/mfd/
Dmfd_it8801_altctrl.c22 uint8_t pin, uint8_t func) in mfd_it8801_configure_pins() argument
29 switch (func) { in mfd_it8801_configure_pins()
/Zephyr-latest/include/zephyr/drivers/pinctrl/
Dpinctrl_rcar_common.h19 uint8_t func:4; /* choice from 0x0 to 0xF */ member
40 struct rcar_pin_func func; member
72 .func = COND_CODE_1(RCAR_HAS_IPSR(node_id), \
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst37 :c:func:`irq_lock`/:c:func:`irq_unlock` primitives to implement fine grained
48 SMP systems provide a more constrained :c:func:`k_spin_lock` primitive
49 that not only masks interrupts locally, as done by :c:func:`irq_lock`, but
53 implementation of :c:func:`k_spin_lock` and :c:func:`k_spin_unlock` is built
79 API, :c:func:`irq_lock` and :c:func:`irq_unlock` continue to work compatibly on
91 :c:func:`irq_lock` are not simply invoking a very short (often ~1
107 :c:func:`k_thread_cpu_mask_disable` with a particular CPU ID will prevent
109 :c:func:`k_thread_cpu_mask_enable` will re-enable execution. There are also
110 :c:func:`k_thread_cpu_mask_clear` and :c:func:`k_thread_cpu_mask_enable_all` APIs
132 Just before entering the application :c:func:`main` function, the kernel
[all …]
/Zephyr-latest/boards/native/nrf_bsim/
Dirq_handler.c50 if (irq_vector_table[irq_nbr].func == NULL) { /* LCOV_EXCL_BR_LINE */ in vector_to_irq()
59 irq_vector_table[irq_nbr].func)(); in vector_to_irq()
64 ((normal_irq_f_ptr)irq_vector_table[irq_nbr].func) in vector_to_irq()
267 irq_vector_table[irq_p].func = isr_p; in posix_isr_declare()
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtc_util.h170 #define Z_TC_END_RESULT(result, func) \ argument
173 TC_RESULT_TO_STR(result), func, tc_spend_time/1000, \
184 #define TC_END_RESULT_CUSTOM(result, func) \ argument
185 Z_TC_END_RESULT((result), func)
/Zephyr-latest/include/zephyr/dt-bindings/pcie/
Dpcie.h65 #define PCIE_BDF(bus, dev, func) \ argument
68 (((func) & PCIE_BDF_FUNC_MASK) << PCIE_BDF_FUNC_SHIFT))
/Zephyr-latest/tests/subsys/dsp/utils/src/
Dq15.c20 #define DEFINE_SHIFT_Q15_CASE(n, args, func) \ argument
21 RE_DEFINE_TEST_VARIANT3(shift_q15, func, n, __DEBRACKET args)
Dq31.c20 #define DEFINE_SHIFT_Q31_CASE(n, args, func) \ argument
21 RE_DEFINE_TEST_VARIANT3(shift_q31, func, n, __DEBRACKET args)
Dq7.c20 #define DEFINE_SHIFT_Q7_CASE(n, args, func) \ argument
21 RE_DEFINE_TEST_VARIANT3(shift_q7, func, n, __DEBRACKET args)
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst9 * :c:func:`sensor_sample_fetch`
10 * :c:func:`sensor_sample_fetch_chan`
11 * :c:func:`sensor_channel_get`
12 * :c:func:`sensor_trigger_set`
19 :c:struct:`sensor_value` by calling :c:func:`sensor_channel_get` for each channel
44 :c:func:`sensor_trigger_set` for the specific triggers (events) to listen for.
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/
Dpinctrl-rzg-common.h37 #define RZG_PINMUX(port, pin, func) (port | pin | (func << 4)) argument
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c870 indicate_params.func = indicate_cb; in alloc_value()
1009 exchange_params.func = exchange_func; in exchange_mtu()
1099 discover_params.func = disc_prim_cb; in disc_all_prim()
1145 discover_params.func = disc_prim_cb; in disc_prim_uuid()
1226 discover_params.func = find_included_cb; in find_included()
1304 discover_params.func = disc_chrc_cb; in disc_all_chrc()
1351 discover_params.func = disc_chrc_cb; in disc_chrc_uuid()
1428 discover_params.func = disc_all_desc_cb; in disc_all_desc()
1542 read_params.func = read_cb; in read_data()
1589 read_params.func = read_uuid_cb; in read_uuid()
[all …]

12345678910>>...21