@brief Check if timer is started * @retval bool True if started */
| 255 | * @retval bool True if started |
| 256 | */ |
| 257 | __forceinline bool isStarted() const |
| 258 | { |
| 259 | return started; |
| 260 | } |
| 261 | |
| 262 | /** @brief Get timer interval in microseconds */ |
| 263 | NanoTime::Time<TimeType> getIntervalUs() const |
no outgoing calls
no test coverage detected