wkt.h 322 B

1234567891011121314151617181920
  1. /*
  2. * lpc8xx_wkt.h
  3. *
  4. * Created on: Apr 11, 2016
  5. * Author:
  6. */
  7. #ifndef LPC8XX_WKT_H_
  8. #define LPC8XX_WKT_H_
  9. // Control register shifters
  10. #define WKT_CLKSEL 0
  11. #define WKT_ALARMFLAG 1
  12. #define WKT_CLEARCTR 2
  13. // Control register fields
  14. #define DIVIDED_IRC 0
  15. #define LOW_POWER_OSC 1
  16. #endif /* LPC8XX_WKT_H_ */