Fonctions
Référence du fichier hooks.c

Fonctions

void yield (void)
 
int sysTickHook (void)
 

Documentation des fonctions

◆ sysTickHook()

int sysTickHook ( void  )

SVC hook PendSV hook

These functions are called from SVC handler, and PensSV handler. Default action is halting.

◆ yield()

void yield ( void  )

SysTick hook

This function is called from SysTick handler, before the default handler provided by Arduino.