Home
last modified time | relevance | path

Searched refs:func (Results 376 – 400 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-4.1.0/samples/drivers/adc/adc_sequence/
DREADME.rst14 Notice how for the whole sequence reading, only one call to the :c:func:`adc_read` API is made.
/Zephyr-4.1.0/samples/subsys/ipc/openamp/remote/src/
Dmain.c173 vdev.func = &dispatch; in app_task()
/Zephyr-4.1.0/subsys/ipc/rpmsg_service/
Drpmsg_backend.c251 vdev->func = &dispatch; in rpmsg_backend_init()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c161 discover_params.func = discover_func; in gatt_discover()
Dserver_test.c126 discover_params.func = discover_func; in gatt_discover()
/Zephyr-4.1.0/kernel/include/
Dksched.h307 int (*func)(struct k_thread *, void *), void *data);
/Zephyr-4.1.0/include/zephyr/internal/
Dsyscall_handler.h135 void k_object_wordlist_foreach(_wordlist_cb_func_t func, void *context);
/Zephyr-4.1.0/samples/net/mqtt_publisher/src/
Dmain.c263 #define PRINT_RESULT(func, rc) \ argument
264 LOG_INF("%s: %d <%s>", (func), rc, RC_STR(rc))
/Zephyr-4.1.0/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c224 params.func = gatt_read_cb; in gatt_read()
287 params.func = gatt_discover_cb; in gatt_discover_primary_service()
/Zephyr-4.1.0/doc/services/pm/
Dsystem.rst118 :c:func:`pm_policy_next_state` function. In this policy, the application is free
134 lose context. See :c:func:`pm_policy_state_lock_get`.
/Zephyr-4.1.0/doc/hardware/peripherals/
Drtc.rst143 the time using :c:func:`rtc_get_time` will return ``-ENODATA``, until the time is
144 set using :c:func:`rtc_set_time`. The RTC will then behave as a real RTC, until the
/Zephyr-4.1.0/subsys/bluetooth/host/classic/
Dsdp.c427 static struct bt_sdp_record *bt_sdp_foreach_svc(bt_sdp_svc_func_t func, in bt_sdp_foreach_svc() argument
433 if (func(rec, user_data) == BT_SDP_ITER_STOP) { in bt_sdp_foreach_svc()
794 bt_sdp_attr_func_t func, void *user_data) in bt_sdp_foreach_attr() argument
797 if (func(&record->attrs[idx], idx, user_data) == in bt_sdp_foreach_attr()
1339 uint16_t (*func)(struct bt_sdp *sdp, struct net_buf *buf, uint16_t tid); member
1385 err = handlers[i].func(sdp, buf, sys_be16_to_cpu(hdr->tid)); in bt_sdp_recv()
1824 session->param->func(conn, &result, session->param); in sdp_client_notify_result()
1850 user_ret = session->param->func(conn, &result, session->param); in sdp_client_notify_result()
2298 if (!params || !params->uuid || !params->func || !params->pool) { in bt_sdp_discover()
Davdtp_internal.h120 bt_avdtp_func_t func; member
/Zephyr-4.1.0/samples/subsys/ipc/openamp/src/
Dmain.c196 vdev.func = &dispatch; in app_task()
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dascs_internal.h361 void bt_ascs_foreach_ep(struct bt_conn *conn, bt_bap_ep_func_t func, void *user_data);
/Zephyr-4.1.0/subsys/bluetooth/host/
Dl2cap_internal.h189 const char *func, int line);
/Zephyr-4.1.0/subsys/bluetooth/services/bas/
Dbas_bls.c128 ind_params.func = indicate_cb; in bt_bas_bls_update_battery_level_status()
/Zephyr-4.1.0/doc/services/device_mgmt/
Dec_host_cmd.rst96 initializes the host command subsystem by calling :c:func:`ec_host_cmd_init`:
103 If no backend chosen node is configured, the application must call the :c:func:`ec_host_cmd_init`
/Zephyr-4.1.0/doc/services/debugging/
Dcoredump.rst397 #. Implement :c:func:`arch_coredump_tgt_code_get` simply to return
399 #. Implement :c:func:`arch_coredump_info_dump` to construct
400 a target architecture block and call :c:func:`coredump_buffer_output`
410 as implemented in step 3 (inside :c:func:`arch_coredump_info_dump`).
/Zephyr-4.1.0/soc/cdns/sample_controller32/include/
Dxtensa-sample-controller32.ld353 #define LIB_OBJ_FUNC_IN_SECT(library, obj_file, func) \ argument
354 *##library##:##obj_file##(.literal.##func .text.##func) \
/Zephyr-4.1.0/doc/kernel/services/timing/
Dtimers.rst107 It must then be initialized by calling :c:func:`k_timer_init`.
225 :c:func:`k_sleep` and :c:func:`k_usleep` calls.
/Zephyr-4.1.0/samples/bluetooth/central_hr/src/
Dmain.c236 discover_params.func = discover_func; in connected()
/Zephyr-4.1.0/samples/bluetooth/central_ht/src/
Dmain.c148 discover_params.func = discover_func; in connected()
/Zephyr-4.1.0/samples/bluetooth/channel_sounding/src/
Dcs_test_initiator.c115 static struct bt_gatt_exchange_params mtu_exchange_params = {.func = mtu_exchange_cb}; in connected_cb()
/Zephyr-4.1.0/doc/services/logging/
Dindex.rst132 messages reaches the threshold, the dedicated thread (see :c:func:`log_thread_set`)
316 The :c:func:`log_process` function is used to trigger processing of one log
352 (:c:func:`log_panic`) which should be called in such situation.
354 When :c:func:`log_panic` is called, _panic_ notification is sent to all active
363 Typically, logging and :c:func:`printk` use the same output, which they compete
660 enabled (:c:func:`log_backend_enable`) and disabled. When
661 :ref:`logging_runtime_filtering` is enabled, :c:func:`log_filter_set` can be used
668 enter panic mode with :c:func:`log_backend_panic`. On that call backend should
671 messages with :c:func:`log_backend_dropped`. Message processing API is version
674 :c:func:`log_backend_msg_process` is used for processing message. It is common for
[all …]

1...<<1112131415161718192021