RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到

#include <rtdef.h>

成员变量

struct rt_ipc_object parent
 
rt_uint16_t value
 
rt_uint16_t max_value
 
struct rt_spinlock spinlock
 

详细描述

Semaphore structure

在文件 rtdef.h1002 行定义.

结构体成员变量说明

◆ parent

struct rt_ipc_object rt_semaphore::parent

inherit from ipc_object

在文件 rtdef.h1004 行定义.

◆ value

rt_uint16_t rt_semaphore::value

value of semaphore.

在文件 rtdef.h1006 行定义.

◆ max_value

rt_uint16_t rt_semaphore::max_value

在文件 rtdef.h1007 行定义.

◆ spinlock

struct rt_spinlock rt_semaphore::spinlock

在文件 rtdef.h1008 行定义.