commit | 918a574c88c3b06cfbb2c6e6382b15482834b647 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Fri Oct 29 20:10:35 2021 -0400 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Nov 08 13:41:53 2021 -0500 |
tree | f47ac4741efde1fcb27c0e3208b4be7acfcf2b3b | |
parent | 90ed7557e7a964ff2ec64b18e265c17a35c3e40a [diff] |
clock: add k_cycle_get_64 This change adds `k_cycle_get_64()` on platforms that support a 64-bit cycle counter. The interface functions `arch_k_cycle_get_64()` and `sys_clock_cycle_get_64()` are also introduced. Fixes #39934 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>