Home
last modified time | relevance | path

Searched refs:comparison (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-Core-3.7.0/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/
Dadc_cmp_npcx.c45 enum adc_cmp_npcx_comparison comparison; member
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-Core-3.7.0/tests/kernel/device/
DCMakeLists.txt13 # and the code pathing doing pointer comparison would not be tested
15 # the pointer comparison would be exercised.
/Zephyr-Core-3.7.0/drivers/sensor/ite/ite_vcmp_it8xxx2/
Dvcmp_ite_it8xxx2.c57 int comparison; member
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-Core-3.7.0/scripts/ci/
Dpylintrc67 singleton-comparison,
68 misplaced-comparison-constant,
172 literal-comparison,
173 comparison-with-itself,
188 chained-comparison,
203 comparison-with-callable,
/Zephyr-Core-3.7.0/samples/subsys/zbus/benchmark/
DKconfig28 bool "Force a comparison with same actions"
/Zephyr-Core-3.7.0/arch/posix/
DLinux.aarch64.cmake7 # @Intent: Call a script to get userspace wordsize for comparison with CONFIG_64BIT
/Zephyr-Core-3.7.0/samples/posix/eventfd/
DREADME.rst25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-Core-3.7.0/samples/posix/uname/
DREADME.rst25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-Core-3.7.0/samples/posix/gettimeofday/
DREADME.rst35 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-Core-3.7.0/arch/arm64/core/
DCMakeLists.txt21 # simple numeric comparison because these values may be
/Zephyr-Core-3.7.0/samples/modules/cmsis_dsp/moving_average/
DREADME.rst24 In order to allow an easy comparison of the efficiency of the CMSIS-DSP library when used on ARM
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/
Dit8xxx2_evb.dts53 comparison = <IT8XXX2_VCMP_GREATER>;
/Zephyr-Core-3.7.0/boards/ite/it82xx2_evb/
Dit82xx2_evb.dts55 comparison = <IT8XXX2_VCMP_GREATER>;
/Zephyr-Core-3.7.0/cmake/compiler/clang/
Dcompiler_flags.cmake116 # comparison of unsigned expression < 0 is always false
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.3.rst1056 * :github:`24041` - [Coverity CID :209368] Pointless string comparison in tests/lib/devicetree/src/…
1057 * :github:`24040` - [Coverity CID :209369] Pointless string comparison in tests/lib/devicetree/src/…
1058 * :github:`24039` - [Coverity CID :209370] Pointless string comparison in tests/lib/devicetree/src/…
1059 * :github:`24038` - [Coverity CID :209371] Pointless string comparison in tests/lib/devicetree/src/…
1060 * :github:`24037` - [Coverity CID :209372] Pointless string comparison in tests/lib/devicetree/src/…
1061 * :github:`24036` - [Coverity CID :209373] Pointless string comparison in tests/lib/devicetree/src/…
1062 * :github:`24035` - [Coverity CID :209374] Pointless string comparison in tests/lib/devicetree/src/…
1064 * :github:`24033` - [Coverity CID :209376] Pointless string comparison in tests/lib/devicetree/src/…
1065 * :github:`24032` - [Coverity CID :209377] Pointless string comparison in tests/lib/devicetree/src/…
1066 * :github:`24031` - [Coverity CID :209378] Pointless string comparison in tests/lib/devicetree/src/…
[all …]
/Zephyr-Core-3.7.0/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake104 # comparison of unsigned expression < 0 is always false
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/
DZephyrConfig.cmake87 # Get rid of any double folder string before comparison, as example, user provides
DZephyrConfigVersion.cmake38 # Get rid of any double folder string before comparison, as example, user provides
/Zephyr-Core-3.7.0/samples/kernel/metairq_dispatch/
DREADME.rst30 comparison with the required processing time. This provides a way
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Drbtree.rst38 tree (in the sense of the order defined by the comparison function) is
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig127 By default, the image version comparison relies only on version major,
/Zephyr-Core-3.7.0/boards/native/doc/
Dbsim_boards_design.rst74 :ref:`comparison of what the POSIX arch provides vs other options<posix_arch_compare>`.
75 That comparison applies fully to these boards, but in this section we expand
/Zephyr-Core-3.7.0/modules/
DKconfig.mcuboot207 is also selected that enables comparison of build number.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/
Dbluetooth-tools.rst250 This TCP server must support the HCI H4 protocol. In comparison to the physical controller
/Zephyr-Core-3.7.0/boards/native/native_sim/doc/
Dindex.rst193 Rationale for this port and comparison with other options
208 Check the :ref:`POSIX architecture comparison <posix_arch_compare>`

12