/Zephyr-latest/drivers/timer/ |
D | cc13xx_cc26xx_rtc_timer.c | 152 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/ |
D | qsort.c | 43 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/ |
D | README.rst | 5 on the board using its FIFO with a async and sync transfer to compare
|
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/ |
D | main.c | 193 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/ |
D | server.hpp | 276 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/ |
D | riscv32-fe310.dtsi | 152 sifive,compare-width = <8>; 162 sifive,compare-width = <16>; 172 sifive,compare-width = <16>;
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 103 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/ |
D | comparator.rst | 32 compare its inputs, producing an output and detecting edges. When suspended, the comparator
|
/Zephyr-latest/subsys/fs/zms/ |
D | Kconfig | 40 ZMS uses an internal buffer to read/write and compare stored data.
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 117 -Wno-tautological-compare
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 324 - * 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/ |
D | sdk.py | 228 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/ |
D | README.rst | 63 Read and compare data stored in UID1
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 105 -Wno-tautological-compare
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 248 - ``west compare``: compare the state of the workspace against the manifest
|
D | release-notes.rst | 54 - ``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/ |
D | Kconfig | 109 When enabled, the MCUmgr will compare base address of application,
|
/Zephyr-latest/boards/snps/emsdp/doc/ |
D | index.rst | 90 whole flash then write 4 byte data to the flash. Read from the flash and compare the
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 261 How does this port compare to QEMU: 284 How does this port compare to an ISS:
|
/Zephyr-latest/cmake/modules/ |
D | kconfig.cmake | 430 # re-importing them from EXTRA_KCONFIG_OPTIONS_FILE. Later, we want to compare
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 316 | | whereby it will compare build numbers too. Should only be present when "off" |
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 261 must be done to compare the old thread against the threads executing on the
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 48 exported to third party tools to compare and chart performance differences
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 629 (compare [MICR16]_) are:
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 18 # 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
|