Home
last modified time | relevance | path

Searched refs:func (Results 426 – 450 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-4.1.0/doc/hardware/peripherals/
Ddma.rst48 state of the channel should be inspectable at any time with :c:func:`dma_get_status()`.
/Zephyr-4.1.0/subsys/bluetooth/host/classic/
Dl2cap_br.c936 const char *func, int line) in bt_l2cap_br_chan_set_state_debug() argument
952 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug()
957 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug()
963 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug()
969 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug()
973 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_l2cap_br_chan_set_state_debug()
Dhfp_hf.c437 int (*func)(struct at_client *hf_at); member
467 if (!at_parse_cmd_input(hf_at, buf, handler->cmd, handler->func, in unsolicited_cb()
/Zephyr-4.1.0/boards/native/doc/
Dbsim_boards_design.rst178 by means of the native simulator, provides the :c:func:`main` entry point for the Linux
183 controller and interrupt handling APIs, :c:func:`posix_exit`,
184 and :c:func:`posix_get_hw_cycle` (see :file:`posix_board_if.h` and :file:`posix_soc_if.h`).
314 :c:func:`main`, but this will only work if the main application supports it,
316 :c:func:`bst_main` when running in the bsim board.
/Zephyr-4.1.0/doc/hardware/pinctrl/
Dindex.rst186 :c:func:`pinctrl_update_states` to update the states stored in
370 :c:func:`pinctrl_configure_pins`. This function receives an array of pin
434 using :c:func:`pinctrl_apply_state`. It is also possible to use the lower level
435 function :c:func:`pinctrl_apply_state_direct` to skip state lookup if it is
437 fast, it is recommended to use :c:func:`pinctrl_apply_state`.
/Zephyr-4.1.0/subsys/logging/
Dlog_output.c103 out_ctx->func((uint8_t *)&x, 1, out_ctx->control_block->ctx); in out_func()
710 log_output_func_t outf = output->func; in log_output_dropped_process()
/Zephyr-4.1.0/drivers/gpio/
Dgpio_shell.c542 static void foreach_pin(pin_foreach_func_t func, void *user_data) in foreach_pin() argument
560 func(&info, user_data); in foreach_pin()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dbluetooth.h2661 bool (*func)(struct bt_data *data, void *user_data),
2765 void bt_foreach_bond(uint8_t id, void (*func)(const struct bt_bond_info *info,
/Zephyr-4.1.0/drivers/modem/
Dwncm14a2a.c81 .func = on_cmd_ ## cb_ \
163 void (*func)(struct net_buf **buf, uint16_t len); member
1149 if (handlers[i].func) { in wncm14a2a_rx()
1150 handlers[i].func(&rx_buf, len); in wncm14a2a_rx()
/Zephyr-4.1.0/doc/services/device_mgmt/
Dmcumgr_callbacks.rst31 calling :c:func:`mgmt_callback_register` for the desired event inside of a
203 To add a callback to a MCUmgr command, :c:func:`mgmt_callback_notify` can be
283 to register for callbacks using :c:func:`mgmt_callback_register` (note that
/Zephyr-4.1.0/samples/subsys/smf/smf_calculator/
DREADME.rst31 the output text label after every call to :c:func:`smf_run_state`.
/Zephyr-4.1.0/subsys/bluetooth/mesh/
Dgatt_cli.c202 server->discover.func = discover_func; in gatt_connected()
/Zephyr-4.1.0/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c209 mtu_exchange_params.func = mtu_exchange_cb; in mtu_exchange()
/Zephyr-4.1.0/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c112 static struct bt_gatt_exchange_params mtu_exchange_params = {.func = mtu_exchange_cb}; in connected_cb()
/Zephyr-4.1.0/samples/bluetooth/handsfree_ag/src/
Dmain.c141 .func = sdp_discover_cb,
/Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c541 mtu_exchange_params.func = mtu_exchange_cb; in exchange_mtu()
585 conn_info_ref->discover_params.func = discover_func; in subscribe_to_service()
/Zephyr-4.1.0/doc/hardware/emulator/
Dbus_emulators.rst72 an emulator instance using one of the :c:func:`EMUL_DT_DEFINE()` or
73 :c:func:`EMUL_DT_INST_DEFINE()` APIs.
/Zephyr-4.1.0/subsys/net/ip/
Dnet_pkt.c175 const char *func, int line) in net_pkt_alloc_add() argument
187 net_pkt_allocs[i].func_alloc = func; in net_pkt_alloc_add()
194 static void net_pkt_alloc_del(void *alloc_data, const char *func, int line) in net_pkt_alloc_del() argument
201 net_pkt_allocs[i].func_free = func; in net_pkt_alloc_del()
264 #define net_pkt_alloc_add(alloc_data, is_pkt, func, line) argument
265 #define net_pkt_alloc_del(alloc_data, func, line) argument
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c370 params->func = write_done; in gatt_write()
/Zephyr-4.1.0/doc/kernel/services/other/
Datomic.rst74 the APIs listed at the end of this section that end with :c:func:`_bit`.
/Zephyr-4.1.0/samples/bluetooth/peripheral/src/
Dmain.c466 ind_params.func = indicate_cb; in main()
/Zephyr-4.1.0/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c318 discover_params.func = discover_func; in params_updated()
/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp.c111 status = btp->func(hdr->data, len, in cmd_handler()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c170 discover_params.func = discover_func; in gatt_discover()
/Zephyr-4.1.0/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c66 static void test_all_instances(counter_test_func_t func, in test_all_instances() argument
74 func(devices[i]); in test_all_instances()

1...<<1112131415161718192021