cpu_load.h 296 B

12345678910111213141516
  1. /*
  2. * <MFS> Modified for Streamit
  3. * File added for CPU-load measurements
  4. *
  5. * Copyright (C) 2007 by Streamit BV. All rights reserved.
  6. */
  7. #ifndef _CPU_LOAD_H_
  8. #define _CPU_LOAD_H_
  9. //#define CPU_LOAD_MEASURE
  10. #define CPU_LOAD_PORT PORTE
  11. #define CPU_LOAD_BIT 3
  12. #define CPU_LOAD_DDR DDRE
  13. #endif