IfxPmu_reg.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /**
  2. * \file IfxPmu_reg.h
  3. * \brief
  4. * \copyright Copyright (c) 2014 Infineon Technologies AG. All rights reserved.
  5. *
  6. * Version: TC23XADAS_UM_V1.0P1.R0
  7. * Specification: tc23xadas_um_sfrs_MCSFR.xml (Revision: UM_V1.0p1)
  8. * MAY BE CHANGED BY USER [yes/no]: No
  9. *
  10. * IMPORTANT NOTICE
  11. *
  12. * Infineon Technologies AG (Infineon) is supplying this file for use
  13. * exclusively with Infineon's microcontroller products. This file can be freely
  14. * distributed within development tools that are supporting such microcontroller
  15. * products.
  16. *
  17. * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
  18. * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
  19. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
  20. * INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,
  21. * OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
  22. *
  23. * \defgroup IfxLld_Pmu_Cfg Pmu address
  24. * \ingroup IfxLld_Pmu
  25. *
  26. * \defgroup IfxLld_Pmu_Cfg_BaseAddress Base address
  27. * \ingroup IfxLld_Pmu_Cfg
  28. *
  29. * \defgroup IfxLld_Pmu_Cfg_Pmu0 2-PMU0
  30. * \ingroup IfxLld_Pmu_Cfg
  31. *
  32. */
  33. #ifndef IFXPMU_REG_H
  34. #define IFXPMU_REG_H 1
  35. /******************************************************************************/
  36. #include "IfxPmu_regdef.h"
  37. /******************************************************************************/
  38. /** \addtogroup IfxLld_Pmu_Cfg_BaseAddress
  39. * \{ */
  40. /** \\brief PMU object */
  41. #define MODULE_PMU0 /*lint --e(923)*/ ((*(Ifx_PMU*)0xF8000500u))
  42. /** \} */
  43. /******************************************************************************/
  44. /******************************************************************************/
  45. /** \addtogroup IfxLld_Pmu_Cfg_Pmu0
  46. * \{ */
  47. /** \\brief 8, PMU0 Identification Register */
  48. #define PMU0_ID /*lint --e(923)*/ (*(volatile Ifx_PMU_ID*)0xF8000508u)
  49. /** \} */
  50. /******************************************************************************/
  51. /******************************************************************************/
  52. #endif /* IFXPMU_REG_H */