AllocCSUnit()
Synopsis
IPTR AllocCSUnit(
const struct Node * owner );
Function
Allocate a free HPET timer for use.
Result
An opaque handle for the HPET timer unit allocated for exclusive use, or -1 if
there was no free HPET.
GetCSUnitAttrsA()
Synopsis
BOOL GetCSUnitAttrsA(
IPTR unit,
const struct TagItem * tags );
BOOL GetCSUnitAttrs(
IPTR unit,
TAG tag, ... );
Function
Query attributes of HPET unit.
Inputs
unit - a number of previously allocated HPET unit.
Result
TRUE in case of success or FALSE if the given unit number is out of range.