更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
HiLogCharDevice结构体 参考

成员变量

int flag
 
LosMux mtx
 
unsigned char * buffer
 
wait_queue_head_t wq
 
size_t writeOffset
 
size_t headOffset
 
size_t size
 
size_t count
 

详细描述

在文件 los_hilog.c81 行定义.

结构体成员变量说明

◆ buffer

unsigned char* HiLogCharDevice::buffer

在文件 los_hilog.c84 行定义.

◆ count

size_t HiLogCharDevice::count

在文件 los_hilog.c89 行定义.

◆ flag

int HiLogCharDevice::flag

在文件 los_hilog.c82 行定义.

◆ headOffset

size_t HiLogCharDevice::headOffset

在文件 los_hilog.c87 行定义.

◆ mtx

LosMux HiLogCharDevice::mtx

在文件 los_hilog.c83 行定义.

◆ size

size_t HiLogCharDevice::size

在文件 los_hilog.c88 行定义.

◆ wq

wait_queue_head_t HiLogCharDevice::wq

在文件 los_hilog.c85 行定义.

◆ writeOffset

size_t HiLogCharDevice::writeOffset

在文件 los_hilog.c86 行定义.


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