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

Classes

class  all_fall
 rule specifically to monitor the edge when all bits in the register have fallen. More...
 
class  any_rise
 rule specifically to monitor the edge when any bit in the register is first to rise. 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_bit
 rule specifically to monitor a single bit for rising edge. More...