1
0

r_pdl_definitions.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*""FILE COMMENT""*******************************************************
  2. * System Name : PDL driver API
  3. * File Name : r_pdl_definitions.h
  4. * Version : 1.02
  5. * Contents : API headers for RX62N (100-pin package)
  6. * Customer :
  7. * Model :
  8. * Order :
  9. * CPU : RX
  10. * Compiler : RXC
  11. * OS :
  12. * Programmer :
  13. * Note :
  14. ************************************************************************
  15. * Copyright, 2011. Renesas Electronics Corporation
  16. * and Renesas Solutions Corporation
  17. ************************************************************************
  18. * History : 2011.04.08
  19. * : Ver 1.02
  20. * : CS-5 release.
  21. *""FILE COMMENT END""**************************************************/
  22. #ifndef R_PDL_DEFS_H
  23. #define R_PDL_DEFS_H
  24. #define PDL_VERSION 0x0102u /* v01.02 in BCD format */
  25. #define DEVICE_PACKAGE_LQFP_100
  26. /* Peripiherals that are common to all device packages */
  27. #include "r_pdl_adc_10_RX62Nxx.h"
  28. #include "r_pdl_adc_12_RX62Nxx.h"
  29. #include "r_pdl_bsc_RX62Nxx.h"
  30. #include "r_pdl_cgc_RX62Nxx.h"
  31. #include "r_pdl_cmt_RX62Nxx.h"
  32. #include "r_pdl_crc_RX62Nxx.h"
  33. #include "r_pdl_dac_10_RX62Nxx.h"
  34. #include "r_pdl_dmac_RX62Nxx.h"
  35. #include "r_pdl_dtc_RX62Nxx.h"
  36. #include "r_pdl_intc_RX62Nxx.h"
  37. #include "r_pdl_iwdt_RX62Nxx.h"
  38. #include "r_pdl_lpc_RX62Nxx.h"
  39. #include "r_pdl_lvd_RX62Nxx.h"
  40. #include "r_pdl_mcu_RX62Nxx.h"
  41. #include "r_pdl_mtu2_RX62Nxx.h"
  42. #include "r_pdl_pfc_RX62Nxx.h"
  43. #include "r_pdl_poe_RX62Nxx.h"
  44. #include "r_pdl_ppg_RX62Nxx.h"
  45. #include "r_pdl_rtc_RX62Nxx.h"
  46. #include "r_pdl_sci_RX62Nxx.h"
  47. #include "r_pdl_spi_RX62Nxx.h"
  48. #include "r_pdl_tmr_RX62Nxx.h"
  49. #include "r_pdl_wdt_RX62Nxx.h"
  50. /* Peripiherals that are device package-dependent */
  51. #include "r_pdl_iic_RX62NxFP.h"
  52. #include "r_pdl_io_port_RX62NxFP.h"
  53. #endif
  54. /* End of file */