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
6namespace LibXR
7{
8typedef pthread_mutex_t libxr_mutex_handle;
9typedef sem_t* libxr_semaphore_handle;
10typedef pthread_t libxr_thread_handle;
11
24void PlatformInit();
25} // namespace LibXR
LibXR 命名空间
Definition ch32_gpio.hpp:9
void PlatformInit()
平台初始化函数 Platform initialization function