|
#include <rcuxx/Rcu.h>
List of all members.
Detailed Description
Interface to the ERRor and STatus register.
This provide the interface that concrete implementations should implement.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
| mem | reference to memory |
| offset | Offset in memory |
| clear | Clear command |
Member Function Documentation
bool Rcuxx::RcuERRST::IsPattern |
( |
|
) |
const [inline] |
- Returns:
true if Pattern
References fPattern.
bool Rcuxx::RcuERRST::IsAbort |
( |
|
) |
const [inline] |
- Returns:
true if Abort
References fAbort.
bool Rcuxx::RcuERRST::IsTimeout |
( |
|
) |
const [inline] |
- Returns:
true if Timeout
References fTimeout.
bool Rcuxx::RcuERRST::IsAltro |
( |
|
) |
const [inline] |
bool Rcuxx::RcuERRST::IsHWAdd |
( |
|
) |
const [inline] |
- Returns:
true if HWAdd
References fHWAdd.
bool Rcuxx::RcuERRST::IsBusy |
( |
|
) |
const [inline] |
- Returns:
true if Busy
References fBusy.
unsigned int Rcuxx::RcuERRST::Where |
( |
|
) |
const [inline] |
- Returns:
- where error occured
References fWhere.
void Rcuxx::RcuERRST::Decode |
( |
unsigned int |
dat |
) |
[inline, virtual] |
void Rcuxx::RcuERRST::Print |
( |
|
) |
const [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file:
|