summaryrefslogtreecommitdiffstats
path: root/doc/user/clock.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-956/+0
closes #2812.
2015-03-10cpukit: deprecate rtems_clock_get(). closes #2294.Gedare Bloom1-0/+2
2014-08-26rtems: Add more clock tick functionsSebastian Huber1-0/+104
Add rtems_clock_tick_later(), rtems_clock_tick_later_usec() and rtems_clock_tick_before().
2014-08-25rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber1-21/+10
Update documentation.
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns1-16/+46
Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
2012-11-21rtems: Add rtems_clock_get_uptime_seconds()Sebastian Huber1-0/+31
2012-11-21rtems: Add rtems_clock_get_uptime_timeval()Sebastian Huber1-0/+35
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-03-042011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
PR 1744/doc * user/clock.t: rtems_clock_time_value type uses changed to struct timeval.
2010-01-112010-01-11 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill1-1/+1
PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
2009-12-172009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-25/+7
* user/clock.t: Eliminate unused type rtems_clock_time_value.
2008-08-242008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+3
* user/clock.t: Correct discussion of timeval.
2008-07-152008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
2008-03-112008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-26/+276
* user/clock.t: Refactored rtems_clock_get into 5 methods which are single purpose and more strongly typed. They are: rtems_clock_get_tod - Get TOD in Classic API structure rtems_clock_get_tod_timeval - Get TOD in struct timeval rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988 rtems_clock_get_ticks_since_boot - Get ticks since boot rtems_clock_get_ticks_per_second - Get ticks per second
2007-11-282007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-9/+9
* user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
2007-10-252007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-13/+18
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+42
* user/clock.t: Add clock_get_uptime().
2007-03-282007-03-28 Chris Johns <chrisj@rtems.org>Joel Sherrill1-5/+55
* user/Makefile.am, user/clock.t: Add support for a handler to obtain the number of nanoseconds since the last clock tick. The primary interface for this is rtems_clock_set_nanoseconds_extension. Subsequent commits from Joel will redo the TOD support to use this capability.
2004-05-062004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+4
PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2000-05-08Fixed typo so constand would have "RTEMS_".Joel Sherrill1-1/+1
2000-05-04Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>Joel Sherrill1-3/+19
including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-11Turned on concept and function name indexing.Joel Sherrill1-3/+20
1998-04-02Added "findex" for all directive pages but it turns out that thisJoel Sherrill1-0/+3
blows up both makeinfo and texi2dvi. So I have commented them out.
1998-03-27Nodes, menus, etc are automatically generated nowJoel Sherrill1-82/+3
1998-03-27Completed sweep adding directive and constant prefixes.Joel Sherrill1-42/+58
1998-03-27Added Hitachi SHJoel Sherrill1-27/+27
1998-02-06Updated copyrightsJoel Sherrill1-1/+1
1997-07-31Added info on what data type is expected by the clock_get directiveJoel Sherrill1-0/+36
for the pointer to a "return area"..
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-06-04final corrections before 4.1.0 documentation freeze.Joel Sherrill1-4/+4
1997-05-31Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1-11/+19
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
1997-05-29first cut at Ada bindings manualJoel Sherrill1-1/+62
1997-05-27Initial revisionJoel Sherrill1-0/+356