2.83.12 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.
