r_pdl_lvd_RX62Nxx.h 933 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*""FILE COMMENT""*******************************************************
  2. * System Name : Voltage detection circuit API for RX62Nxx
  3. * File Name : r_pdl_lvd_RX62Nxx.h
  4. * Version : 1.02
  5. * Contents : LVD API header
  6. * Customer :
  7. * Model :
  8. * Order :
  9. * CPU : RX
  10. * Compiler : RXC
  11. * OS : Nothing
  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_LVD_RX62Nxx_H
  23. #define R_PDL_LVD_RX62Nxx_H
  24. /* Library prototypes */
  25. bool R_LVD_ControlAll(
  26. const uint8_t
  27. );
  28. /* Macro definitions */
  29. #define R_LVD_Control(a) \
  30. ( \
  31. R_LVD_ControlAll( (a) ) \
  32. )
  33. #endif
  34. /* End of file */