/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 8 * :c:func:`sensor_read` 9 * :c:func:`sensor_read_async_mempool` 10 * :c:func:`sensor_get_decoder` 11 * :c:func:`sensor_decode` 21 :c:func:`sensor_read` and similar functions acquire sensor encoded data into 22 a buffer provided by the caller. Decode (:c:func:`sensor_decode`) then
|
D | attributes.rst | 16 :c:func:`sensor_attr_get` and :c:func:`sensor_attr_set` to get and set a sensors
|
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/ |
D | main.c | 152 void (*func)(bool *executed); in ZTEST() local 160 func = transplanted_function; in ZTEST() 167 func = (void (*)(bool *executed))mapped_exec; in ZTEST() 168 func(&executed); in ZTEST() 176 func = (void (*)(bool *executed))mapped_ro; in ZTEST() 178 func(&executed); in ZTEST()
|
/Zephyr-latest/doc/services/debugging/ |
D | symtab.rst | 17 file and call :c:func:`symtab_get`. For now, we only provide :c:func:`symtab_find_symbol_name`
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_tmap.c | 76 .func = read_supported_commands, 81 .func = tmap_discover,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | gmap_client.c | 158 gmap_cli->params.read.func = bgr_feat_read_cb; in gmap_read_bgr_feat() 200 gmap_cli->params.discover.func = bgr_feat_discover_func; in gmap_discover_bgr_feat() 257 gmap_cli->params.read.func = bgs_feat_read_cb; in gmap_read_bgs_feat() 299 gmap_cli->params.discover.func = bgs_feat_discover_func; in gmap_discover_bgs_feat() 358 gmap_cli->params.read.func = ugt_feat_read_cb; in gmap_read_ugt_feat() 400 gmap_cli->params.discover.func = ugt_feat_discover_func; in gmap_discover_ugt_feat() 461 gmap_cli->params.read.func = ugg_feat_read_cb; in gmap_read_ugg_feat() 503 gmap_cli->params.discover.func = ugg_feat_discover_func; in gmap_discover_ugg_feat() 565 gmap_cli->params.read.func = role_read_cb; in gmap_read_role() 607 gmap_cli->params.discover.func = role_discover_func; in gmap_discover_role() [all …]
|
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/ |
D | main.c | 26 static void func(void *arg1, void *arg2, void *arg3) in func() function 63 tid = k_thread_create(th, stack, CONFIG_DYNAMIC_THREAD_STACK_SIZE, func, in ZTEST_USER() 108 CONFIG_DYNAMIC_THREAD_STACK_SIZE, func, in ZTEST() 154 CONFIG_DYNAMIC_THREAD_STACK_SIZE, func, in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 143 if (req->func != NULL) { in bt_avdtp_media_l2cap_connected() 144 req->func(req, NULL); in bt_avdtp_media_l2cap_connected() 173 if (req->func != NULL) { in bt_avdtp_media_l2cap_disconnected() 174 req->func(req, NULL); in bt_avdtp_media_l2cap_disconnected() 327 if (req->func != NULL) { in avdtp_discover_rsp() 328 req->func(req, buf); in avdtp_discover_rsp() 419 if (req->func != NULL) { in avdtp_get_capabilities_rsp() 420 req->func(req, buf); in avdtp_get_capabilities_rsp() 540 if (req->func != NULL) { in avdtp_process_configuration_rsp() 541 req->func(req, NULL); in avdtp_process_configuration_rsp() [all …]
|
D | sco.c | 164 const char *func, int line) in bt_sco_chan_set_state_debug() argument 178 LOG_WRN("%s()%d: invalid transition", func, line); in bt_sco_chan_set_state_debug() 183 LOG_WRN("%s()%d: invalid transition", func, line); in bt_sco_chan_set_state_debug() 189 LOG_WRN("%s()%d: invalid transition", func, line); in bt_sco_chan_set_state_debug() 193 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_sco_chan_set_state_debug()
|
D | at.h | 88 const char *prefix, parse_val_t func, 111 const char *prefix, parse_val_t func,
|
D | keys_br.c | 149 void bt_foreach_bond_br(void (*func)(const struct bt_bond_info *info, void *user_data), in bt_foreach_bond_br() 152 __ASSERT_NO_MSG(func != NULL); in bt_foreach_bond_br() 162 func(&info, user_data); in bt_foreach_bond_br()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | keys.c | 159 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info, in bt_foreach_bond() 165 __ASSERT_NO_MSG(func != NULL); in bt_foreach_bond() 174 func(&info, user_data); in bt_foreach_bond() 179 bt_foreach_bond_br(func, user_data); in bt_foreach_bond() 183 void bt_keys_foreach_type(enum bt_keys_type type, void (*func)(struct bt_keys *keys, void *data), in bt_keys_foreach_type() 188 __ASSERT_NO_MSG(func != NULL); in bt_keys_foreach_type() 192 func(&key_pool[i], data); in bt_keys_foreach_type()
|
D | ecc.h | 30 void (*func)(const uint8_t key[BT_PUB_KEY_LEN]); member
|
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | hl7800.h | 510 void mdm_hl7800_register_wake_test_point_callback(void (*func)(int state)); 521 void mdm_hl7800_register_gpio6_callback(void (*func)(int state)); 531 void mdm_hl7800_register_cts_callback(void (*func)(int state));
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | socks5.rst | 28 by calling :c:func:`setsockopt()` like this: 49 For MQTT client, there is :c:func:`mqtt_client_set_proxy()` API that the
|
D | gptp.rst | 60 - ``ClockSourceTime`` interface (:c:func:`gptp_clk_src_time_invoke`) 61 - ``ClockTargetPhaseDiscontinuity`` interface (:c:func:`gptp_register_phase_dis_cb`) 62 - ``ClockTargetEventCapture`` interface (:c:func:`gptp_event_capture`)
|
/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/src/ |
D | test_counter_fixed_top.c | 56 static void test_all_instances(counter_test_func_t func) in test_all_instances() argument 61 func(i); in test_all_instances()
|
/Zephyr-latest/samples/subsys/console/echo/ |
D | README.rst | 10 This example shows how the :c:func:`console_getchar` and 11 :c:func:`console_putchar` functions can be used to echo an input character
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 89 To set the initial state, the :c:func:`smf_set_initial` function should be 92 To transition from one state to another, the :c:func:`smf_set_state` 96 :c:func:`smf_set_initial` and :c:func:`smf_set_state` function should 102 .. note:: While the state machine is running, :c:func:`smf_set_state` should 104 :c:func:`smf_set_state` from Exit functions will generate a warning in the 110 To run the state machine, the :c:func:`smf_run_state` function should be 117 Calling :c:func:`smf_set_handled` prevents calling the run action of parent 118 states. It is not required to call :c:func:`smf_set_handled` if the state 119 calls :c:func:`smf_set_state`. 124 To terminate the state machine, the :c:func:`smf_set_terminate` function [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | comm_widget.h | 773 static inline void cw_upstream_set_attr(uint32_t dest, uint32_t func, uint32_t opcode, in cw_upstream_set_attr() argument 776 uint32_t attr = FIELD_PREP(USATTR_DSTPID, dest) | FIELD_PREP(USATTR_FID, func) | in cw_upstream_set_attr() 860 void cw_sb_write(uint32_t dest, uint32_t func, uint16_t address, uint32_t data);
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | cs_test_reflector.c | 83 static struct bt_gatt_exchange_params mtu_exchange_params = {.func = mtu_exchange_cb}; in connected_cb() 212 discover_params.func = discover_func; in main() 229 write_params.func = write_func; in main()
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | nothread.rst | 30 * The system clock including :c:func:`k_uptime_get` 32 * Timers, i.e. :c:func:`k_timer` 34 * Non-sleeping delays e.g. :c:func:`k_busy_wait`. 36 * Sleeping :c:func:`k_cpu_idle`.
|
/Zephyr-latest/kernel/ |
D | obj_core.c | 81 int (*func)(struct k_obj_core *, void *), in k_obj_type_walk_locked() 93 status = func(obj_core, data); in k_obj_type_walk_locked() 105 int (*func)(struct k_obj_core *, void *), in k_obj_type_walk_unlocked() 115 status = func(obj_core, data); in k_obj_type_walk_unlocked()
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_xlnx_zynqmp.c | 23 switch (pins[i].func) { in pinctrl_configure_pins()
|
/Zephyr-latest/lib/acpi/ |
D | acpi_shell.c | 200 int irq, bus, dev_num, func; in dump_prt() 210 func = atoi(argv[3]); in dump_prt() 212 bdf = PCIE_BDF(bus, dev_num, func); in dump_prt() 216 bus, dev_num, func, irq); in dump_prt() 219 bus, dev_num, func); in dump_prt()
|