/Zephyr-4.1.0/samples/drivers/adc/adc_sequence/ |
D | README.rst | 14 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/ |
D | main.c | 173 vdev.func = &dispatch; in app_task()
|
/Zephyr-4.1.0/subsys/ipc/rpmsg_service/ |
D | rpmsg_backend.c | 251 vdev->func = &dispatch; in rpmsg_backend_init()
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | client_test.c | 161 discover_params.func = discover_func; in gatt_discover()
|
D | server_test.c | 126 discover_params.func = discover_func; in gatt_discover()
|
/Zephyr-4.1.0/kernel/include/ |
D | ksched.h | 307 int (*func)(struct k_thread *, void *), void *data);
|
/Zephyr-4.1.0/include/zephyr/internal/ |
D | syscall_handler.h | 135 void k_object_wordlist_foreach(_wordlist_cb_func_t func, void *context);
|
/Zephyr-4.1.0/samples/net/mqtt_publisher/src/ |
D | main.c | 263 #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/ |
D | central_ead.c | 224 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/ |
D | system.rst | 118 :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/ |
D | rtc.rst | 143 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/ |
D | sdp.c | 427 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()
|
D | avdtp_internal.h | 120 bt_avdtp_func_t func; member
|
/Zephyr-4.1.0/samples/subsys/ipc/openamp/src/ |
D | main.c | 196 vdev.func = &dispatch; in app_task()
|
/Zephyr-4.1.0/subsys/bluetooth/audio/ |
D | ascs_internal.h | 361 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/ |
D | l2cap_internal.h | 189 const char *func, int line);
|
/Zephyr-4.1.0/subsys/bluetooth/services/bas/ |
D | bas_bls.c | 128 ind_params.func = indicate_cb; in bt_bas_bls_update_battery_level_status()
|
/Zephyr-4.1.0/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 96 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/ |
D | coredump.rst | 397 #. 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/ |
D | xtensa-sample-controller32.ld | 353 #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/ |
D | timers.rst | 107 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/ |
D | main.c | 236 discover_params.func = discover_func; in connected()
|
/Zephyr-4.1.0/samples/bluetooth/central_ht/src/ |
D | main.c | 148 discover_params.func = discover_func; in connected()
|
/Zephyr-4.1.0/samples/bluetooth/channel_sounding/src/ |
D | cs_test_initiator.c | 115 static struct bt_gatt_exchange_params mtu_exchange_params = {.func = mtu_exchange_cb}; in connected_cb()
|
/Zephyr-4.1.0/doc/services/logging/ |
D | index.rst | 132 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 …]
|