Go to the source code of this file.
Macros | |
#define | _RIT_JOB |
#define | RIT_NO_DIVIDER 1 |
Tells the RIT that the specified job needs to be executed at exactly the interval of interrupts chosen during initialization. | |
Typedefs | |
typedef void(* | RIT_Job) (void) |
RIT interrupt function pointer for jobs that need to be executed in the RIT interrupt handler. | |
Enumerations | |
enum | RIT_Error { RIT_ERR_OK = 0 , RIT_ERR_NO_MORE_SPACE_FOR_JOBS , RIT_ERR_INT_PRIO_INVALID , RIT_ERR_INVALID_MULTIPLIER , RIT_ERR_JOB_NOT_FOUND , RIT_ERR_DURING_PUSHBACK , RIT_ERR_DURING_REMOVEAT } |
#define _RIT_JOB |
Definition at line 4 of file rit_types.h.
#define RIT_NO_DIVIDER 1 |
Tells the RIT that the specified job needs to be executed at exactly the interval of interrupts chosen during initialization.
Definition at line 8 of file rit_types.h.
typedef void(* RIT_Job) (void) |
RIT interrupt function pointer for jobs that need to be executed in the RIT interrupt handler.
Definition at line 38 of file rit_types.h.
enum RIT_Error |
Definition at line 10 of file rit_types.h.