enum
EClockInterrupt: INTA, INTN, INTT
All possible clock interrupt types. You should OR them to the
base vector to obtain the vector for a clock interrupt of a certain type.
enum
EGpsUnit: GPU1, GPU2, GPU3, EGpsUnitCount
Contains enumeration constants for the three GPS units of the UTCSU. The
last entry is for checking the value of such an enumeration variable.
enum
ESSUnit: SSU1 - SSU6, ESSUnitCount
The identification numbers (array numbers) of the SSUs. The last entry
is for checking the value of such an enumeration variable.
enum
EInterruptBits: the enumeration contains bitmasks for the bits in
UTCSU registers UTCINTEN, UTCINTSTAT and UTCINTCLEAR that correspond to
the interrupt types (INTA, INTN, INTT) The bitmasks are used to mask out
all bits of a certain interrupt type.