LibXR Color Control Library / LibXR终端颜色控制库
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
条件变量结构体定义,包含互斥锁和条件变量 Condition variable structure definition including a mutex and a condition variab...