8#define RIT_NO_DIVIDER 1
void(* RIT_Job)(void)
RIT interrupt function pointer for jobs that need to be executed in the RIT interrupt handler.
@ RIT_ERR_DURING_PUSHBACK
An error occurred during the push back of the job in the list.
@ RIT_ERR_INVALID_MULTIPLIER
An invalid multiplier factor was specified (must be > 0).
@ RIT_ERR_INT_PRIO_INVALID
An invalid priority was specified (must be 0 <= prio <= 15). This is not necessarily an error,...
@ RIT_ERR_JOB_NOT_FOUND
The job specified was not found in the handler queue.
@ RIT_ERR_DURING_REMOVEAT
An error occurred during the removal of the job from the list.
@ RIT_ERR_NO_MORE_SPACE_FOR_JOBS
An attempt was made to assign another job to the RIT, but the data structure is full.