1.25.12.5 1.26.11.5 1.28.15.5 PIT64B_TimerCallbackSet Function
C
/* x = PIT64B instance number */
void PIT64Bx_TimerCallbackSet(PIT64B_CALLBACK callback, uintptr_t context)
Summary
Register callback for PIT64B 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 | paramter to callback function |
Returns
None.