This is the 32-bit memory mapped read/write accessor for:
- ISR - bits 31:24 - Interrupt Status/ACK Register RW, default 00h
- SR - bits 23:16 - Status Register RO, default 00h
- CMR - bits 15:8 - Command RW, default 00h
- MR - bits 7:0 - Mode RW, default 04h When writing, be sure to use CAN_ISR_SR_CMR_MR_SET and CAN_ISR_SR_CMR_MR_CLEAR so as to avoid inadvertently Acknowledging an ISR bit. Writing '1' to one of the ISR bits when it is triggered/set will ACK/clear the bit.
Definition at line 54 of file can.h.