Home
last modified time | relevance | path

Searched refs:func (Results 251 – 275 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c211 if (cmd->func) { in process_cmd()
212 ret = cmd->func(data, match_len - cmd->cmd_len - parsed_len, in process_cmd()
340 if (cmd && cmd->func) { in cmd_handler_process_rx_buf()
341 ret = cmd->func(data, cmd->cmd_len, NULL, 0); in cmd_handler_process_rx_buf()
578 if (cmds[i].handle_cmd.cmd && cmds[i].handle_cmd.func) { in modem_cmd_handler_setup_cmds()
613 if (cmds[i].handle_cmd.cmd && cmds[i].handle_cmd.func) { in modem_cmd_handler_setup_cmds_nolock()
/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h90 int soc_port_pinmux_set(PortGroup *pg, uint32_t pin, uint32_t func);
/Zephyr-latest/doc/kernel/services/synchronization/
Devents.rst52 It must then be initialized by calling :c:func:`k_event_init`.
74 Events in an event object are set by calling :c:func:`k_event_set`.
93 Events are posted to an event object by calling :c:func:`k_event_post`.
114 Threads wait for events by calling :c:func:`k_event_wait`.
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst59 It must then be initialized by calling :c:func:`k_stack_init` or
60 :c:func:`k_stack_alloc_init`. In the latter case, a buffer is not
89 A data item is added to a stack by calling :c:func:`k_stack_push`.
112 A data item is taken from a stack by calling :c:func:`k_stack_pop`.
/Zephyr-latest/drivers/tee/optee/
Doptee_smc.h594 #define OPTEE_SMC_RPC_VAL(func) ((func) | OPTEE_SMC_RETURN_RPC_PREFIX) argument
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst27 :c:func:`mipi_stp_decoder_sync_loss`. :c:func:`mipi_stp_decoder_decode` is used to decode the data.
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst26 The core of the SDHC api is the :c:func:`sdhc_request` api. Requests contain a
38 The :c:func:`sdhc_set_io` api allows the user to change I/O settings of the SD
Duart.rst17 function, :c:func:`uart_poll_in`, is a non-blocking function and returns a character
19 :c:func:`uart_poll_out`, is a blocking function and the thread waits until the given
Di3c.rst58 :c:func:`i3c_addr_slots_init`. These two structures can also be used
75 :c:func:`i3c_bus_init`, which performs the following steps.
130 * The helper function, :c:func:`i3c_bus_init`, would retrieve
135 * The helper function, :c:func:`i3c_bus_init`, only re-enables
145 * :c:func:`i3c_ibi_enable` to enable IBI of a target device.
151 * If the hardware has IBI slots, :c:func:`i3c_ibi_enable`
160 * :c:func:`i3c_ibi_disable` to disable IBI of a target device.
298 :c:func:`i3c_device_find`. This function takes an ID parameter
317 initialization, :c:func:`i3c_i2c_device_find` needs to be called to
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Ddut.c85 .func = _mtu_exchanged, in exchange_mtu()
146 params->func = indicated_cb; in send_indication()
/Zephyr-latest/samples/posix/env/
DREADME.rst9 In this sample application, the POSIX :c:func:`setenv`, function is used to populate several enviro…
13 output, and then cleared via :c:func:`unsetenv`.
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_decode.c19 #define log_result(state, result, func) \ argument
23 zcbor_log("%s error: %s\r\n", func, \
26 zcbor_log("%s success\r\n", func); \
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst55 :c:func:`bt_gatt_service_register` API the application will typically
56 start connectable advertising using the :c:func:`bt_le_adv_start` API.
73 use the :c:func:`bt_le_scan_start` API, wait for an appropriate device
75 :c:func:`bt_le_scan_stop` and then connect to the device using
76 :c:func:`bt_conn_le_create`.
84 An observer role device will use the :c:func:`bt_le_scan_start` API to
92 A broadcaster role device will use the :c:func:`bt_le_adv_start` API to
108 the :c:func:`bt_conn_security` API on a connection object.
114 the device are registered using the :c:func:`bt_conn_auth_cb_register`
328 :c:func:`bt_enable` API).
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst140 * The sensor driver API clarified :c:func:`sensor_trigger_set` to state that
168 * The declaration of :c:func:`main` has been changed from ``void
182 * :c:func:`net_if_ipv4_maddr_join`
183 * :c:func:`net_if_ipv4_maddr_leave`
184 * :c:func:`net_if_ipv6_maddr_join`
185 * :c:func:`net_if_ipv6_maddr_leave`
235 provided to :c:func:`sys_reboot` and being set in the GPREGRET register has
244 :c:func:`pthread_barrier_init`
257 * :c:func:`bt_le_oob_set_sc_flag` for setting/clearing OOB flag in SC pairing
258 * :c:func:`bt_le_oob_set_legacy_flag` for setting/clearing OOB flag in legacy paring
[all …]
Dmigration-guide-3.7.rst312 … option enables support for the :c:func:`can_recover()` API function and a new manual recovery mode
317 recovery mode via the :c:func:`can_get_capabilities` API function. The application can then
320 :c:func:`can_set_mode` during application startup instead of failing when :c:func:`can_recover`
545 via :c:func:`display_set_orientation` (:github:`73360`)
566 application needs to call :c:func:`pm_device_action_run` with :c:macro:`PM_DEVICE_ACTION_RESUME`
736 * :c:func:`bt_bap_stream_start` no longer connects the CIS. To connect the CIS,
737 the :c:func:`bt_bap_stream_connect` shall now be called before :c:func:`bt_bap_stream_start`.
743 * :c:func:`bt_audio_codec_cap_meta_set_lang`
744 * :c:func:`bt_audio_codec_cap_meta_get_lang`
745 * :c:func:`bt_audio_codec_cfg_meta_set_lang`
[all …]
/Zephyr-latest/doc/services/sensing/
Dindex.rst121 :c:func:`sensing_get_sensors` returns all current board configuration supported sensor instances'
124 Then Applications can use :c:func:`sensing_open_sensor` to
132 Applications can use :c:func:`sensing_open_sensor_by_dt` to open a sensor instance directly with
161 ``Application clients`` can use :c:func:`sensing_open_sensor` to open a sensor instance
169 ``Sensor clients`` can get it's reporters' handlers via :c:func:`sensing_sensor_get_reporters`.
179 Application(s) need to call :c:func:`sensing_open_sensor` to explicitly open the sensor instance.
190 The ``header`` definition :c:func:`sensing_sensor_value_header`.
/Zephyr-latest/doc/connectivity/networking/api/
Dwebsocket.rst50 Websocket packet payload. Both the :c:func:`websocket_xxx()` API or normal
62 is supported. In order to send BINARY data, the :c:func:`websocket_send_msg()`
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c61 exchange_params.func = exchange_func; in connected()
192 discover_params.func = discover_func; in gatt_discover()
277 .func = write_cb, in write_csf()
/Zephyr-latest/tests/bluetooth/classic/sdp_c/src/
Dsdp_client.c204 sdp_discover.func = sdp_discover_func; in cmd_ssa_discovery()
249 sdp_discover.func = sdp_discover_func; in cmd_ss_discovery()
279 sdp_discover.func = sdp_discover_func; in cmd_sa_discovery()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst27 :c:func:`bt_mesh_rpr_scan_start` call:
64 :c:func:`bt_mesh_rpr_scan_start_ext` call. Extended scanning supplements regular scanning by
73 :c:func:`bt_mesh_provision_remote` call:
113 The three NPPI procedures can be initiated with the :c:func:`bt_mesh_reprovision_remote` call:
/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bcs.c58 bcs_ind_params.func = bcs_indicate_cb; in bt_bas_bcs_update_battery_critical_status()
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Datt_write.c45 .func = att_write_cb, in bt_testlib_att_write()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_client_test.c154 pacs_instance.discover_params.func = discover_supported_contexts; in discover_and_subscribe_supported_contexts()
221 pacs_instance.discover_params.func = discover_available_contexts; in discover_and_subscribe_available_contexts()
288 pacs_instance.discover_params.func = discover_src_loc; in discover_and_subscribe_src_loc()
355 pacs_instance.discover_params.func = discover_snk_loc; in discover_and_subscribe_snk_loc()
422 pacs_instance.discover_params.func = discover_pacs_src; in discover_and_subscribe_src_pacs()
489 pacs_instance.discover_params.func = discover_pacs_snk; in discover_and_subscribe_snk_pacs()
/Zephyr-latest/doc/kernel/
Dtimeutil.rst13 ``CLOCK_MONOTONIC_RAW``. :c:func:`k_uptime_get()` provides a millisecond
66 :c:func:`timeutil_timegm` and :c:func:`timeutil_timegm64`.
95 (e.g. :c:func:`k_uptime_ticks`).
101 * :c:func:`timeutil_sync_ref_from_local()` and
102 :c:func:`timeutil_sync_local_from_ref()` convert instants in one time scale
105 :c:func:`timeutil_sync_estimate_skew`.
204 The API around :c:func:`timeutil_sync_state_update()` supports the first step
/Zephyr-latest/subsys/bluetooth/host/
Diso_internal.h131 const char *func, int line);

1...<<1112131415161718192021