| WSTTarget.c |
This file implements the following functions:
|
|
If WST_RTOS_NONE is set, this function initializes the Timer 0 and enables all interrupts. |
|
|
This function is left empty. |
This file also implements the following functions if the constant WST_RTOS_NONE is
set:
- WSTTarget_enterCriticalRegion
|
This function is implemented as:
- for the Keil C166 this is a macro, see WSTTarget.h
- for the Tasking C166 compilers, it is implemented as disable all interrupts
|
- WSTTarget_exitCriticalRegion
|
This function is implemented as:
- for the Keil C166 this is a macro, see WSTTarget.h
- for the Tasking C166 compilers, it is implemented as enable all interrupts
|
|
|
This function serves as wrapper to
WSTRTOS_incrementRxfTicks() |
|