Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/drivers/timer/
Dcc13xx_cc26xx_rtc_timer.c152 uint32_t compare; in startDevice() local
170 compare = 0x4; /* 4 * 15.5us ~= 62us */ in startDevice()
173 compare = period >> 16; in startDevice()
177 AONRTCCompareValueSet(AON_RTC_CH0, compare); in startDevice()
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dqsort.c43 static inline int compare(struct qsort_comp *cmp, void *a, void *b) in compare() function
62 if (compare(cmp, A(swap), A(child)) < 0) { in sift_down()
67 if (right(root) < end && compare(cmp, A(swap), A(right(root))) < 0) { in sift_down()
/Zephyr-latest/tests/boards/frdm_k64f/i2c/
DREADME.rst5 on the board using its FIFO with a async and sync transfer to compare
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c193 uint32_t bytes, pos, compare, offset; in compare_data() local
215 compare = remaining > bytes ? bytes : remaining; in compare_data()
217 if (memcmp(frag->data + offset, user_data + pos, compare)) { in compare_data()
222 pos += compare; in compare_data()
223 remaining -= compare; in compare_data()
562 goto compare; in test_fragment()
569 compare: in test_fragment()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp276 if (arg.compare("Xception") == 0) { in testException()
281 } else if (arg.compare("TException") == 0) { in testException()
296 if (arg0.compare("Xception") == 0) { in testMultiException()
301 } else if (arg0.compare("Xception2") == 0) { in testMultiException()
/Zephyr-latest/dts/riscv/sifive/
Driscv32-fe310.dtsi152 sifive,compare-width = <8>;
162 sifive,compare-width = <16>;
172 sifive,compare-width = <16>;
/Zephyr-latest/scripts/
Dlist_boards.py103 revisions: List[str] = field(default_factory=list, compare=False)
104 socs: List[Soc] = field(default_factory=list, compare=False)
105 variants: List[str] = field(default_factory=list, compare=False)
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst32 compare its inputs, producing an output and detecting edges. When suspended, the comparator
/Zephyr-latest/subsys/fs/zms/
DKconfig40 ZMS uses an internal buffer to read/write and compare stored data.
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake117 -Wno-tautological-compare
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst324 - * Uses 2 capture/compare registers
331 * 7 capture/compare registers (3 mandatory, 1 optional for ISR profiling,
333 * 4 capture/compare registers for second instance, if single tIFS timer
/Zephyr-latest/scripts/west_commands/
Dsdk.py228 if semver.compare(version, "0.14.1") < 0:
258 if semver.compare(version, "0.16.0") < 0:
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst63 Read and compare data stored in UID1
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake105 -Wno-tautological-compare
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst248 - ``west compare``: compare the state of the workspace against the manifest
Drelease-notes.rst54 - ``west compare`` now always prints information about
86 - ``west compare``: new command that compares the state of the
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig109 When enabled, the MCUmgr will compare base address of application,
/Zephyr-latest/boards/snps/emsdp/doc/
Dindex.rst90 whole flash then write 4 byte data to the flash. Read from the flash and compare the
/Zephyr-latest/boards/native/doc/
Darch_soc.rst261 How does this port compare to QEMU:
284 How does this port compare to an ISS:
/Zephyr-latest/cmake/modules/
Dkconfig.cmake430 # re-importing them from EXTRA_KCONFIG_OPTIONS_FILE. Later, we want to compare
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst316 | | whereby it will compare build numbers too. Should only be present when "off" |
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst261 must be done to compare the old thread against the threads executing on the
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst48 exported to third party tools to compare and chart performance differences
/Zephyr-latest/doc/security/
Dsecurity-overview.rst629 (compare [MICR16]_) are:
/Zephyr-latest/doc/
Dzephyr.doxyfile.in18 # Use Doxygen to compare the used configuration file with the template
21 # Use Doxygen to compare the used configuration file with the template
996 # character encoding on a per file pattern basis. Doxygen will compare the file
1123 # basis. Doxygen will compare the file name with each pattern and apply the

12