libxr
1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
libxr_system.hpp
1
#pragma once
2
3
#include <pthread.h>
4
#include <semaphore.h>
5
6
namespace
LibXR
7
{
8
typedef
pthread_mutex_t libxr_mutex_handle;
9
typedef
sem_t* libxr_semaphore_handle;
10
typedef
pthread_t libxr_thread_handle;
11
24
void
PlatformInit
();
25
}
// namespace LibXR
LibXR
LibXR 命名空间
Definition
ch32_gpio.hpp:9
LibXR::PlatformInit
void PlatformInit()
平台初始化函数 Platform initialization function
Definition
libxr_system.cpp:88
system
Linux
libxr_system.hpp
Generated by
1.12.0