can_resmgr_detach_intr()
Detach an IRQ from the CAN pulse handler
Synopisis
#include <hw/libcan.h>
void can_resmgr_detach_intr( const int iid,
const int pulse_code );
Arguments
- iid
An interrupt ID returned by the can_resmgr_attach_intr() function.
- pulse_code
A pulse code associated with the IRQ.
Description
The can_resmgr_detach_intr() function detaches an IRQ from the CAN pulse handler.
Page updated:
