Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 161) sorted by relevance

1234567

/Zephyr-Core-3.7.0/tests/lib/c_lib/strerror/src/
Dmain.c15 const char *actual; in ZTEST() local
20 actual = strerror(EINVAL); in ZTEST()
23 actual = strerror(EINVAL); in ZTEST()
25 zassert_equal(0, strcmp(expected, actual), in ZTEST()
26 "mismatch: exp: %s act: %s", expected, actual); in ZTEST()
35 actual = strerror(-42); in ZTEST()
36 zassert_equal(0, strcmp(expected, actual), "mismatch: exp: %s act: %s", in ZTEST()
37 expected, actual); in ZTEST()
38 actual = strerror(4242); in ZTEST()
39 zassert_equal(0, strcmp(expected, actual), "mismatch: exp: %s act: %s", in ZTEST()
[all …]
/Zephyr-Core-3.7.0/samples/sensor/veaa_x_3/
DREADME.rst14 This sample sets the valve setpoint then reads the actual pressure.
31 Setpoint: 1 kPa, actual: 1 kPa
32 Setpoint: 2 kPa, actual: 2 kPa
33 Setpoint: 3 kPa, actual: 3 kPa
35 Setpoint: 199 kPa, actual: 199 kPa
36 Setpoint: 200 kPa, actual: 200 kPa
37 Setpoint: 1 kPa, actual: 1 kPa
/Zephyr-Core-3.7.0/tests/drivers/mspi/flash/src/
Dmain.c25 static uint8_t actual[MSPI_FLASH_TEST_SIZE]; variable
121 memset(actual, 0, MSPI_FLASH_TEST_SIZE); in test_multi_sector_rw()
125 rc = flash_read(flash_dev, offs, actual, MSPI_FLASH_TEST_SIZE); in test_multi_sector_rw()
130 if (actual[0] != 0xff) { in test_multi_sector_rw()
132 actual[0]); in test_multi_sector_rw()
151 memset(actual, 0, MSPI_FLASH_TEST_SIZE); in test_multi_sector_rw()
152 rc = flash_read(flash_dev, offs, actual, MSPI_FLASH_TEST_SIZE); in test_multi_sector_rw()
158 if (memcmp(expected, actual, MSPI_FLASH_TEST_SIZE) == 0) { in test_multi_sector_rw()
162 const uint8_t *rp = actual; in test_multi_sector_rw()
170 (uint32_t)(offs + (rp - actual)), *wp, *rp); in test_multi_sector_rw()
/Zephyr-Core-3.7.0/tests/drivers/sensor/ina230/src/
Dina230_test.c47 double actual; in test_datasheet_example() local
60 actual = sensor_value_to_double(&sensor_val); in test_datasheet_example()
61 zexpect_within(11.98, actual, 1.25e-3, "Expected 11.98 V, got %.6f V", actual); in test_datasheet_example()
64 actual = sensor_value_to_double(&sensor_val); in test_datasheet_example()
65 zexpect_within(10.0, actual, 1e-3, "Expected 10 A, got %.6f V", actual); in test_datasheet_example()
68 actual = sensor_value_to_double(&sensor_val); in test_datasheet_example()
69 zexpect_within(119.82, actual, 25e-3, "Expected 119.82 W, got %.6f W", actual); in test_datasheet_example()
/Zephyr-Core-3.7.0/tests/subsys/dsp/print_format/src/
Dmain.c11 #define assert_strings(expected, actual) \ argument
12 zexpect_equal(strlen(expected), strlen(actual), "Expected %d(%s), got %d(%s)", \
13 strlen(expected), expected, strlen(actual), actual); \
14 zexpect_mem_equal(expected, actual, MIN(strlen(expected), strlen(actual)), \
15 "Expected '%s', got '%s'", expected, actual)
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py51 actual = str(dt)
53 assert actual == expected, f'unexpected round-trip on {dts}'
466 actual = dt.label2prop[label].name
467 assert actual == expected, f"label '{label}' mapped to wrong property"
1563 actual = dt.root.props[prop].type
1564 assert actual == expected, f'{prop} has wrong type'
1669 actual = dt.root.props[prop].to_num(signed)
1670 assert actual == expected, \
1707 actual = dt.root.props[prop].to_nums(signed)
1708 assert actual == expected, \
[all …]
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_hogs/src/
Dmain.c59 gpio_flags_t actual; in assert_gpio_hog_config() local
66 err = gpio_pin_get_config_dt(spec, &actual); in assert_gpio_hog_config()
73 zassert_equal(actual & expected, expected, in assert_gpio_hog_config()
75 spec->port->name, spec->pin, actual, expected); in assert_gpio_hog_config()
/Zephyr-Core-3.7.0/tests/ztest/base/src/
Dmain.c34 uint32_t actual[4] = {0}; in ZTEST() local
35 memcpy(actual, expected, sizeof(actual)); in ZTEST()
36 zassert_mem_equal(actual, expected, sizeof(expected), NULL); in ZTEST()
/Zephyr-Core-3.7.0/tests/cmake/config_dir/
DCMakeLists.txt20 "actual CONFIG_FAIL_TEST=${CONFIG_FAIL_TEST}, "
27 "actual APPLICATION_CONFIG_DIR=${APPLICATION_CONFIG_DIR}, "
/Zephyr-Core-3.7.0/tests/drivers/input/kbd_matrix/
Dactual-key-mask.overlay8 actual-key-mask = <0x07 0x07 0x03>;
/Zephyr-Core-3.7.0/subsys/net/ip/
DKconfig.stack15 This value is a baseline and the actual TX stack size might
24 This value is a baseline and the actual RX stack size might
/Zephyr-Core-3.7.0/snippets/xen_dom0/boards/
Drcar_h3ulcb_r8a77951_a57.overlay16 * Xen passes actual values for setup in domain device tree, but Zephyr
34 * Xen passes actual values for setup in domain device tree, but Zephyr
Drcar_salvator_xs.overlay16 * Xen passes actual values for setup in domain device tree, but Zephyr
34 * Xen passes actual values for setup in domain device tree, but Zephyr
Dqemu_cortex_a53.overlay20 * Xen passes actual values for setup in domain device tree, but Zephyr
38 * Xen passes actual values for setup in domain device tree, but Zephyr
Drcar_spider_s4_r8a779f0_a55.overlay18 * Xen passes actual values for setup in domain device tree, but Zephyr
36 * Xen passes actual values for setup in domain device tree, but Zephyr
/Zephyr-Core-3.7.0/drivers/input/
DKconfig.kbd_matrix32 bool "Allow runtime changes to the actual key mask"
34 If enabled, the actual-key-mask devicetree property data is stored in
/Zephyr-Core-3.7.0/cmake/toolchain/llvm/
Dclang_libgcc.cfg3 # Tell clang to give us the actual path to libgcc.a
/Zephyr-Core-3.7.0/tests/subsys/debug/coredump_backends/
DKconfig17 If zero, then it is ignored and not compared with the actual size.
/Zephyr-Core-3.7.0/samples/shields/npm1300_ek/doc/
Dindex.rst64 # obtain the actual BUCK1 configured voltage
69 # obtain the actual BUCK1 configured voltage
/Zephyr-Core-3.7.0/cmake/linker/ld/gcc/
Dlinker_flags.cmake4 # linker flags themselves are not depending on actual configurations.
/Zephyr-Core-3.7.0/drivers/sensor/ti/ina226/
DKconfig20 This is the actual shunt voltage measured which is scaled within the
/Zephyr-Core-3.7.0/boards/shields/g1120b0mipi/
Dg1120b0mipi.overlay30 * Note- the actual controller present on this IC is a FT3267,
/Zephyr-Core-3.7.0/cmake/compiler/armclang/
Dgeneric.cmake16 # We only do preprocessing so the actual arch is not important.
/Zephyr-Core-3.7.0/drivers/adc/
DKconfig.adc_emul10 does not talk to real hardware. It pretends to be actual ADC. It
/Zephyr-Core-3.7.0/subsys/bindesc/
DKconfig.build_time84 regardless of the actual build time.
98 regardless of the actual build time.
110 regardless of the actual build time.

1234567