@CHIP-RTOS C Library V2.00 - RTOS API
RTX_Get_System_Ticks
Get tick count of system clock, in
milliseconds. void RTX_Get_System_Ticks ( unsigned long far *ticks ); Parameters
ticks
- Output parameter: System 1000 Hz real-time interrupt up count.
Return Value
- -- none --
Comments
- This 32 bit up count rolls over to zero each 2**32 interrupts,
which is approximately each 1193 hours of continuous operation
(= 41.71 days).
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|