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