libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
esp_timebase.hpp
1#pragma once
2
3#include "esp_def.hpp"
4#include "esp_timer.h"
5#include "soc/soc_caps.h"
6#if SOC_SYSTIMER_SUPPORTED
7#include "hal/systimer_hal.h"
8#endif
9#include "timebase.hpp"
10
11namespace LibXR
12{
13
22class ESP32Timebase : public Timebase
23{
24 public:
33};
34
35} // namespace LibXR
ESP32 时间基准实现 / ESP32 timebase implementation.
ESP32Timebase()
构造函数 / Constructor
时间基类,用于提供高精度时间戳。 Timebase class for providing high-precision timestamps.
Definition timebase.hpp:17
LibXR 命名空间
Definition ch32_can.hpp:14