Bitstream Interpretation Library (BIL)
0.1
|
Functions for handling buswidth pattern raw data. More...
#include <cstring>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_BUSWIDTHPATTERNRAWDATA_HPP |
Functions | |
size_t | bil::isBuswidthPattern (const boost::uint32_t *words, size_t wordCount) |
Tells if some data starts with a buswidth pattern. | |
size_t | bil::writeBuswidthPattern (boost::uint32_t *words, size_t wordCount) |
Writes out a buswidth pattern as raw data. |
Functions for handling buswidth pattern raw data.
Definition in file BuswidthPatternRawData.hpp.
#define BIL_BUSWIDTHPATTERNRAWDATA_HPP |
Definition at line 8 of file BuswidthPatternRawData.hpp.