Home
last modified time | relevance | path

Searched refs:bound (Results 26 – 50 of 64) sorted by relevance

123

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c675 if (ept->cfg->cb.bound != NULL) { in match_bound_msg()
676 ept->cfg->cb.bound(ept->cfg->priv); in match_bound_msg()
795 if (ept->cfg->cb.bound != NULL) { in ept_bound_process()
796 ept->cfg->cb.bound(ept->cfg->priv); in ept_bound_process()
830 if (ept->cfg->cb.bound != NULL) { in get_ept_and_rx_validate()
831 ept->cfg->cb.bound(ept->cfg->priv); in get_ept_and_rx_validate()
1026 .bound = control_bound, in open()
/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_backend_ipc.c51 .bound = endpoint_bound,
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c135 .bound = ep_bound,
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst64 …ated either by the iface's :ref:`L2 implementation <net_l2_interface>` or bound :ref:`connectivity…
234 …d to associate or disassociate using Connection Manager, it must first be bound to a :ref:`connect…
237 Once an iface is bound, all connectivity commands passed to it (such as :c:func:`conn_mgr_if_connec…
248 Once a bound iface is admin-up (see :ref:`net_if_interface_state_management`), :c:func:`conn_mgr_if…
425 …By default, Connection Manager will automatically connect any :ref:`bound <conn_mgr_impl_binding>`…
433 …By default, Connection Manager will automatically take any bound iface admin-down if it has given …
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c385 bool bound; in cm_iface_status() local
400 bound = conn_mgr_if_is_bound(iface); in cm_iface_status()
419 bound ? "bound" : "not bound", in cm_iface_status()
/Zephyr-latest/modules/hal_nordic/nrfs/backends/
Dnrfs_backend_ipc_service.c45 .bound = ipc_sysctrl_ept_bound,
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst90 :c:member:`ipc_service_cb.bound` callback.
203 After this, the ICMsg is bound, and it is ready to transfer packets.
Dicbmsg_flows.svg212 bound callback
218 bound cal...
230 bound callback
236 bound cal...
331 bound callback
337 bound cal...
349 bound callback
355 bound cal...
Dipc_service_icbmsg.rst354 #. The initiator is bound to an endpoint, and it can send data messages using this endpoint.
368 #. The follower is bound to an endpoint, and it can send data messages using this endpoint.
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c383 .bound = hci_ept_bound,
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/
Dremote.c49 .bound = ep_bound,
/Zephyr-latest/drivers/bluetooth/hci/
Dipc.c417 .bound = hci_ept_bound, \
DKconfig66 Timeout value that HCI will wait for an IPC endpoint to be bound,
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst92 change the state of any LED that is bound to application key 0x1.
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst109 change the state of any LED that is bound to application key 0x1.
/Zephyr-latest/subsys/fs/
DKconfig.fatfs269 be bound to arbitrary physical drive and partition listed
276 When disabled (default), each logical drive number is bound to the same
/Zephyr-latest/lib/heap/
DKconfig47 keeps the maximum runtime at a tight bound so that the heap
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst205 by a Configuration Client, and must be bound to the current network index.
509 Configuration Client always sends messages using the Device key bound to the destination address, so
673 * ``NetKeyIdx``: The network key index the application key is bound to.
682 * ``NetKeyIdx``: The network key index the application key is bound to.
689 Get a list of known application key indexes bound to the given network key index.
699 * ``NetKeyIdx``: The network key index the application key is bound to.
707 application keys they are bound to.
729 Get a list of application keys bound to a model.
732 * ``MID``: The model ID of the model to get the bound keys of.
744 * ``MID``: The model ID of the model to get the bound keys of.
[all …]
Dblob_cli.rst57 Note that all BLOB Transfer Servers in the transfer must be bound to the chosen application key.
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/src/
Dmain.c103 .bound = ep_bound,
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends496 to be bound.
627 to be bound.
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst264 should be created. The underlying socket can then be bound to a particular
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst93 "might fit") has a compile-time upper bound of iterations to prevent
/Zephyr-latest/doc/security/
Dsecure-coding.rst211 mitigate linear stack/heap buffer overflows, non-linear out of bound writes,
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.drawio19 …gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Zephyr ifaces (bound)&lt;/div&gt;&lt;di…

123