sysClkRateSet( )
NAME
sysClkRateSet( ) - set the system clock rate
SYNOPSIS
STATUS sysClkRateSet
(
int ticksPerSecond /* number of clock interrupts per second */
)
DESCRIPTION
This routine sets the interrupt rate of the system clock. It is called by usrRoot( ) in usrConfig.c.
There may be interactions between this routine and the POSIX clockLib routines. Refer to the clockLib reference entry.
NOTE
This is a generic page for a BSP-specific routine; this description contains general information only. To determine if this routine is supported by your BSP, or for information specific to your BSP's version of this routine, see the reference pages for your BSP.
[/COLOR]
RETURNS
OK, or ERROR if the tick rate is invalid or the timer cannot be set.
SEE ALSO
sysLib, sysClkEnable( ), sysClkRateGet( ), clockLib, and BSP-specific reference pages for this routine.