libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
libxr_system.hpp
1#pragma once
2
3#include <stdint.h>
4
5namespace LibXR
6{
10typedef uint32_t condition_var_handle;
11
25void PlatformInit(); // NOLINT
26} // namespace LibXR
LibXR Color Control Library / LibXR终端颜色控制库
Definition esp_gpio.hpp:8
SemaphoreHandle_t libxr_semaphore_handle
信号量句柄类型定义 Semaphore handle type definition
TaskHandle_t libxr_thread_handle
线程句柄类型定义 Thread handle type definition
constexpr auto min(T1 a, T2 b) -> typename std::common_type< T1, T2 >::type
计算两个数的最小值
SemaphoreHandle_t libxr_mutex_handle
互斥锁句柄类型定义 Mutex handle type definition
void PlatformInit()
平台初始化函数 Platform initialization function