μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Enumerations | Variables
definitions.hpp File Reference
#include <stdint.h>
Include dependency graph for definitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  uhal
 
namespace  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...
 

Detailed Description

Author
Andrew W. Rose
Marc Magrans De Abril
Date
2012

Definition in file definitions.hpp.