WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
Ringbuf结构体 参考

#include <los_ringbuf.h>

Ringbuf 的协作图:

成员变量

UINT32 startIdx
 
UINT32 endIdx
 
UINT32 size
 
UINT32 remain
 
SPIN_LOCK_S lock
 
RingbufStatus status
 
RingbufFlag flag
 
CHARfifo
 

详细描述

Ringbuf information structure.

结构体成员变量说明

◆ endIdx

UINT32 Ringbuf::endIdx

Ringbuf write index

◆ fifo

CHAR* Ringbuf::fifo

Buf to store data

◆ flag

RingbufFlag Ringbuf::flag

Ringbuf flag

◆ lock

SPIN_LOCK_S Ringbuf::lock

Lock for read and write

◆ remain

UINT32 Ringbuf::remain

Ringbuf free size

◆ size

UINT32 Ringbuf::size

Ringbuf total size

◆ startIdx

UINT32 Ringbuf::startIdx

Ringbuf read index

◆ status

RingbufStatus Ringbuf::status

Ringbuf status


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