|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOTypes.h |
| Includes: |
<IOKit/system.h> <mach/message.h> <mach/vm_types.h> <IOKit/IOReturn.h> <stdbool.h> <libkern/OSTypes.h> <libkern/OSBase.h> <device/device_types.h> |
Use the links in the table of contents to the left to access the documentation.
Scale Factors |
enum { kNanosecondScale = 1, kMicrosecondScale = 1000, kMillisecondScale = 1000 * 1000, kSecondScale = 1000 * 1000 * 1000, kTickScale = ( kSecondScale / 100) };
kNanosecondScaleScale factor for nanosecond based times.
kMicrosecondScaleScale factor for microsecond based times.
kMillisecondScaleScale factor for millisecond based times.
kTickScaleScale factor for the standard (100Hz) tick.
kSecondScaleScale factor for second based times.
Used when a scale_factor parameter is required to define a unit of time.
Last Updated: 2009-10-14