Searched refs:bound (Results 26 – 50 of 64) sorted by relevance
123
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icbmsg.c | 675 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/ |
D | nrf_802154_spinel_backend_ipc.c | 51 .bound = endpoint_bound,
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/ |
D | main.c | 135 .bound = ep_bound,
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 64 …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/ |
D | cm.c | 385 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/ |
D | nrfs_backend_ipc_service.c | 45 .bound = ipc_sysctrl_ept_bound,
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 90 :c:member:`ipc_service_cb.bound` callback. 203 After this, the ICMsg is bound, and it is ready to transfer packets.
|
D | icbmsg_flows.svg | 212 bound callback 218 bound cal... 230 bound callback 236 bound cal... 331 bound callback 337 bound cal... 349 bound callback 355 bound cal...
|
D | ipc_service_icbmsg.rst | 354 #. 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/ |
D | main.c | 383 .bound = hci_ept_bound,
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/ |
D | remote.c | 49 .bound = ep_bound,
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | ipc.c | 417 .bound = hci_ept_bound, \
|
D | Kconfig | 66 Timeout value that HCI will wait for an IPC endpoint to be bound,
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 92 change the state of any LED that is bound to application key 0x1.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 109 change the state of any LED that is bound to application key 0x1.
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 269 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/ |
D | Kconfig | 47 keeps the maximum runtime at a tight bound so that the heap
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 205 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 …]
|
D | blob_cli.rst | 57 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/ |
D | main.c | 103 .bound = ep_bound,
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 496 to be bound. 627 to be bound.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 264 should be created. The underlying socket can then be bound to a particular
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 93 "might fit") has a compile-time upper bound of iterations to prevent
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 211 mitigate linear stack/heap buffer overflows, non-linear out of bound writes,
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/ |
D | integration_diagram_detailed.drawio | 19 …gt;</div><div><br></div><div>Zephyr ifaces (bound)</div><di…
|
123