forked from Imagelibrary/rtems
2008-04-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/timer.h: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-04-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* rtems/include/rtems/rtems/timer.h: Fix typo.
|
||||||
|
|
||||||
2008-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* rtems/include/rtems.h, rtems/include/rtems/rtems/ratemon.h,
|
* rtems/include/rtems.h, rtems/include/rtems/rtems/ratemon.h,
|
||||||
|
|||||||
@@ -313,10 +313,16 @@ rtems_status_code rtems_timer_get_information(
|
|||||||
extern Watchdog_Control _Timer_Seconds_timer;
|
extern Watchdog_Control _Timer_Seconds_timer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is used to temporaril
|
* This method is used to temporarily disable updates to the
|
||||||
|
* Ticks Timer Chain managed by the Timer Server.
|
||||||
|
*/
|
||||||
#define _Timer_Server_stop_ticks_timer() \
|
#define _Timer_Server_stop_ticks_timer() \
|
||||||
_Watchdog_Remove( &_Timer_Server->Timer )
|
_Watchdog_Remove( &_Timer_Server->Timer )
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This method is used to temporarily disable updates to the
|
||||||
|
* Seconds Timer Chain managed by the Timer Server.
|
||||||
|
*/
|
||||||
#define _Timer_Server_stop_seconds_timer() \
|
#define _Timer_Server_stop_seconds_timer() \
|
||||||
_Watchdog_Remove( &_Timer_Seconds_timer );
|
_Watchdog_Remove( &_Timer_Seconds_timer );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user