Home
last modified time | relevance | path

Searched refs:options2 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/src/
Dtiming_sc.c86 uint64_t timestamp_overhead_adjustment(uint32_t options1, uint32_t options2) in timestamp_overhead_adjustment() argument
89 if (((options1 | options2) & K_USER) == K_USER) { in timestamp_overhead_adjustment()
90 if (((options1 & options2) & K_USER) == K_USER) { in timestamp_overhead_adjustment()
Dtiming_sc.h17 uint64_t timestamp_overhead_adjustment(uint32_t options1, uint32_t options2);