Mercurial > ecos
comparison packages/kernel/current/src/common/clock.cxx @ 18:7253dcc42a09 ecos-sw-1999-06-25
Merge from eCos master repository on 1999-06-25-15:31:50-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Jun 1999 08:28:05 +0000 |
| parents | 443894e2e912 |
| children | 29bc183297e1 |
comparison
equal
deleted
inserted
replaced
| 17:a658ec000d9f | 18:7253dcc42a09 |
|---|---|
| 692 | 692 |
| 693 HAL_CLOCK_RESET( CYGNUM_HAL_INTERRUPT_RTC, CYGNUM_KERNEL_COUNTERS_RTC_PERIOD ); | 693 HAL_CLOCK_RESET( CYGNUM_HAL_INTERRUPT_RTC, CYGNUM_KERNEL_COUNTERS_RTC_PERIOD ); |
| 694 | 694 |
| 695 Cyg_Interrupt::acknowledge_interrupt(CYGNUM_HAL_INTERRUPT_RTC); | 695 Cyg_Interrupt::acknowledge_interrupt(CYGNUM_HAL_INTERRUPT_RTC); |
| 696 | 696 |
| 697 return Cyg_Interrupt::CALL_DSR; | 697 return Cyg_Interrupt::CALL_DSR|Cyg_Interrupt::HANDLED; |
| 698 } | 698 } |
| 699 | 699 |
| 700 // ------------------------------------------------------------------------- | 700 // ------------------------------------------------------------------------- |
| 701 | 701 |
| 702 void Cyg_RealTimeClock::dsr(cyg_vector vector, cyg_ucount32 count, CYG_ADDRWORD data) | 702 void Cyg_RealTimeClock::dsr(cyg_vector vector, cyg_ucount32 count, CYG_ADDRWORD data) |
