OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ColdFire_MCF5282_Eclipse/] [RTOSDemo/] [MCF5282/] [MCF5282_WTM.h] - Blame information for rev 578

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 jeremybenn
/* Coldfire C Header File
2
 * Copyright Freescale Semiconductor Inc
3
 * All rights reserved.
4
 *
5
 * 2007/03/19 Revision: 0.9
6
 */
7
 
8
#ifndef __MCF5282_WTM_H__
9
#define __MCF5282_WTM_H__
10
 
11
 
12
/*********************************************************************
13
*
14
* Watchdog Timer Module (WTM)
15
*
16
*********************************************************************/
17
 
18
/* Register read/write macros */
19
#define MCF_WTM_WCR                          (*(vuint16*)(&__IPSBAR[0x140000]))
20
#define MCF_WTM_WMR                          (*(vuint16*)(&__IPSBAR[0x140002]))
21
#define MCF_WTM_WCNTR                        (*(vuint16*)(&__IPSBAR[0x140004]))
22
#define MCF_WTM_WSR                          (*(vuint16*)(&__IPSBAR[0x140006]))
23
 
24
 
25
/* Bit definitions and macros for MCF_WTM_WCR */
26
#define MCF_WTM_WCR_EN                       (0x1)
27
#define MCF_WTM_WCR_HALTED                   (0x2)
28
#define MCF_WTM_WCR_DOZE                     (0x4)
29
#define MCF_WTM_WCR_WAIT                     (0x8)
30
 
31
/* Bit definitions and macros for MCF_WTM_WMR */
32
#define MCF_WTM_WMR_WM(x)                    (((x)&0xFFFF)<<0)
33
 
34
/* Bit definitions and macros for MCF_WTM_WCNTR */
35
#define MCF_WTM_WCNTR_WC(x)                  (((x)&0xFFFF)<<0)
36
 
37
/* Bit definitions and macros for MCF_WTM_WSR */
38
#define MCF_WTM_WSR_WS(x)                    (((x)&0xFFFF)<<0)
39
 
40
 
41
#endif /* __MCF5282_WTM_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.