feat: can flag for tx complete

This commit is contained in:
CarlWachter 2024-10-02 10:11:00 +02:00
parent 7d5782c0a2
commit c0108517f6

View File

@ -76,6 +76,10 @@
* @brief CAN system message in queue.
*/
#define STA_RTOS_CAN_FLAG_SYS_QUEUED 0x1U << 3
/**
* @brief CAN mailbox complete.
*/
#define STA_RTOS_TX_MAILBOX_COMPLETE 0x1U << 4
/**
* @brief CAN SID bits used for system messages.