mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
feat: secondary can bus callback
This commit is contained in:
@@ -117,6 +117,15 @@ namespace sta
|
||||
* @ingroup sta_core_stm32_can
|
||||
*/
|
||||
void CanBus_RxPendingCallback();
|
||||
|
||||
/**
|
||||
* @brief Interrupt handler for pending RX frames. Secondary handler.
|
||||
*
|
||||
* May be implemented by application.
|
||||
*
|
||||
* @ingroup sta_core_stm32_can
|
||||
*/
|
||||
void CanBus_RxPendingCallbackSecondary();
|
||||
#endif // STA_STM32_CAN_GLOBAL
|
||||
} // namespace sta
|
||||
|
||||
|
Reference in New Issue
Block a user