BRISCITS  0.1
RISC "Real-Time" Scheduler
Functions
brisc_irq.h File Reference
#include <brisc_sched.h>

Go to the source code of this file.

Functions

 __attribute__ ((naked)) void brisc_isr_systick(void)
 timer interrupt, increment systick, and potentially switch thread context More...
 

Function Documentation

__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 71 of file brisc_irq.c.