SoCRocket
Transaction-Level Modeling Framework for Space Applications
#include <amba.h>
Public Member Functions | |
| BAR (AMBADeviceType type=NONE, uint16_t mask=0x000, bool cacheable=false, bool prefetchable=false, uint16_t address=0x000) throw () | |
| uint32_t | toRegister () throw () |
Public Attributes | |
| AMBADeviceType | type |
| uint16_t | mask |
| bool | cacheable |
| bool | prefetchable |
| uint16_t | address |
|
inline | ||||||||||||||||||||||||||||||||
|
inline | |||||||||||||
| uint16_t BAR::address |
Referenced by toRegister().
| bool BAR::cacheable |
Referenced by toRegister().
| uint16_t BAR::mask |
Referenced by toRegister().
| bool BAR::prefetchable |
Referenced by toRegister().
| AMBADeviceType BAR::type |