Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
Base

Adds a job to the RIT interrupt handler job queue, if there is space.

Adds a job to the RIT interrupt handler job queue, if there is space.

Parameters
jobThe job to execute
ival_multiplierThe factor to multiply the base interval by to determine the job's interval interval = 10ms, ival_multiplier = 2, job interval = 20ms.
Returns
RIT_Error The error.
Note
The multiplier can never be used to set the job interval to less than the base interval. If you need a job that runs faster, re-initialize the RIT with a smaller base interval, and use the multiplier to slow down the other jobs.