Timer Functions (Windows Embedded CE 6.0)
1/5/2010
The following table shows the Timer functions.
Programming Element | Description |
---|---|
This function puts the CPU or SOC into an idle state. |
|
This function returns the number of 1-millisecond ticks that have elapsed since the last system boot or reset. |
|
This function stalls the CPU for a specified number of microseconds. |
|
This function returns the time that has expired since the current system tick. |
|
This function returns the timer compare value. |
|
This function returns the actual timer value. |
|
This function initializes the system timer with a specified base period. |
|
This function initializes the system timer. |
|
This function implements the timer interrupt handler. |
|
This function returns the current performance counter. |
|
This function returns the current performance frequency. |
|
This function is usually called from the timer interrupt handler to recharge the timer for subsequent system ticks. |
|
This function sets the timer compare value. |
|
This function modifies the actual system tick period. |
|
This function reprograms the system timer. |