** Function name: enableTxInterrupt ** Descriptions: enable interrupt for all tx buffers *********************************************************************************************************/
| 1896 | ** Descriptions: enable interrupt for all tx buffers |
| 1897 | *********************************************************************************************************/ |
| 1898 | void mcp2518fd::enableTxInterrupt(bool enable) { |
| 1899 | if (enable == true) |
| 1900 | { |
| 1901 | mcp2518fd_ModuleEventEnable(CAN_TX_EVENT); |
| 1902 | } |
| 1903 | return; |
| 1904 | } |
| 1905 | |
| 1906 | byte mcp2518fd::init_Mask(byte num, byte ext, unsigned long ulData) { |
| 1907 | int8_t err; |
nothing calls this directly
no outgoing calls
no test coverage detected