feat: secondary can bus callback

This commit is contained in:
@CarlWachter
2024-08-24 11:34:00 +02:00
committed by dario
parent dd20df9952
commit a080c39643
2 changed files with 20 additions and 0 deletions

View File

@@ -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