CMSIS-RTOS2 文档翻译 之 参考(RTX5 特定的 API 之 结构体)

结构

RTX5 结构体。更多...

数据结构

struct  osRtxThread_t
 线程控制块。更多...
 
struct  osRtxTimerFinfo_t
 定时器功能信息。更多...
 
struct  osRtxTimer_t
 定时器控制块。更多...
 
struct  osRtxEventFlags_t
 事件标志控制块。更多...
 
struct  osRtxMutex_t
 互斥锁控制块。更多...
 
struct  osRtxSemaphore_t
 信号量控制块。更多...
 
struct  osRtxMemoryPool_t
 内存池控制块。更多...
 
struct  osRtxMessageQueue_t
 消息队列控制块。更多...
 

描述


数据结构文档

struct osRtxThread_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_tattr对象属性。
const char *name对象名称。
struct osRtxThread_s *thread_next链接指向对象列表中下一个线程的指针。
struct osRtxThread_s *thread_prev链接指向对象列表中上一个线程的指针。
struct osRtxThread_s *delay_next链接指向下一个线程延迟列表中的指针。
struct osRtxThread_s *delay_prev链接指向上一个线程延迟列表中的指针。
struct osRtxThread_s *thread_join线程正在等待加入。
uint32_tdelay延迟时间。
int8_tpriority线程优先级。
int8_tpriority_base基础优先级。
uint8_tstack_frame堆栈帧(EXC_RETURN [7..0])
uint8_tflags_options线程/事件标志选项。
uint32_twait_flags等待线程/事件标志。
uint32_tthread_flags线程标志。
struct osRtxMutex_s *mutex_list将指针链接到拥有的互斥锁列表。
void *stack_mem堆栈内存。
uint32_tstack_size堆栈大小。
uint32_tsp当前堆栈指针。
uint32_tthread_addr线程入口地址。
uint32_ttz_memoryTrustZone 内存标识符。
struct osRtxTimerFinfo_t
数据字段
osTimerFunc_tfunc函数指针。
void *arg函数参数。
struct osRtxTimer_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_ttype定时器类型(定期/一次性)
const char *name对象名称。
struct osRtxTimer_s *prev指向上一个活动定时器的指针。
struct osRtxTimer_s *next指向下一个活动计时器的指针。
uint32_ttick定时器当前刻度。
uint32_tload定时器装载值。
osRtxTimerFinfo_tfinfo定时器功能信息
struct osRtxEventFlags_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_treserved 
const char *name对象名称。
osRtxThread_t *thread_list等待线程列表。
uint32_tevent_flags事件标志。
struct osRtxMutex_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_tattr对象属性。
const char *name对象名称。
osRtxThread_t *thread_list等待线程列表。
osRtxThread_t *owner_thread所有者线程。
struct osRtxMutex_s *owner_prev指向上一个拥有的互斥锁的指针。
struct osRtxMutex_s *owner_next指向下一个拥有互斥锁的指针。
uint8_tlock锁定计数器。
uint8_tpadding[3]
struct osRtxSemaphore_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_treserved 
const char *name对象名称。
osRtxThread_t *thread_list等待线程列表。
uint16_ttokens当前令牌数量。
uint16_tmax_tokens令牌的最大数量。
struct osRtxMemoryPool_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_treserved 
const char *name对象名称。
osRtxThread_t *thread_list等待线程列表。
osRtxMpInfo_tmp_info内存池信息。
struct osRtxMessageQueue_t
数据字段
uint8_tid对象标识符。
uint8_tstate对象状态。
uint8_tflags对象标志。
uint8_treserved 
const char *name对象名称。
osRtxThread_t *thread_list等待线程列表。
osRtxMpInfo_tmp_info内存池信息。
uint32_tmsg_size消息大小。
uint32_tmsg_count排队的消息个数。
osRtxMessage_t *msg_first指向第一个消息的指针。
osRtxMessage_t *msg_last指向最后消息的指针。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值