| WSTTarget.h |
This file defines the following constant if the constant WST_RTOS_NONE is
set,
|
|
This constant defaults to 26.
Please refer to a section on Porting
to a Target to see if this value is correct for your hardware
or details on your Board
Support Package, if any.
|
|
|
This constant defaults to 16000000. |
This file defines prototypes for the following
functions:
|
|
Its prototype is:
void
WSTTarget_Init( void );
|
|
|
Its
prototype is:
void
WSTTarget_Cleanup( void );
|
This file defines prototypes for the following
functions if the constant WST_RTOS_NONE
is
set:
- WSTTarget_enterCriticalRegion
|
Its prototype is:
void
WSTTarget_enterCriticalRegion( void ); |
- WSTTarget_exitCriticalRegion
|
Its prototype is:
void
WSTTarget_exitCriticalRegion( void ); |
|
|
Its prototype is:
void
WSTTarget_timerInterrupt( void ); |
|