libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
BlockBoolData< BlockSize > Struct Template Reference

按最小写入单元存放布尔位图块 (Boolean flag block stored in one aligned write unit span). More...

#include <layout.hpp>

Data Fields

uint8_t data [BlockSize]
 

Detailed Description

template<size_t BlockSize>
struct BlockBoolData< BlockSize >

按最小写入单元存放布尔位图块 (Boolean flag block stored in one aligned write unit span).

Template Parameters
BlockSize位图块字节数 (Flag-block size in bytes).

Definition at line 23 of file layout.hpp.

Field Documentation

◆ data

template<size_t BlockSize>
uint8_t BlockBoolData< BlockSize >::data[BlockSize]

Definition at line 25 of file layout.hpp.


The documentation for this struct was generated from the following file: