Searched defs:BlockDesc (Results 1 – 8 of 8) sorted by relevance
44 struct BlockDesc { struct45 char *ptr; // pointer to memory46 int len; // number of bytes47 int fill; // filled with data starting with this
40 struct BlockDesc { struct41 char *ptr; // pointer to memory42 int len; // number of bytes43 int fill; // filled with data starting with this
690 struct BlockDesc struct692 DataType type;693 Channel channel;694 int MSB;695 int LSB;696 ModeDesc modeDesc;698 constexpr BlockDesc() in BlockDesc() argument707 constexpr BlockDesc(const DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() argument716 constexpr BlockDesc(DataType type, Channel channel, int MSB, int LSB) in BlockDesc() function