3.3.2.9 CANx_InterruptSet
Returns the Interrupt status.
void
CANx_InterruptSet
(
CAN_INTERRUPT_MASK interruptMask
);
Precondition
- CANx_Initialize must have been called for the associated CAN instance.
Parameters
- interruptMask - interrupt register mask
Returns
- returns true if requested interrupt is occurred, otherwise false requested interrupt has not occurred.
