Home
last modified time | relevance | path

Searched refs:md (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Ddfu.c309 struct bt_mesh_dfu_metadata md; in cmd_dfu_metadata_encode() local
319 md.fw_ver.major = shell_strtoul(argv[1], 0, &err); in cmd_dfu_metadata_encode()
320 md.fw_ver.minor = shell_strtoul(argv[2], 0, &err); in cmd_dfu_metadata_encode()
321 md.fw_ver.revision = shell_strtoul(argv[3], 0, &err); in cmd_dfu_metadata_encode()
322 md.fw_ver.build_num = shell_strtoul(argv[4], 0, &err); in cmd_dfu_metadata_encode()
323 md.fw_size = shell_strtoul(argv[5], 0, &err); in cmd_dfu_metadata_encode()
324 md.fw_core_type = shell_strtoul(argv[6], 0, &err); in cmd_dfu_metadata_encode()
325 md.comp_hash = shell_strtoul(argv[7], 0, &err); in cmd_dfu_metadata_encode()
326 md.elems = shell_strtoul(argv[8], 0, &err); in cmd_dfu_metadata_encode()
339 md.user_data_len = hex2bin(argv[9], strlen(argv[9]), user_data, sizeof(user_data)); in cmd_dfu_metadata_encode()
[all …]
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c326 is_done = is_done || ((crc_ok) && (pdu_data_rx->md == 0) &&
327 (pdu_data_tx->md == 0) &&
758 p->md = 1U;
760 p->md = 0U;
793 p->md = 1U;
796 p->md = 1U;
798 p->md = 0U;
936 !pdu_data_rx->md) {
937 *is_done = !pdu_data_tx->md;
984 !pdu_data_rx->md) {
[all …]
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c199 is_done = is_crc_backoff || ((crc_ok) && (pdu_data_rx->md == 0) && in lll_conn_isr_rx()
529 p->md = 0; in lll_conn_pdu_tx_prep()
535 p->md = 1; in lll_conn_pdu_tx_prep()
539 p->md = 1; in lll_conn_pdu_tx_prep()
786 p->md = 1; in empty_tx_enqueue()
788 p->md = 0; in empty_tx_enqueue()
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dfriend.c216 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md);
553 static struct net_buf *encode_update(struct bt_mesh_friend *frnd, uint8_t md) in encode_update() argument
560 LOG_DBG("lpn 0x%04x md 0x%02x", frnd->lpn, md); in encode_update()
567 upd->md = md; in encode_update()
689 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md) in enqueue_update() argument
693 buf = encode_update(frnd, md); in enqueue_update()
1189 static void update_overwrite(struct net_buf *buf, uint8_t md) in update_overwrite() argument
1214 LOG_DBG("Update Previous Friend Update MD 0x%02x -> 0x%02x", upd->md, md); in update_overwrite()
1215 upd->md = md; in update_overwrite()
1231 uint8_t md; in friend_timeout() local
[all …]
Dtransport.h40 uint8_t md; member
Dlpn.c1093 LOG_DBG("flags 0x%02x iv_index 0x%08x md %u", msg->flags, iv_index, msg->md); in bt_mesh_lpn_friend_update()
1107 if (msg->md) { in bt_mesh_lpn_friend_update()
/Zephyr-Core-3.4.0/scripts/ci/
Dtwister_ignore.txt43 *.md
/Zephyr-Core-3.4.0/doc/develop/toolchains/
Dcrosstool_ng.rst18 <https://github.com/zephyrproject-rtos/sdk-ng/blob/master/README.md>`_ to
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dppp.rst48 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.md#ppp-connectivity
/Zephyr-Core-3.4.0/doc/services/virtualization/
Divshmem.rst46 https://github.com/siemens/jailhouse/blob/master/Documentation/ivshmem-v2-specification.md
/Zephyr-Core-3.4.0/
D.gitlint60 #files=gitlint/rules.py,README.md
/Zephyr-Core-3.4.0/doc/contribute/
Dproposals_and_rfcs.rst54 …: https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/003_rfc-proposal.md
Dexternal.rst134 <new?assignees=&labels=RFC&template=007_ext-source.md&title=>` to open an issue
Dbin_blobs.rst240 <new?assignees=&labels=RFC&template=008_bin-blobs.md&title=>` to open an issue
Dcontributor_expectations.rst278 .. _Code of Conduct: https://github.com/zephyrproject-rtos/zephyr/blob/main/CODE_OF_CONDUCT.md
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst45 and README.md. To install the tools, double click on each .deb file or follow
46 instructions from README.md.
/Zephyr-Core-3.4.0/boards/arm/blackpill_f401cc/doc/
Dindex.rst156 https://github.com/WeActStudio/WeActStudio.MiniSTM32F4x1/blob/master/HDK/README.md
/Zephyr-Core-3.4.0/modules/mbedtls/
DCMakeLists.txt75 ${ZEPHYR_CURRENT_MODULE_DIR}/library/md.c
/Zephyr-Core-3.4.0/boards/arm/blackpill_f401ce/doc/
Dindex.rst161 https://github.com/WeActStudio/WeActStudio.MiniSTM32F4x1/blob/master/HDK/README.md
/Zephyr-Core-3.4.0/boards/arm/blackpill_f411ce/doc/
Dindex.rst161 https://github.com/WeActStudio/WeActStudio.MiniSTM32F4x1/blob/master/HDK/README.md
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dpdu.h942 uint8_t md:1; member
956 uint8_t md:1;
/Zephyr-Core-3.4.0/boards/riscv/rv32m1_vega/doc/
Dindex.rst769 `readme.md`_ file to apply the patches, then run::
813 .. _readme.md:
814 https://github.com/open-isa-rv32m1/rv32m1_gnu_toolchain_patch/blob/master/readme.md
830 https://github.com/open-isa-rv32m1/rv32m1_sdk_riscv/blob/master/readme.md
/Zephyr-Core-3.4.0/boards/xtensa/heltec_wifi_lora32_v2/doc/
Dindex.rst205 - `esptool documentation <https://github.com/espressif/esptool/blob/master/README.md>`_
/Zephyr-Core-3.4.0/boards/arm/nucleo_f429zi/doc/
Dindex.rst217 https://github.com/JuulLabs-OSS/mcuboot/blob/master/README.md
/Zephyr-Core-3.4.0/doc/project/
Dproject_roles.rst51 (https://github.com/zephyrproject-rtos/zephyr/blob/main/CODE_OF_CONDUCT.md)
66 template <new?assignees=&labels=Role+Nomination&template=006_nomination.md&title=>`.

12