Home
last modified time | relevance | path

Searched full:found (Results 1 – 25 of 1488) sorted by relevance

12345678910>>...60

/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c30 bool found = false; in zcbor_map_decode_bulk() local
43 if (dptr->found) { in zcbor_map_decode_bulk()
55 dptr->found = true; in zcbor_map_decode_bulk()
56 found = true; in zcbor_map_decode_bulk()
66 if (!found && ok) { in zcbor_map_decode_bulk()
85 return dptr->found; in zcbor_map_decode_bulk_key_found()
97 return dptr->found; in zcbor_map_decode_bulk_key_found()
108 map[map_index].found = false; in zcbor_map_decode_bulk_reset()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Daudio.h373 * that's found in the data. The callback should return
595 * @retval -ENODATA if not found
596 * @retval -EBADMSG if found value has invalid size or value
619 * @retval -ENODATA if not found
620 * @retval -EBADMSG if found value has invalid size or value
635 * @retval 0 if value is found and stored in the pointer provided
637 * @retval -ENODATA if not found
638 * @retval -EBADMSG if found value has invalid size or value
671 * @retval -ENODATA if not found
672 * @retval -EBADMSG if found value has invalid size or value
[all …]
/Zephyr-Core-3.5.0/samples/drivers/w1/scanner/
DREADME.rst12 devices found.
32 [00:00:00.392,272] <inf> main: Device found; family: 0x3a, serial: 0x3af9985800000036
33 [00:00:00.524,169] <inf> main: Device found; family: 0x3a, serial: 0x3a6ea2580000003b
34 [00:00:00.656,097] <inf> main: Device found; family: 0x28, serial: 0x2856fb470d000022
35 [00:00:00.656,097] <inf> main: Number of devices found on bus: 3
Dsample.yaml15 - "Number of devices found on bus: .*"
26 - "Number of devices found on bus: .*"
37 - "Number of devices found on bus: .*"
49 - "Number of devices found on bus: .*"
/Zephyr-Core-3.5.0/doc/
D404.rst3 .. _page-not-found:
5 Sorry, Page Not Found
14 Sorry, the page you requested was not found on this site.
22 strReferrer + "</a> was not found on this site.</p>");
24 document.write("<p>Sorry, the page you requested was not found on this site.</p>")
/Zephyr-Core-3.5.0/tests/net/ieee802154/custom_l2/src/
Dmain.c78 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
79 zassert_not_null(net_if_l2(iface)->send, "No send() found"); in ZTEST()
102 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
103 zassert_not_null(net_if_l2(iface)->recv, "No recv () found"); in ZTEST()
125 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
126 zassert_not_null(net_if_l2(iface)->enable, "No enable() found"); in ZTEST()
142 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
143 zassert_not_null(net_if_l2(iface)->get_flags, "No get_flags() found"); in ZTEST()
/Zephyr-Core-3.5.0/cmake/modules/
DFindDtc.cmake11 # Set to 'DTC-NOTFOUND' if dtc was not found.
14 # True if the devicetree compiler, dtc, was found.
47 # DTC was found but version requirement is not met, or dtc was not working.
48 # Treat it as DTC was never found by resetting the result from `find_program()`
DFindHostTools.cmake24 # Set to 'CMAKE_C_COMPILER-NOTFOUND' if no C compiler was found.
28 # Set to 'GPERF-NOTFOUND' if gperf was not found.
32 # Set to 'OPENOCD-NOTFOUND' if openocd was not found.
36 # Set to 'BOSSAC-NOTFOUND' if bossac was not found.
40 # Set to 'IMGTOOL-NOTFOUND' if imgtool was not found.
43 # True if all required host tools were found.
DFindZephyr-sdk.cmake23 # True if the Zephyr SDK was found.
86 # Loop over each found Zepher SDK version until one is found that is compatible.
99 # A compatible version of the Zephyr SDK has been found which is the highest
107 # This means no compatible Zephyr SDK versions were found, set the version
132 message(STATUS "Found host-tools: zephyr ${SDK_VERSION} (${ZEPHYR_SDK_INSTALL_DIR})")
/Zephyr-Core-3.5.0/samples/subsys/nvs/src/
Dmain.c106 if (rc > 0) { /* item was found, show it */ in main()
108 } else {/* item was not found, add it */ in main()
110 printk("No address found, adding %s at id %d\n", buf, in main()
117 if (rc > 0) { /* item was found, show it */ in main()
123 } else {/* item was not found, add it */ in main()
124 printk("No key found, adding it at id %d\n", KEY_ID); in main()
139 if (rc > 0) { /* item was found, show it */ in main()
142 } else {/* item was not found, add it */ in main()
143 printk("No Reboot counter found, adding it at id %d\n", in main()
154 /* item was found, show it */ in main()
[all …]
/Zephyr-Core-3.5.0/tests/kernel/obj_core/obj_core/src/
Dmain.c73 /* Object core found. Abort the search. */ in obj_core_find_op()
78 /* Object core not found--continue searching. */ in obj_core_find_op()
93 zassert_not_null(obj_type, "%s object type not found\n", str); in common_obj_core_test()
102 "static %s not found with locked walk\n", str); in common_obj_core_test()
107 "static %s not found with unlocked walk\n", str); in common_obj_core_test()
117 "dynamic %s not found with locked walk\n", str); in common_obj_core_test()
122 "dynamic %s not found with unlocked walk\n", str); in common_obj_core_test()
151 zassert_not_null(obj_type, "thread object type not found\n"); in ZTEST()
158 zassert_equal(status, 0, "static thread found with locked walk\n"); in ZTEST()
162 zassert_equal(status, 0, "static thread found with unlocked walk\n"); in ZTEST()
[all …]
/Zephyr-Core-3.5.0/samples/subsys/nvs/
DREADME.rst23 This sample can be found under :zephyr_file:`samples/subsys/nvs` in the Zephyr tree.
49 No address found, adding 192.168.1.1 at id 1
50 No key found, adding it at id 2
51 No Reboot counter found, adding it at id 3
52 Id: 4 not found, adding it
53 Longarray not found, adding it as id 4
/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/src/
Dmain.c295 printk("Found LED %d", led); in run_test()
313 LOG_ERR("No LEDs found"); in run_test()
336 bool found = false; in main() local
340 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
341 found = true; in main()
356 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
357 found = true; in main()
372 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
373 found = true; in main()
388 LOG_INF("Found LED controller %s", lp50xx_dev->name); in main()
[all …]
/Zephyr-Core-3.5.0/tests/subsys/fs/ext2/src/
Dtest_dirops.c24 /* 'lost+found' directory is created automatically. test_fs_dirops expects empty root in ZTEST()
27 if (fs_stat("/sml/lost+found", &de) == 0) { in ZTEST()
28 zassert_equal(fs_unlink("/sml/lost+found"), 0, "unlink failed"); in ZTEST()
/Zephyr-Core-3.5.0/samples/subsys/debug/fuzz/src/
Dmain.c10 * tree in such a way that it would be very unlikely to be found by
22 bool found[ARRAY_SIZE(key)]; variable
31 if (!found[cur]) { \
32 printk("#\n# Found key %d\n#\n", cur); \
33 found[cur] = true; \
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c30 bool found; member
44 .found = false, in ZTEST()
53 .found = false, in ZTEST()
123 zassert_equal(expected_types[entry].found, false, in ZTEST()
124 "Found entry multiple times"); in ZTEST()
125 expected_types[entry].found = true; in ZTEST()
148 "Expected format to only be found once"); in ZTEST()
152 zassert_false(size_found, "Expected size to be only found once"); in ZTEST()
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py145 found = 0
149 found += 1
152 found += 1
155 found += 1
158 found += 1
162 found += 1
165 found += 1
166 assert found == 6
170 found = 0
174 found += 1
[all …]
/Zephyr-Core-3.5.0/samples/bluetooth/central_past/
DREADME.rst20 This sample can be found under :zephyr_file:`samples/bluetooth/central_past` in
23 Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv` on
27 Use the sample found under :zephyr_file:`samples/bluetooth/peripheral_past` in
/Zephyr-Core-3.5.0/samples/subsys/usb/audio/headphones_microphone/
Dsample.yaml17 - "Found USB Headphones Device"
18 - "Found USB Microphone Device"
/Zephyr-Core-3.5.0/scripts/pylib/build_helpers/
Ddomains.py91 logger.critical(f'domains.yaml file not found: {domains_file}')
110 found = self._domains.get(name)
111 if not found:
112 logger.critical(f'domain "{name}" not found, '
115 return found
/Zephyr-Core-3.5.0/tests/boot/with_mcumgr/
DREADME.rst6 (more information can be found here :ref:`integration-with-pytest`)
11 More information about MCUmgr can be found here :ref:`mcu_mgr`.
25 Test scripts can be found in ``pytest`` directory. To list available
/Zephyr-Core-3.5.0/scripts/coredump/
Dcoredump_serial_log_parser.py52 # Found "BEGIN#" - beginning of log
58 # Found "END#" - end of log
86 print("ERROR: Beginning of log not found!")
88 print("WARN: End of log not found! Is log complete?")
/Zephyr-Core-3.5.0/drivers/sensor/vl53l1x/
Dvl53l1_platform.c149 uint8_t found = 0; in VL53L1_WaitValueMaskEx() local
155 /* wait until val is found, timeout reached on error occurred */ in VL53L1_WaitValueMaskEx()
158 (found == 0)) { in VL53L1_WaitValueMaskEx()
162 found = 1; in VL53L1_WaitValueMaskEx()
165 if ((status == VL53L1_ERROR_NONE) && (found == 0) && (delay > 0)) { in VL53L1_WaitValueMaskEx()
177 if (found == 0 && status == VL53L1_ERROR_NONE) { in VL53L1_WaitValueMaskEx()
/Zephyr-Core-3.5.0/subsys/shell/
Dshell_wildcard.h16 SHELL_WILDCARD_NOT_FOUND /* wildcard character not found */
29 * @retval true wildcard character found
30 * @retval false wildcard character not found
/Zephyr-Core-3.5.0/samples/net/dns_resolve/src/
Dmain.c169 bool *found = (bool *)user_data; in print_dhcpv4_addr() local
172 if (*found) { in print_dhcpv4_addr()
193 *found = true; in print_dhcpv4_addr()
201 bool found = false; in ipv4_addr_add_handler() local
207 net_if_ipv4_addr_foreach(iface, print_dhcpv4_addr, &found); in ipv4_addr_add_handler()
219 bool *found = (bool *)user_data; in check_dhcpv4_addr() local
225 *found = true; in check_dhcpv4_addr()
230 bool found; in setup_dhcpv4() local
236 net_if_ipv4_addr_foreach(iface, check_dhcpv4_addr, &found); in setup_dhcpv4()
238 if (found) { in setup_dhcpv4()

12345678910>>...60