@brief Get timer interval in microseconds */
| 261 | |
| 262 | /** @brief Get timer interval in microseconds */ |
| 263 | NanoTime::Time<TimeType> getIntervalUs() const |
| 264 | { |
| 265 | return Micros::ticksToTime(getInterval()); |
| 266 | } |
| 267 | |
| 268 | /** @brief Get timer interval in milliseconds */ |
| 269 | NanoTime::Time<uint32_t> getIntervalMs() const |