#include <stdint.h>Go to the source code of this file.
Namespaces | |
| uhal | |
| uhal::defs | |
Enumerations | |
| enum | uhal::defs::NodePermission { uhal::defs::READ =0x1, uhal::defs::WRITE =0x2, uhal::defs::READWRITE =0x3 } |
| define Read and Write permissions of a uhal Node More... | |
| enum | uhal::defs::BlockReadWriteMode { uhal::defs::SINGLE, uhal::defs::INCREMENTAL, uhal::defs::NON_INCREMENTAL, uhal::defs::HIERARCHICAL } |
| define whether transactions target a single register, a block of registers, a block-read/write port or whether node is purely hierarchical More... | |
Variables | |
| const uint32_t | uhal::defs::NOMASK = 0xFFFFFFFF |
| define what it means to have no mask More... | |
Definition in file definitions.hpp.
1.8.18