Searched full:duplicate (Results 1 – 25 of 140) sorted by relevance
123456
/Zephyr-latest/tests/bluetooth/l2cap/src/ |
D | main.c | 64 "Test server duplicate succeeded"); in ZTEST() 68 "Test fixed PSM server duplicate succeeded"); in ZTEST() 72 "Test dynamic PSM server duplicate succeeded"); in ZTEST()
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 92 duplicate-argument-name, 111 duplicate-bases, 176 duplicate-code, 196 duplicate-key, 221 duplicate-except,
|
/Zephyr-latest/boards/shields/ |
D | CMakeLists.txt | 3 # Shield directories may contain multiple shields. Filter out duplicate
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | Kconfig | 45 If acknowledgment expected for published message, duplicate messages permitted.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu.h | 25 /* Simple Fletcher-16 checksum to ensure duplicate start messages don't in dfu_metadata_checksum()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 16 test library, in order to de-duplicate code that is not relevant to the test in question. Things
|
/Zephyr-latest/tests/subsys/zbus/channel_id/src/ |
D | main.c | 49 /* Duplicate channel IDs */ in ZTEST()
|
/Zephyr-latest/scripts/build/ |
D | llext_inject_slids.py | 134 # Disable duplicate code warning for the code that follows, 136 # pylint: disable=duplicate-code
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_backend_psa.c | 58 LOG_ERR("psa_import_key failed, duplicate key: %d", ret); in wifi_credentials_store_entry()
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | sbs_gauge.h | 53 * once, retransmitting the duplicate write has no significant negative consequences.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 26 import os # pylint: disable=duplicate-code 29 import numpy as np # pylint: disable=duplicate-code
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | lpm_rt1064.c | 50 * Duplicate implementation of CLOCK_SetMux() provided by SDK. This function 72 * Duplicate implementation of CLOCK_SetDiv() provided by SDK. This function 94 * Duplicate implementation of CLOCK_InitUsb1Pll() provided by SDK. This function
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 164 bool "Activate duplicate address detection" 281 The node MUST perform duplicate address detection (DAD) on the
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_quarantine.py | 17 # pylint: disable=duplicate-code
|
D | test_tooling.py | 8 # pylint: disable=duplicate-code
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_store.c | 92 * Append a single value to persisted config. Don't store duplicate value.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 210 int "Number of addresses in the scan duplicate filter" 219 int "Number of Extended Advertising Sets in the scan duplicate filter" 800 bool "Periodic Advertising Sync with ADI support (duplicate filtering)" 803 Enable support for duplicate filtering using AdvDataInfo present in
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | addresses.h | 72 * @retval -EINVAL if duplicate addresses.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max22190-gpio.yaml | 61 Latch the data so it could be read (partially duplicate CS)
|
/Zephyr-latest/include/zephyr/net/ |
D | net_event.h | 194 /** Event emitted when an IPv6 duplicate address detection succeeds. */ 198 /** Event emitted when an IPv6 duplicate address detection fails. */
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 175 /* Only perform change if the message wasn't a duplicate and the in gen_onoff_set_unack() 179 /* Duplicate */ in gen_onoff_set_unack()
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | cpuclk.c | 17 * duplicate.
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | cnd.c | 21 /* de-duplicate local variables in test cases */
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 262 being forgotten, speeds up reviewing, avoids duplicate issue reports, etc. 297 * - :guilabel:`Duplicate` 298 - This issue is a duplicate of another issue (please specify).
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 239 * duplicate, this function will return 264 * duplicate, this function will return
|
123456