Bitstream Interpretation Library (BIL)
0.1
|
This is the complete list of members for bil::WordRegister, including all inherited members.
address() const | bil::Register | |
name() const | bil::Register | |
read(boost::uint32_t *words, size_t wordCount) const | bil::WordRegister | virtual |
readable() const | bil::Register | |
Register(RegisterAddress::address_t address, const std::string &name, bool writable=true, bool readable=true) | bil::Register | |
value(boost::uint32_t val) | bil::WordRegister | |
value() const | bil::WordRegister | |
WordRegister(RegisterAddress::address_t address, const std::string &name, bool writable=true, bool readable=true) | bil::WordRegister | |
writable() const | bil::Register | |
write(const boost::uint32_t *words, size_t wordCount) | bil::WordRegister | virtual |
~Register()=0 | bil::Register | pure virtual |