Fonctions | |
void | yield (void) |
int | sysTickHook (void) |
int sysTickHook | ( | void | ) |
SVC hook PendSV hook
These functions are called from SVC handler, and PensSV handler. Default action is halting.
void yield | ( | void | ) |
SysTick hook
This function is called from SysTick handler, before the default handler provided by Arduino.