|
BRISCITS
0.1
RISC "Real-Time" Scheduler
|
Go to the source code of this file.
Macros | |
| #define | thread_scheduler_service() |
| #define | systick_service() |
Functions | |
| __attribute__ ((naked)) | |
| timer interrupt, increment systick, and potentially switch thread context More... | |
| #define systick_service | ( | ) |
Definition at line 49 of file brisc_irq.c.
| #define thread_scheduler_service | ( | ) |
Definition at line 41 of file brisc_irq.c.
| __attribute__ | ( | (naked) | ) |
timer interrupt, increment systick, and potentially switch thread context
software interrupt, thread yield, give up remaining prio and switch context.
Definition at line 54 of file brisc_irq.c.
1.8.11