libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
libxr_system.hpp
1#pragma once
2
3#include "FreeRTOS.h"
4#include "semphr.h"
5#include "task.h"
6
7namespace LibXR
8{
13
30 uint32_t timer_stack_depth = 512); // NOLINT
31} // namespace LibXR
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...