Mercurial > ecos
comparison packages/hal/arm/pid/current/include/hal_platform_ints.h @ 151:25e238959bae
Merge from eCos master repository on 2001-02-12-23:44:24-GMT
| author | jlarmour |
|---|---|
| date | Tue, 13 Feb 2001 01:23:16 +0000 |
| parents | bf00f99aec69 |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 150:f0e3fb000de8 | 151:25e238959bae |
|---|---|
| 70 #define CYGNUM_HAL_ISR_COUNT 17 | 70 #define CYGNUM_HAL_ISR_COUNT 17 |
| 71 | 71 |
| 72 // The vector used by the Real time clock | 72 // The vector used by the Real time clock |
| 73 #define CYGNUM_HAL_INTERRUPT_RTC CYGNUM_HAL_INTERRUPT_TIMER2 | 73 #define CYGNUM_HAL_INTERRUPT_RTC CYGNUM_HAL_INTERRUPT_TIMER2 |
| 74 | 74 |
| 75 | |
| 76 //---------------------------------------------------------------------------- | |
| 77 // Reset. | |
| 78 | |
| 79 #define HAL_PLATFORM_RESET() CYG_EMPTY_STATEMENT | |
| 80 | |
| 81 #define HAL_PLATFORM_RESET_ENTRY 0x4000000 | |
| 82 | |
| 75 #endif // CYGONCE_HAL_PLATFORM_INTS_H | 83 #endif // CYGONCE_HAL_PLATFORM_INTS_H |
