2.49.10 GENERIC_TIMER_CallbackRegister Function
C
void GENERIC_TIMER_CallbackRegister(GENERIC_TIMER_CALLBACK pCallback, uintptr_t context);
Summary
Register callback for generic timer interrupt.
Description
When the timer interrupt occurs the given callback will called with the given context.
Precondition
None.
Parameters
| Param | Description |
|---|---|
| callback | Callback function |
| context | parameter to callback function |
Returns
None.
