MCPcopy Create free account
hub / github.com/Seeed-Studio/Seeed_Arduino_CAN / enableTxInterrupt

Method enableTxInterrupt

src/mcp2518fd_can.cpp:1898–1904  ·  view source on GitHub ↗

** Function name: enableTxInterrupt ** Descriptions: enable interrupt for all tx buffers *********************************************************************************************************/

Source from the content-addressed store, hash-verified

1896** Descriptions: enable interrupt for all tx buffers
1897*********************************************************************************************************/
1898void mcp2518fd::enableTxInterrupt(bool enable) {
1899 if (enable == true)
1900 {
1901 mcp2518fd_ModuleEventEnable(CAN_TX_EVENT);
1902 }
1903 return;
1904}
1905
1906byte mcp2518fd::init_Mask(byte num, byte ext, unsigned long ulData) {
1907 int8_t err;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected