Searched refs:comparison (Results 1 – 25 of 38) sorted by relevance
12
/Zephyr-Core-3.7.0/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/ |
D | adc_cmp_npcx.c | 45 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/ |
D | CMakeLists.txt | 13 # 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/ |
D | vcmp_ite_it8xxx2.c | 57 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/ |
D | pylintrc | 67 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/ |
D | Kconfig | 28 bool "Force a comparison with same actions"
|
/Zephyr-Core-3.7.0/arch/posix/ |
D | Linux.aarch64.cmake | 7 # @Intent: Call a script to get userspace wordsize for comparison with CONFIG_64BIT
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/arch/arm64/core/ |
D | CMakeLists.txt | 21 # simple numeric comparison because these values may be
|
/Zephyr-Core-3.7.0/samples/modules/cmsis_dsp/moving_average/ |
D | README.rst | 24 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/ |
D | it8xxx2_evb.dts | 53 comparison = <IT8XXX2_VCMP_GREATER>;
|
/Zephyr-Core-3.7.0/boards/ite/it82xx2_evb/ |
D | it82xx2_evb.dts | 55 comparison = <IT8XXX2_VCMP_GREATER>;
|
/Zephyr-Core-3.7.0/cmake/compiler/clang/ |
D | compiler_flags.cmake | 116 # comparison of unsigned expression < 0 is always false
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-2.3.rst | 1056 * :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/ |
D | compiler_flags.cmake | 104 # comparison of unsigned expression < 0 is always false
|
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 87 # Get rid of any double folder string before comparison, as example, user provides
|
D | ZephyrConfigVersion.cmake | 38 # Get rid of any double folder string before comparison, as example, user provides
|
/Zephyr-Core-3.7.0/samples/kernel/metairq_dispatch/ |
D | README.rst | 30 comparison with the required processing time. This provides a way
|
/Zephyr-Core-3.7.0/doc/kernel/data_structures/ |
D | rbtree.rst | 38 tree (in the sense of the order defined by the comparison function) is
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 127 By default, the image version comparison relies only on version major,
|
/Zephyr-Core-3.7.0/boards/native/doc/ |
D | bsim_boards_design.rst | 74 :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/ |
D | Kconfig.mcuboot | 207 is also selected that enables comparison of build number.
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 250 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/ |
D | index.rst | 193 Rationale for this port and comparison with other options 208 Check the :ref:`POSIX architecture comparison <posix_arch_compare>`
|
12