C++ Device API Reference Manual
Reference documentation for the Simics C++ Device API.
 
Loading...
Searching...
No Matches
sme::rules Namespace Reference

Classes

class  falling
 rule specifically to monitor the edge when all bits in the register have fallen. More...
 
class  falling_bit
 rule specifically to monitor a single bit for falling edge. More...
 
class  masked
 rule executes if anything "masked" changes between the old and new value. More...
 
class  notify
 Basic rule executes with access (no change required). More...
 
class  pattern
 rule executes if the masked pattern matches the start (old) and end (new) values. More...
 
class  rising
 rule specifically to monitor the edge when any bit in the register is first to rise. More...
 
class  rising_bit
 rule specifically to monitor a single bit for rising edge. More...
 
class  user_defined
 Basic rule executes with access (no change required). More...