/Zephyr-latest/dts/bindings/gpio/ |
D | stemma-qt-connector.yaml | 16 …https://learn.adafruit.com/introducing-adafruit-stemma-qt/stemma-qt-comparison#quick-comparison-30…
|
/Zephyr-latest/tests/kernel/device/ |
D | CMakeLists.txt | 13 # and the code pathing doing pointer comparison would not be tested 15 # the pointer comparison would be exercised.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nuvoton,adc-cmp.yaml | 4 This will perform signal comparison with threshold established. 22 comparison:
|
D | ite,it8xxx2-vcmp.yaml | 30 comparison:
|
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/ |
D | adc_cmp_npcx.c | 45 enum adc_cmp_npcx_comparison comparison; member 108 /* Set threshold comparison if set on device tree */ in adc_cmp_npcx_init() 109 if (config->comparison == ADC_CMP_NPCX_GREATER || in adc_cmp_npcx_init() 110 config->comparison == ADC_CMP_NPCX_LESS_OR_EQUAL) { in adc_cmp_npcx_init() 113 config->comparison == ADC_CMP_NPCX_GREATER ? in adc_cmp_npcx_init() 262 .comparison = DT_INST_STRING_TOKEN_OR(inst, \ 263 comparison, ADC_CMP_NPCX_UNDEFINED) \
|
/Zephyr-latest/tests/subsys/settings/functional/src/ |
D | settings_basic_test.c | 91 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 92 zassert_is_null(next1, "_steq comparison next error"); in ZTEST() 94 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 95 zassert_is_null(next2, "_steq comparison next error"); in ZTEST() 99 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 100 zassert_not_null(next1, "_steq comparison next error"); in ZTEST() 103 zassert_true(rc == 1, "_steq comparison failure"); in ZTEST() 104 zassert_not_null(next2, "_steq comparison next error"); in ZTEST() 109 zassert_true(rc == 0, "_steq comparison failure"); in ZTEST() 110 zassert_is_null(next1, "_steq comparison next error"); in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/logging/log_syst/src/ |
D | mock_backend.c | 73 "Incorrect Format comparison"); in validate_msg() 81 "Incorrect Comparison of %s", syst_headers_name[i]); in validate_msg() 103 "Incorrect Comparison of payload"); in validate_msg()
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 67 singleton-comparison, 171 literal-comparison, 172 comparison-with-itself, 186 chained-comparison, 200 comparison-with-callable,
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | Kconfig | 28 bool "Force a comparison with same actions"
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso_types.h | 12 /* Conditional compile to prevent coverity issue CWE570, comparison of unsigned int to 0 */ 33 /* Conditional compile to prevent coverity issue CWE570, comparison of unsigned int to 0 */
|
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/ |
D | vcmp_ite_it8xxx2.c | 57 int comparison; member 319 /* Set threshold and comparison if set on device tree */ in vcmp_it8xxx2_init() 321 (config->comparison != IT8XXX2_VCMP_UNDEFINED)) { in vcmp_it8xxx2_init() 325 if (config->comparison == IT8XXX2_VCMP_LESS_OR_EQUAL) { in vcmp_it8xxx2_init() 398 .comparison = DT_INST_PROP(inst, comparison), \
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | flash_configuration.c | 11 /* Backdoor Comparison Key (unused) */
|
/Zephyr-latest/soc/nxp/kinetis/ |
D | flash_configuration.c | 11 /* Backdoor Comparison Key (unused) */
|
/Zephyr-latest/arch/posix/ |
D | Linux.aarch64.cmake | 7 # @Intent: Call a script to get userspace wordsize for comparison with CONFIG_64BIT
|
/Zephyr-latest/soc/nxp/mcx/mcxc/ |
D | flash_configuration.c | 12 /* Backdoor Comparison Key (unused) */
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | bsearch.c | 17 * @param cmp pointer to comparison function
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitarray.c | 307 "sys_bitarray_alloc() failed bits comparison"); in alloc_and_free_predefined() 315 "sys_bitarray_alloc() failed bits comparison"); in alloc_and_free_predefined() 321 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 326 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 331 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 338 "sys_bitarray_free() failed bits comparison"); in alloc_and_free_predefined() 355 "sys_bitarray_alloc() failed bits comparison"); in alloc_and_free_predefined() 934 "sys_bitarray_set_region() failed bits comparison"); in ZTEST() 940 "sys_bitarray_set_region() failed bits comparison"); in ZTEST() 946 "sys_bitarray_clear_region() failed bits comparison"); in ZTEST() [all …]
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
|
/Zephyr-latest/samples/posix/gettimeofday/ |
D | README.rst | 35 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
|
/Zephyr-latest/samples/posix/uname/ |
D | README.rst | 25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 22 # simple numeric comparison because these values may be
|
/Zephyr-latest/tests/unit/base64/ |
D | main.c | 78 zassert_equal(rc, 0, "Encode test comparison"); in ZTEST() 86 zassert_equal(rc, 0, "Decode test comparison"); in ZTEST()
|
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/ |
D | test_calibrate.c | 38 /* Print comparison between set and get values */ in test_set_get_calibration()
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 8 It provides a rough comparison Zephyr's POSIX threads (pthreads) with Zephyr's kernel threads
|
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/src/ |
D | main.c | 230 printk("Data comparison failed @ %d.\n", i); in main() 235 printk("Data comparison successful.\n"); in main()
|