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.
SignatureRP_FRAMEWORK_DLL static void cbkBridge (void *me)
Parameterme
Gets the interrupt from
the timeTickCbk method