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