mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-09-28 21:17:33 +00:00
feat: can flag for tx complete
This commit is contained in:
@@ -76,6 +76,10 @@
|
|||||||
* @brief CAN system message in queue.
|
* @brief CAN system message in queue.
|
||||||
*/
|
*/
|
||||||
#define STA_RTOS_CAN_FLAG_SYS_QUEUED 0x1U << 3
|
#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.
|
* @brief CAN SID bits used for system messages.
|
||||||
|
Reference in New Issue
Block a user