summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 13:32:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 13:33:57 +0100
commit6efb6fadbe556dd1217cfcac18bd6be4a5a0e14c (patch)
tree0249d9084461b1a2b01f2798bad29459c97ca5f4
parentDocument INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL (diff)
downloadrtems-docs-6efb6fadbe556dd1217cfcac18bd6be4a5a0e14c.tar.bz2
c-user: Remove clock driver specific functions
Do not mention functions which belong to a specific clock driver implementation. These functions should not be called by applications directly.
-rw-r--r--c-user/interrupt_manager.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst
index 5882261..11293f6 100644
--- a/c-user/interrupt_manager.rst
+++ b/c-user/interrupt_manager.rst
@@ -199,9 +199,6 @@ is a list of RTEMS system calls that may be made from an ISR:
- rtems_clock_get_ticks_per_second
- rtems_clock_get_ticks_since_boot
- rtems_clock_get_uptime
- - rtems_timecounter_tick
- - rtems_timecounter_simple_downcounter_tick
- - rtems_timecounter_simple_upcounter_tick
- Timer Management