cbkBridge

The cbkBridge method is a bridge to get an interrupt from the operating system through the timeTickCbk (private) method.

This method is defined because the API of most RTOSes expects a C function to handle an interrupt.

Visibility
Public
Signature
RP_FRAMEWORK_DLL static void cbkBridge (void *me) 
Parameter
me

Gets the interrupt from the timeTickCbk method


Feedback