Transaction-Level Modeling Framework for Space Applications
#include <scireg.h>
Public Attributes | |
vector_byte | value |
const char * | mnemonic |
< The specific value for the register or register field. More... | |
const char * | description |
< The textual mnemonic. (Typically a short identifier) More... | |
Registers and register fields may have textual "mnemonics" associated with particular values. The value info object represents the textual mnemonic and description (ie arbitrary descriptive text) associated with particular values.
< The textual mnemonic. (Typically a short identifier)
Referenced by core.tools.generator.item.item.Item::getDescription(), and core.tools.generator.item.item.Item::setDescription().
< The specific value for the register or register field.
vector_byte scireg_ns::scireg_value_info::value |