Home
Česky
Deutsch
Ελληυικά
English
Español
Français
Italiano
Nederlands
Polski
Português
Русский
Suomi
Svenska
Nyheter
Introduktion
Nerladdning
Bilder
Dokumentation
Kontakt
Medverkande
Acknowledgements
Sponsorer
Länkning
Länkar
Index
IPTR AllocCSUnit( const struct Node * owner );
Allocate a free HPET timer for use.
owner - a Node specifying the consumer of the clock source. Can not be NULL.
An opaque handle for the HPET timer unit allocated for exclusive use, or -1 if there was no free HPET.
void FreeCSUnit( IPTR unit );
Free the specified HPET unit.
unit - a number of previously allocated HPET unit.
None.
BOOL GetCSAttrsA( const struct TagItem * tags ); BOOL GetCSAttrs( TAG tag, ... );
Query attributes of HPET ClockSource resource.
None
BOOL GetCSUnitAttrsA( IPTR unit, const struct TagItem * tags ); BOOL GetCSUnitAttrs( IPTR unit, TAG tag, ... );
Query attributes of HPET unit.
TRUE in case of success or FALSE if the given unit number is out of range.