/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob.h | 66 MAX(sizeof(((struct bt_mesh_blob_block *)0)->missing), \ 69 MAX(sizeof(((struct bt_mesh_blob_block *)0)->missing), \ 72 #define BLOB_BLOCK_REPORT_STATUS_MSG_MAXLEN sizeof(((struct bt_mesh_blob_srv *)0)->block.missing) 73 #define BLOB_BLOCK_STATUS_MSG_MAXLEN (5 + sizeof(((struct bt_mesh_blob_srv *)0)->block.missing)) 96 int idx, bool missing) in blob_chunk_missing_set() argument 98 WRITE_BIT(missing_chunks[idx / 8], idx % 8, missing); in blob_chunk_missing_set() 111 memset(block->missing, 0xff, bytes); in blob_chunk_missing_set_all() 113 block->missing[bytes] = BIT_MASK(block->chunk_count % 8); in blob_chunk_missing_set_all() 119 memset(block->missing, 0, sizeof(block->missing)); in blob_chunk_missing_set_none()
|
D | blob_cli.c | 52 enum bt_mesh_blob_chunks_missing missing; member 203 memset(cli->block.missing, 0, sizeof(cli->block.missing)); in update_missing_chunks() 211 bool missing = blob_chunk_missing_get(cli->block.missing, idx) || in update_missing_chunks() local 212 blob_chunk_missing_get(target->pull->missing, idx); in update_missing_chunks() 213 blob_chunk_missing_set(cli->block.missing, idx, missing); in update_missing_chunks() 279 memset(cli->block.missing, 0, sizeof(cli->block.missing)); in block_set() 282 memset(target->pull->missing, 0, sizeof(target->pull->missing)); in block_set() 367 !blob_chunk_missing_get((*current)->pull->missing, cli->chunk_idx))) { in next_target() 904 uint16_t chunk_idx = next_missing_chunk(cli, cli->tx.target->pull->missing, in chunk_tx_complete() 966 blob_chunk_missing_set(cli->block.missing, cli->chunk_idx, false); in chunk_send_end() [all …]
|
D | blob_srv.c | 70 for (i = 0; i < ARRAY_SIZE(block->missing); ++i) { in missing_chunks() 71 count += POPCOUNT(block->missing[i]); in missing_chunks() 197 if (blob_chunk_missing_get(srv->block.missing, i)) { in block_report() 222 memset(srv->block.missing, 0, sizeof(srv->block.missing)); in cancel() 357 uint32_t missing; in block_status_rsp() local 366 missing = srv->block.chunk_count; in block_status_rsp() 368 missing = 0U; in block_status_rsp() 370 missing = missing_chunks(&srv->block); in block_status_rsp() 375 } else if (missing == srv->block.chunk_count) { in block_status_rsp() 377 } else if (missing == 0) { in block_status_rsp() [all …]
|
/Zephyr-latest/tests/subsys/logging/log_stress/src/ |
D | main.c | 28 uint32_t missing; member 45 mock_backend.missing += off; in handle_msg() 102 zassert_equal(mock_backend.dropped, mock_backend.missing, in validate() 104 mock_backend.dropped, mock_backend.missing); in validate()
|
/Zephyr-latest/samples/userspace/shared_mem/boards/ |
D | nucleo_f746zg.overlay | 10 * else one region is missing among 8 MPU regions
|
D | nucleo_f756zg.overlay | 10 * Otherwise one region will be missing from the 8 MPU regions
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/ |
D | nucleo_f746zg.overlay | 10 * else one region is missing among 8 MPU regions
|
D | nucleo_f756zg.overlay | 10 * Otherwise one region will be missing from the 8 MPU regions
|
/Zephyr-latest/doc/develop/west/ |
D | west-not-found.rst | 15 The west APIs are not documented since either west was missing or the zephyr
|
/Zephyr-latest/tests/net/all/ |
D | README.txt | 6 a list of missing network related kconfig options from prj.conf file.
|
/Zephyr-latest/boards/ |
D | CMakeLists.txt | 4 # error if it is missing
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f429vX.dtsi | 5 * that are missing on only a small subset of SoCs of a given group
|
/Zephyr-latest/boards/shields/ |
D | CMakeLists.txt | 10 # error if it is missing
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 18 #error No implementation to start or stop HFCLK due to missing clock_control.
|
/Zephyr-latest/scripts/coccinelle/ |
D | mini_lock.cocci | 1 /// Find missing unlocks. This semantic match considers the specific case 2 /// where the unlock is missing from an if branch, and there is a lock
|
D | unsigned_suffix.cocci | 123 msg="WARNING: Unsigned 'U' suffix missing"
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob.h | 108 uint8_t missing[DIV_ROUND_UP(CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX, member
|
D | blob_cli.h | 45 uint8_t missing[DIV_ROUND_UP(CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX, 8)]; member
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 77 missing-final-newline, 136 missing-kwoa, 160 missing-format-string-key, 232 missing-format-attribute,
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 69 -Wno-missing-field-initializers 106 -Wno-missing-braces
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 103 set(expected cmake-missing-NOTFOUND) 104 yaml_get(actual NAME yaml-test KEY cmake missing test key) 112 set(expected cmake-missing-NOTFOUND) 113 yaml_length(actual NAME yaml-test KEY cmake missing test array list) 372 set(expect_failure "yaml_save(...) missing a required argument: FILE")
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | Kconfig | 41 When port number is missing, CONFIG_LWM2M_PEER_PORT is used instead.
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 29 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 154 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 189 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 200 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 208 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 247 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 258 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 278 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 348 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders 421 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders [all …]
|
/Zephyr-latest/samples/drivers/video/tcpserversink/ |
D | README.rst | 33 If a mt9m114 camera shield is missing, video software generator will be used instead.
|
/Zephyr-latest/samples/net/zperf/ |
D | README.rst | 18 are missing.
|