/Zephyr-4.1.0/doc/hardware/peripherals/ |
D | dma.rst | 48 state of the channel should be inspectable at any time with :c:func:`dma_get_status()`.
|
/Zephyr-4.1.0/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 936 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()
|
D | hfp_hf.c | 437 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/ |
D | bsim_boards_design.rst | 178 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/ |
D | index.rst | 186 :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/ |
D | log_output.c | 103 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/ |
D | gpio_shell.c | 542 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/ |
D | bluetooth.h | 2661 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/ |
D | wncm14a2a.c | 81 .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/ |
D | mcumgr_callbacks.rst | 31 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/ |
D | README.rst | 31 the output text label after every call to :c:func:`smf_run_state`.
|
/Zephyr-4.1.0/subsys/bluetooth/mesh/ |
D | gatt_cli.c | 202 server->discover.func = discover_func; in gatt_connected()
|
/Zephyr-4.1.0/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 209 mtu_exchange_params.func = mtu_exchange_cb; in mtu_exchange()
|
/Zephyr-4.1.0/samples/bluetooth/channel_sounding/src/ |
D | connected_cs_initiator.c | 112 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/ |
D | main.c | 141 .func = sdp_discover_cb,
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 541 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/ |
D | bus_emulators.rst | 72 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/ |
D | net_pkt.c | 175 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/ |
D | main.c | 370 params->func = write_done; in gatt_write()
|
/Zephyr-4.1.0/doc/kernel/services/other/ |
D | atomic.rst | 74 the APIs listed at the end of this section that end with :c:func:`_bit`.
|
/Zephyr-4.1.0/samples/bluetooth/peripheral/src/ |
D | main.c | 466 ind_params.func = indicate_cb; in main()
|
/Zephyr-4.1.0/tests/bsim/bluetooth/ll/conn/src/ |
D | test_connect1.c | 318 discover_params.func = discover_func; in params_updated()
|
/Zephyr-4.1.0/tests/bluetooth/tester/src/ |
D | btp.c | 111 status = btp->func(hdr->data, len, in cmd_handler()
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_client_test.c | 170 discover_params.func = discover_func; in gatt_discover()
|
/Zephyr-4.1.0/tests/drivers/counter/maxim_ds3231_api/src/ |
D | test_counter.c | 66 static void test_all_instances(counter_test_func_t func, in test_all_instances() argument 74 func(devices[i]); in test_all_instances()
|