Portada
Česky
Deutsch
Ελληυικά
English
Español
Français
Italiano
Nederlands
Polski
Português
Русский
Suomi
Svenska
Noticias
Introdución
Descargas
Fotografías
Documentación
Contacto
Créditos
Reconocimientos
Auspiciantes
Vinculación
Enlaces
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.