htu.h 485 B

12345678910111213141516171819202122232425
  1. /** @file htu.h
  2. * @brief HTU Driver Definition File
  3. * @date 29.May.2013
  4. * @version 03.05.02
  5. *
  6. */
  7. /* (c) Texas Instruments 2009-2013, All rights reserved. */
  8. #ifndef __HTU_H__
  9. #define __HTU_H__
  10. #include "reg_htu.h"
  11. /* HTU General Definitions */
  12. #define HTU1PARLOC (*(volatile uint32 *)0xFF4E0200U)
  13. #define HTU2PARLOC (*(volatile uint32 *)0xFF4C0200U)
  14. #define HTU1RAMLOC (*(volatile uint32 *)0xFF4E0000U)
  15. #define HTU2RAMLOC (*(volatile uint32 *)0xFF4C0000U)
  16. #endif