Home
last modified time | relevance | path

Searched refs:func (Results 301 – 325 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-4.1.0/doc/hardware/cache/
Dguide.rst56 * Call :c:func:`sys_cache_data_disable()` to globally disable the data cache.
168 * Call :c:func:`sys_cache_data_flush_range()` to flush a memory region.
170 * Call :c:func:`sys_cache_data_invd_range()` to invalidate a memory region.
172 * Call :c:func:`sys_cache_data_flush_and_invd_range()` to flush and invalidate.
177 As mentioned in :c:func:`sys_cache_data_invd_range()` and associated functions,
/Zephyr-4.1.0/include/zephyr/bluetooth/audio/
Dbap.h1510 void bt_bap_unicast_server_foreach_ep(struct bt_conn *conn, bt_bap_ep_func_t func, void *user_data);
1986 bool (*func)(const struct bt_bap_base_subgroup *subgroup,
2073 bool (*func)(const struct bt_bap_base_subgroup_bis *bis,
2663 void bt_bap_scan_delegator_foreach_state(bt_bap_scan_delegator_state_func_t func,
2675 bt_bap_scan_delegator_state_func_t func, void *user_data);
Dhas.h458 void bt_has_preset_foreach(uint8_t index, bt_has_preset_func_t func, void *user_data);
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c190 discover_params.func = discover_func; in gatt_discover()
249 write_params.func = gatt_write_cb; in gatt_write()
344 read_params.func = gatt_read_cb; in gatt_read()
/Zephyr-4.1.0/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst44 passed to the BLOB Transfer Server through the :c:func:`bt_mesh_blob_srv_recv` function before the
81 calling :c:func:`bt_mesh_init`), the BLOB Transfer Server will check for aborted transfers, and call
93 will stay suspended until the application calls :c:func:`bt_mesh_blob_srv_cancel`.
Ddfu_srv.rst68 The application must call functions :c:func:`bt_mesh_comp_change_prepare` and
69 :c:func:`bt_mesh_models_metadata_change_prepare` to store the existing Composition Data and Models
105 :c:func:`bt_mesh_dfu_srv_verified`.
107 If the image can't be verified, the application calls :c:func:`bt_mesh_dfu_srv_rejected`.
Dsrpl_cli.rst28 changed at runtime using :c:func:`bt_mesh_sol_pdu_rpl_cli_timeout_set`.
/Zephyr-4.1.0/tests/bluetooth/common/testlib/src/
Datt_read.c97 ctx->params.func = att_read_cb; in bt_testlib_sync_bt_gatt_read()
256 .func = gatt_discover_service_cb, in bt_testlib_gatt_discover_primary()
363 .func = gatt_discover_char_cb, in bt_testlib_gatt_discover_characteristic()
/Zephyr-4.1.0/include/zephyr/drivers/mfd/
Dmfd_ite_it8801.h119 uint8_t pin, uint8_t func);
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c138 .func = notification_sent, in short_notify()
164 .func = notification_sent, in long_notify()
/Zephyr-4.1.0/doc/hardware/peripherals/can/
Dcontroller.rst185 :c:func:`can_add_rx_filter`. The user data argument is passed when the filter is
218 Here an example for :c:func:`can_add_rx_filter_msgq` is shown. With this
249 :c:func:`can_remove_rx_filter` removes the given filter.
259 the application, one can use the :c:func:`can_set_timing` API. The :c:func:`can_calc_timing`
296 controllers. See :c:func:`can_set_timing_data` and :c:func:`can_calc_timing_data`.
/Zephyr-4.1.0/drivers/tee/optee/
Doptee.c62 uint32_t func; member
254 static uint32_t optee_call_supp(const struct device *dev, uint32_t func, size_t num_params, in optee_call_supp() argument
268 req->func = func; in optee_call_supp()
882 marg->func = arg->func; in optee_invoke_func()
1039 static int optee_suppl_recv(const struct device *dev, uint32_t *func, unsigned int *num_params, in optee_suppl_recv() argument
1076 *func = req->func; in optee_suppl_recv()
Doptee_msg.h208 uint32_t func; member
/Zephyr-4.1.0/doc/kernel/services/other/
Dfloat.rst95 :c:macro:`K_FP_REGS` option to :c:func:`k_thread_create`.
133 more, it can call :c:func:`k_float_disable`. This instructs the kernel
173 :c:macro:`K_FP_REGS` to :c:func:`k_thread_create`.
176 more, it can call :c:func:`k_float_disable`. This instructs the kernel
236 :c:macro:`K_FP_REGS` to :c:func:`k_thread_create`.
246 Floating point disabling with :c:func:`k_float_disable` is not implemented.
288 :c:func:`k_thread_create`.
292 :c:func:`k_float_enable`.
295 :c:func:`k_float_disable` to remove its tagging as an FPU user or SSE user.
300 itself as an FPU user or SSE user by calling :c:func:`k_float_enable`.
/Zephyr-4.1.0/doc/connectivity/networking/api/
Dlwm2m.rst372 The second parameter of :c:func:`lwm2m_rd_client_start` is the client
420 …socket options are required, you can overwrite the :c:func:`lwm2m_ctx.load_credentials` or :c:func
455 Before calling :c:func:`lwm2m_rd_client_start` assign the tls_tag # where the
507 enable the cache by calling :c:func:`lwm2m_enable_cache` for a given resource. Each resource
536 :c:func:`lwm2m_register_validate_callback`.
611 - Indicate that client has now paused as a result of calling :c:func:`lwm2m_engine_pause`.
637 …- Try to recover network connection. Then restart the client by calling :c:func:`lwm2m_rd_client_s…
658 - Engine have stopped as a result of calling :c:func:`lwm2m_rd_client_stop`.
659 …If connection is required, the application should restart the client by calling :c:func:`lwm2m_rd_…
665 - Engine can be resumed by calling :c:func:`lwm2m_engine_resume`.
[all …]
/Zephyr-4.1.0/doc/services/storage/disk/
Dnvme.rst76 :c:func:`disk_access_read` and :c:func:`disk_access_write` are dword aligned.
/Zephyr-4.1.0/doc/services/debugging/
Dthread-analyzer.rst11 :c:func:`thread_analyzer_run` or :c:func:`thread_analyzer_print`.
/Zephyr-4.1.0/doc/services/zbus/
Dindex.rst152 * The channel receives the new message via direct copy (by a raw :c:func:`memcpy`);
156 quick access to the constant message reference directly (via the :c:func:`zbus_chan_const_msg`
222 is a call to the :c:func:`zbus_chan_const_msg` function, which provides a direct constant
279 is a call to the :c:func:`zbus_chan_const_msg` function, which provides a direct constant
355 On the above code, the :c:func:`zbus_obs_attach_to_thread` will set the ``s1`` observer with
357 observer using the :c:func:`zbus_obs_detach_from_thread`. Only enabled observers and observations
429 :c:func:`zbus_chan_add_obs`.
568 Messages are published to a channel in zbus by calling :c:func:`zbus_chan_pub`. For example, the
587 Messages are read from a channel in zbus by calling :c:func:`zbus_chan_read`. So, for example, the
600 Choose the timeout of :c:func:`zbus_chan_read` after receiving a notification from
[all …]
/Zephyr-4.1.0/scripts/build/
Dgen_isr_tables_parser_local.py242 func = self.__config.swt_spurious_handler,
250 func = self.__config.swt_shared_handler,
257 func = self.__config.vt_default_handler,
Dgen_syscalls.py411 func, args = match_group
419 func_type, func_name = typename_split(func)
421 sys.stderr.write("In declaration of %s\n" % func)
/Zephyr-4.1.0/subsys/logging/
Dlog_cmds.c76 log_backend_cmd_t func) in shell_backend_cmd_execute() argument
86 func(sh, NULL, argc, argv); in shell_backend_cmd_execute()
93 func(sh, backend, argc, argv); in shell_backend_cmd_execute()
/Zephyr-4.1.0/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c87 .func = battery_critical_status_read_cb,
107 .func = battery_level_read_cb,
572 discover_params.func = discover_func; in discover_bas_service()
/Zephyr-4.1.0/doc/kernel/memory_management/
Dslabs.rst71 It must then be initialized by calling :c:func:`k_mem_slab_init`.
102 A memory block is allocated by calling :c:func:`k_mem_slab_alloc`.
122 A memory block is released by calling :c:func:`k_mem_slab_free`.
Dvirtual_memory.rst174 * :c:func:`k_mem_map` can be used to map unused physical memory:
187 * The mapped region can be unmapped (i.e. freed) via :c:func:`k_mem_unmap`:
190 both :c:func:`k_mem_map` and :c:func:`k_mem_unmap`. The unmapping
/Zephyr-4.1.0/subsys/bluetooth/mesh/
Daccess.h45 void bt_mesh_model_foreach(void (*func)(const struct bt_mesh_model *mod,

1...<<1112131415161718192021