RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
timespecdivide.c File Reference

This source file contains the implementation of _Timespec_Divide(). More...

#include <rtems/score/timespec.h>
#include <rtems/score/todimpl.h>

Functions

void _Timespec_Divide (const struct timespec *lhs, const struct timespec *rhs, uint32_t *ival_percentage, uint32_t *fval_percentage)
 Divides a timespec by another timespec.
 

Detailed Description

This source file contains the implementation of _Timespec_Divide().