Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b818b6f4a71f6d777a55341c7d17486c > files > 63

libgpsim-devel-0.22.0-1mdv2008.0.i586.rpm

#ifndef PIE_H
#define PIE_H

class PIR;

#include "gpsim_classes.h"
#include "registers.h"
#include "breakpoints.h"

//---------------------------------------------------------
// PIE Peripheral Interrupt Enable register base class 
// for PIE1 & PIE2

class PIE : public sfr_register
{
public:
  PIR *pir;

  void put(unsigned int new_value);

};

#endif /* PIE_H */