3.3.2.14 CANn_CallbackRegister
Registers the function to be called when an interrupt condition has been sensed on the CAN Channel.
void CANn_CallbackRegister
(
const CAN_CALLBACK eventHandler,
const uintptr_t contextHandle
)
Precondition
- none
Parameters
- callback - registered call back function
- context - callers context
Returns
- void
