Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py172 self.detected = []
381 self.detected.append(s_dev)
387 self.detected = natsorted(self.detected, key=lambda x: x.serial or '')
399 for _detected in self.detected:
412 new_duts = list(filter(lambda d: not d.match, self.detected))
432 for _connected in self.detected:
450 self.dump(detected=True)
452 def dump(self, filtered=None, header=None, connected_only=False, detected=False): argument
459 if detected:
460 to_show = self.detected
/Zephyr-latest/tests/net/lib/http_header_fields/
DREADME22 No errors detected
/Zephyr-latest/drivers/entropy/
DKconfig.cc13xx_cc26xx35 int "Threshold for detected repeated patterns"
39 The number of samples detected with repeating patterns before an alarm
/Zephyr-latest/samples/subsys/usb/cdc_acm/
DREADME.rst42 The board will be detected as shown by the Linux dmesg command:
61 and attach it to detected CDC ACM device:
72 Baudrate detected: 115200
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py36 hm.detected = duts[:5]
454 assert sorted([d.__repr__() for d in mocked_hm.detected]) == \
728 detected, argument
731 mocked_hm.dump(filtered, header, connected_only, detected)
/Zephyr-latest/samples/sensor/proximity_polling/
DREADME.rst16 automatically detected from the devicetree, you only need to set aliases from
/Zephyr-latest/cmake/makefile_exports/
DCMakeLists.txt24 # file per detected configuration, in this case, each COMPILE_LANGUAGE
/Zephyr-latest/samples/subsys/usb/console/
DREADME.rst31 The board will be detected as a CDC_ACM serial device. To see the console output
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst58 * Correctable Error (CE) - error is detected and corrected by IBECC module.
60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst43 REST api to detect firmware updates. When a new update is detected, the binary
54 be manually triggered or monitored via polling. When a new update is detected,
/Zephyr-latest/samples/fuel_gauge/max17048/
DREADME.rst33 if you plug/unplug a charger it will take some time until it is actually detected by the chip. Don'…
/Zephyr-latest/samples/drivers/video/tcpserversink/
DREADME.rst47 Video device detected, format: RGBP 480x272
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst24 a stop is detected using :c:func:`stepper_run`.
/Zephyr-latest/doc/develop/toolchains/
Ddesignware_arc_mwdt.rst29 :envvar:`ARCMWDT_TOOLCHAIN_PATH` - it would be detected automatically.
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst61 can be trivially detected.
63 * The head and tail of the list can be detected by comparing the
/Zephyr-latest/drivers/sensor/st/lis2dw12/
DKconfig71 Enable sleep (inactivity) mode with ODR change when detected
/Zephyr-latest/samples/subsys/usb/shell/
DREADME.rst64 [611:00:28.620,000] <wrn> usbd_core: VBUS detected event
/Zephyr-latest/doc/services/
Dformatted_output.rst80 method scans format string and based on detected format specifiers builds the
82 * static - types of arguments are detected at compile time by the preprocessor
180 static packaging is possible and it will append all detected strings. Character pointer
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst23 provision detected devices automatically. Once provisioning is done, the
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh308 The automatically detected directories are:
/Zephyr-latest/cmake/modules/
Dwest.cmake68 message(FATAL_ERROR "The detected west version, ${west_version}, is unsupported.\n\
/Zephyr-latest/cmake/sca/codechecker/
Dsca.cmake110 # issues were detected. Suppress the exit status by default, but permit opting
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake77 # will be automatically detected.
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig62 threshold for an inactivity event to be detected. Value is the
/Zephyr-latest/lib/os/
DKconfig89 If local data cache line is detected at runtime then it should be

123