--- Cannot embed stylesheet: [Errno 2] No such file or directory: '../../../aros.css' --->
| AllocCSUnit() | FreeCSUnit() | GetCSAttrsA() | GetCSUnitAttrsA() |
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.
unit - a number of previously allocated HPET unit.
TRUE in case of success or FALSE if the given unit number is out of range.