Assignment of microcontroller device specific chip-resources to circuit functions and signals. More...
#define | _OsTimerInterrupt _T1Interrupt |
Global state-machine peripheral assignments. More... | |
#define | _OSTIMER_IP _T1IP |
interrupt priority register More... | |
#define | _OSTIMER_IE _T1IE |
interrupt enable bit More... | |
#define | _OSTIMER_IF _T1IF |
interrupt flag bit More... | |
#define | _OSTIMER_PRIORITY 2 |
interrupt priority (1 ... 7, default = 2) More... | |
Assignment of microcontroller device specific chip-resources to circuit functions and signals.
#define _OSTIMER_IE _T1IE |
interrupt enable bit
Definition at line 176 of file dpsk3_hwdescr.h.
#define _OSTIMER_IF _T1IF |
interrupt flag bit
Definition at line 177 of file dpsk3_hwdescr.h.
#define _OSTIMER_IP _T1IP |
interrupt priority register
Definition at line 175 of file dpsk3_hwdescr.h.
#define _OSTIMER_PRIORITY 2 |
interrupt priority (1 ... 7, default = 2)
Definition at line 178 of file dpsk3_hwdescr.h.
void _OsTimerInterrupt | ( | void | ) | _T1Interrupt |
Global state-machine peripheral assignments.
High priority task sequence executed on a fixed 100us pace.
The main task scheduler time base required a timer interrupt to separate high-priority from low-priority tasks. The high priority task timer interrupt is configured here. Interrupt serivce routine label
This interrupt is used to call the high priority task sequence at a fixed repetition frequency of 10 kHz (= 100 us period).
Definition at line 174 of file dpsk3_hwdescr.h.