XFusion API v1.3.0
载入中...
搜索中...
未找到
_xf_task_queue_t结构体 参考

消息队列对象结构体。 更多...

#include <xf_task_queue.h>

_xf_task_queue_t 的协作图:
Collaboration graph

成员变量

uint8_t * head
 
uint8_t * tail
 
uint8_t * writer
 
uint8_t * reader
 
volatile size_t waiting
 
size_t count
 
size_t size
 

详细描述

消息队列对象结构体。

在文件 xf_task_queue.h39 行定义.

结构体成员变量说明

◆ head

uint8_t* head

在文件 xf_task_queue.h40 行定义.

◆ tail

uint8_t* tail

在文件 xf_task_queue.h41 行定义.

◆ writer

uint8_t* writer

在文件 xf_task_queue.h42 行定义.

◆ reader

uint8_t* reader

在文件 xf_task_queue.h43 行定义.

◆ waiting

volatile size_t waiting

在文件 xf_task_queue.h44 行定义.

◆ count

size_t count

在文件 xf_task_queue.h45 行定义.

◆ size

size_t size

在文件 xf_task_queue.h46 行定义.


该结构体的文档由以下文件生成: