Home
last modified time | relevance | path

Searched refs:prefix (Results 101 – 125 of 180) sorted by relevance

12345678

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h431 uint8_t prefix; member
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5029 static int aes_test(const char *prefix, const uint8_t *in_key, const uint8_t *m, in aes_test() argument
5034 LOG_DBG("%s: AES CMAC of message with len %u", prefix, len); in aes_test()
5038 LOG_DBG("%s: Success", prefix); in aes_test()
5040 LOG_ERR("%s: Failed", prefix); in aes_test()
5090 static int sign_test(const char *prefix, const uint8_t *sign_key, const uint8_t *m, in sign_test() argument
5098 LOG_DBG("%s: Sign message with len %u", prefix, len); in sign_test()
5113 LOG_DBG("%s: Original message intact", prefix); in sign_test()
5115 LOG_ERR("%s: Original message modified", prefix); in sign_test()
5116 LOG_DBG("%s: orig %s", prefix, bt_hex(orig, sizeof(orig))); in sign_test()
5117 LOG_DBG("%s: msg %s", prefix, bt_hex(msg, sizeof(msg))); in sign_test()
[all …]
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake61 # The module messages are intentionally higher than STATUS to avoid the -- prefix
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst36 default exposed as functions with ``zsock_`` prefix, e.g.
39 will be also exposed as aliases without the prefix. This includes the
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py284 prefix = "psels = " if i == 0 else "\t"
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md58 are renamed with the parent object's name as a prefix:
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst41 The limit includes the prefix and the newline character, so the allowed payload
/Zephyr-latest/subsys/logging/
DKconfig.formatting113 bool "Thread ID prefix"
/Zephyr-latest/modules/openthread/
DKconfig.thread225 non-zero length of prefix (e.g., "127.0.0.1/24").
/Zephyr-latest/doc/build/snippets/
Dwriting.rst47 ``snippet-<name>`` as a namespace prefix when choosing names for node labels,
/Zephyr-latest/tests/net/6lo/src/
Dmain.c116 .prefix = ctx1_prefix
128 .prefix = ctx2_prefix
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h118 #define DESCRIPTOR_NAME(prefix, node) uac2_## prefix ## _ ## node argument
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig13 # try to group them together by the same stem after prefix.
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py375 with tempfile.TemporaryDirectory(prefix='dt_bindings_worktree') as tmpdir:
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts392 // Test <prefix>-map, via gpio-map
/Zephyr-latest/include/zephyr/shell/
Dshell.h132 const char *prefix);
/Zephyr-latest/subsys/tracing/
DKconfig76 Timestamp prefix will be added to the beginning of CTF
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst156 Each log line contains a domain-related or core-related prefix between the log level and the module…
220 Each log line contains a domain-related or core-related prefix between the log level and the module…
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst79 # Note the comma-separated vendor prefix and device name
105 The ``manufacturer`` prefix identifies the device vendor. See
110 vendor. In these cases, there is no vendor prefix. One example is the
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig13 # try to group them together by the same stem after prefix.
/Zephyr-latest/doc/develop/west/
Dzephyr-cmds.rst126 - ``-n PREFIX``: a prefix for the Document Namespaces that will be included in
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst203 set_uri_scheme :Set the URI prefix list <bearer_idx> <uri1 [uri2
/Zephyr-latest/cmake/
Dmcuboot.cmake136 # Extensionless prefix of any output file.
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig305 log level prefix i.e. [CRIT], [WARN], [NOTE], [INFO], [DEBG].
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst762 …./configure --prefix=<toolchain-installation-dir> --with-arch=rv32imc --with-cmodel=medlow --enabl…
776 if you want to set ``--prefix`` to a system directory such as
783 ./configure --prefix=<openocd-installation-dir>

12345678