Changeset 9278f3d in rtems for cpukit/score/src/kern_tc.c
- Timestamp:
- 11/27/20 16:21:23 (21 months ago)
- Branches:
- master
- Children:
- 3db9c820
- Parents:
- 6b5f22dc
- git-author:
- Sebastian Huber <sebastian.huber@…> (11/27/20 16:21:23)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/02/20 06:45:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/kern_tc.c
r6b5f22dc r9278f3d 1 /** 2 * @file 3 * 4 * @ingroup RTEMSScoreTimecounter 5 * 6 * @brief This source file contains the definition of 7 * ::_Timecounter, ::_Timecounter_Time_second, and ::_Timecounter_Time_uptime 8 * and the implementation of _Timecounter_Binuptime(), 9 * _Timecounter_Nanouptime(), _Timecounter_Microuptime(), 10 * _Timecounter_Bintime(), _Timecounter_Nanotime(), _Timecounter_Microtime(), 11 * _Timecounter_Getbinuptime(), _Timecounter_Getnanouptime(), 12 * _Timecounter_Getmicrouptime(), _Timecounter_Getbintime(), 13 * _Timecounter_Getnanotime(), _Timecounter_Getmicrotime(), 14 * _Timecounter_Getboottime(), _Timecounter_Getboottimebin(), and 15 * _Timecounter_Install(). 16 */ 17 1 18 /*- 2 19 * ----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.