peri_driver.h 732 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #ifndef _PERI_DRIVER_H_
  2. #define _PERI_DRIVER_H_
  3. #include "chip.h"
  4. #include "rom/romapi_8xx.h"
  5. #include "acmp/acmp_8xx.h"
  6. #if defined(CHIP_LPC82X)
  7. #include "adc/adc_8xx.h"
  8. #endif
  9. #include "crc/crc_8xx.h"
  10. #if defined(CHIP_LPC82X)
  11. #include "dma/dma_8xx.h"
  12. #endif
  13. #include "gpio/gpio_8xx.h"
  14. #include "i2c/i2c_8xx.h"
  15. #include "iap/iap.h"
  16. #include "crc/crc_8xx.h"
  17. #if defined(CHIP_LPC82X)
  18. #include "inmux/inmux_8xx.h"
  19. #endif
  20. #include "mrt/mrt_8xx.h"
  21. #include "mrt/stopwatch.h"
  22. #include "pinint/pinint_8xx.h"
  23. #include "pmu/pmu_8xx.h"
  24. #include "sctimer/sct_8xx.h"
  25. #include "sctimer/sct_pwm_8xx.h"
  26. #include "spi/spi_8xx.h"
  27. #include "uart/uart_8xx.h"
  28. #include "wkt/wkt_8xx.h"
  29. #include "wwdt/wwdt_8xx.h"
  30. #include "iap/iap.h"
  31. #endif