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
11
namespace
LibXR
12
{
13
22
class
ESP32Timebase
:
public
Timebase
23
{
24
public
:
32
ESP32Timebase
();
33
};
34
35
}
// namespace LibXR
LibXR::ESP32Timebase
ESP32 时间基准实现 / ESP32 timebase implementation.
Definition
esp_timebase.hpp:23
LibXR::ESP32Timebase::ESP32Timebase
ESP32Timebase()
构造函数 / Constructor
Definition
esp_timebase.cpp:19
LibXR::Timebase
时间基类,用于提供高精度时间戳。 Timebase class for providing high-precision timestamps.
Definition
timebase.hpp:17
LibXR
LibXR 命名空间
Definition
ch32_can.hpp:14
driver
esp
esp_timebase.hpp
Generated by
1.12.0