Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp7754 uint64_t getCurrentTicks() { in getCurrentTicks() function
7765 uint64_t getCurrentTicks() {
7774 m_ticks = getCurrentTicks(); in start()
7777 return static_cast<unsigned int>(getCurrentTicks() - m_ticks); in getElapsedMicroseconds()