57static inline void rtems_bsd_bintime(
struct bintime *bt )
65static inline void rtems_bsd_nanotime(
struct timespec *ts )
73static inline void rtems_bsd_microtime(
struct timeval *tv )
81static inline void rtems_bsd_binuptime(
struct bintime *bt )
89static inline void rtems_bsd_nanouptime(
struct timespec *ts )
97static inline void rtems_bsd_microuptime(
struct timeval *tv )
105static inline void rtems_bsd_getbintime(
struct bintime *bt )
113static inline void rtems_bsd_getnanotime(
struct timespec *ts )
121static inline void rtems_bsd_getmicrotime(
struct timeval *tv )
129static inline void rtems_bsd_getbinuptime(
struct bintime *bt )
137static inline void rtems_bsd_getnanouptime(
struct timespec *ts )
145static inline void rtems_bsd_getmicrouptime(
struct timeval *tv )
This header file provides basic definitions used by the API and the implementation.
void _Timecounter_Microtime(struct timeval *tv)
Returns the wall clock time in the timeval format.
void _Timecounter_Nanotime(struct timespec *ts)
Returns the wall clock time in the timespec format.
void _Timecounter_Getmicrouptime(struct timeval *tv)
Returns the uptime in the timeval format.
void _Timecounter_Microuptime(struct timeval *tv)
Returns the uptime in the timeval format.
void _Timecounter_Nanouptime(struct timespec *ts)
Returns the uptime in the timespec format.
void _Timecounter_Getmicrotime(struct timeval *tv)
Returns the wall clock time in the timeval format.
void _Timecounter_Binuptime(struct bintime *bt)
Returns the uptime in the bintime format.
void _Timecounter_Bintime(struct bintime *bt)
Returns the wall clock time in the bintime format.
void _Timecounter_Getbinuptime(struct bintime *bt)
Returns the uptime in the bintime format.
void _Timecounter_Getnanouptime(struct timespec *ts)
Returns the uptime in the timespec format.
void _Timecounter_Getbintime(struct bintime *bt)
Returns the wall clock time in the bintime format.
void _Timecounter_Getnanotime(struct timespec *ts)
Returns the wall clock time in the timespec format.
This header file provides interfaces of the Timecounter Handler which are used by the implementation ...