Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 41) sorted by relevance

12

/samples/drivers/mspi/mspi_flash/src/
A Dmain.c25 const uint8_t expected[] = {
28 const size_t len = sizeof(expected);
32 uint8_t buf[sizeof(expected)];
72 if (memcmp(expected, buf, len) == 0) {
75 const uint8_t *wp = expected;
97 const uint8_t expected[] = {
100 const size_t len = sizeof(expected);
104 uint8_t buf[sizeof(expected)];
151 rc = flash_write(flash_dev, offs, expected, len);
164 if (memcmp(expected, buf, len) == 0) {
[all …]
/samples/subsys/shell/shell_module/
A Dtest_shell.yml2 expected: "cycles: .* hw cycles"
4 expected: "Zephyr version .*"
/samples/arch/mpu/mpu_test/
A Dtest_shell.yml2 expected: "The value is: 0x.*"
4 expected: "The value is: 0x.*"
/samples/drivers/spi_flash/src/
A Dmain.c74 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in single_sector_test()
76 const size_t len = sizeof(expected); in single_sector_test()
77 uint8_t buf[sizeof(expected)]; in single_sector_test()
126 if (memcmp(expected, buf, len) == 0) { in single_sector_test()
129 const uint8_t *wp = expected; in single_sector_test()
150 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in multi_sector_test()
152 const size_t len = sizeof(expected); in multi_sector_test()
153 uint8_t buf[sizeof(expected)]; in multi_sector_test()
199 rc = flash_write(flash_dev, offs, expected, len); in multi_sector_test()
212 if (memcmp(expected, buf, len) == 0) { in multi_sector_test()
[all …]
/samples/drivers/flash_shell/
A Dtest_shell.yml2 expected: "Page for address 0x0"
/samples/boards/renesas/elc/
A Dsample.yaml15 - "PWM generator stopped by the ELC link as expected."
18 - "PWM generator started by the ELC link as expected."
A DREADME.rst16 as expected.
63 PWM generator stopped by the ELC link as expected.
67 PWM generator started by the ELC link as expected.
/samples/subsys/testsuite/pytest/shell/
A Dtestcase.yaml26 expected: "cycles: .* hw cycles"
28 expected: "Zephyr version .*"
/samples/modules/tflite-micro/tflm_ethosu/src/
A Dinference_process.cpp184 const DataPtr &expected = job.expectedOutput[i]; in runJob() local
187 if (expected.size != output->bytes) { in runJob()
189 i, expected.size, output->bytes); in runJob()
195 static_cast<uint8_t *>(expected.data)[j]) { in runJob()
197 i, j, static_cast<uint8_t *>(expected.data)[j], in runJob()
/samples/tfm_integration/tfm_secure_partition/
A Dsample.yaml22 - "No valid secret for key, received expected error code"
A DREADME.rst59 No valid secret for key, received expected error code
/samples/net/secure_mqtt_sensor_actuator/
A DKconfig45 If acknowledgment expected for published message, duplicate messages permitted.
50 Acknowledgment expected and message shall be published only once.
/samples/drivers/peci/
A DREADME.rst27 Note: You are expected to see several interactions including ID and
/samples/tfm_integration/psa_protected_storage/
A Dsample.yaml27 - "Got expected error \\(PSA_ERROR_NOT_PERMITTED\\) when writing to protected\
/samples/tfm_integration/psa_crypto/boards/
A Dnrf9160dk_nrf9160_ns.overlay22 * and move its starting address to the offset expected by
/samples/tfm_integration/tfm_ipc/boards/
A Dnrf9160dk_nrf9160_ns.overlay22 * and move its starting address to the offset expected by
/samples/subsys/usb/uvc/
A DREADME.rst44 The device is expected to be detected as a webcam device:
50 The ``dmesg`` logs are expected to mention a ``generic UVC device``.
52 The ``lsusb`` is expected to show an entry for a Zephyr device.
59 The ``dmesg`` logs are expected to mention a video device.
124 Android and iPad (but not yet iOS) are also expected to work via dedicated applications.
/samples/drivers/ps2/
A DREADME.rst31 Note: You are expected to see several interrupts
/samples/net/sockets/txtime/
A DKconfig57 This tells what is the expected sending time of the network
61 time from PTP clock, to set the expected transmit time. Note that
A DREADME.rst12 the data when the TX time is expected. The application requires
/samples/
A Dsample_definition_and_criteria.rst28 expected value to have some level of testing for the sample itself.
32 functionality is working as expected, this should not replace dedicated and
35 buildability and, in some cases, if a sample is performing as expected, i.e. you
99 hardware requirements, and the expected sample output, if applicable.
/samples/subsys/settings/
A Dsample.yaml29 - "[.]*Can\\'t to load the <alpha/length> value as expected"
/samples/subsys/console/echo/
A DREADME.rst42 the (interrupt-driven) console device doesn't work as expected:
/samples/subsys/zbus/benchmark/
A Dbenchmark_256KB.robot50 ${val} Read Until expected=@ encoding=ascii
/samples/bluetooth/channel_sounding/
A DREADME.rst69 Found expected UUID
106 Found expected UUID

Completed in 45 milliseconds

12