mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-11 18:35:58 +00:00
feat: can flag for tx complete
This commit is contained in:
parent
7d5782c0a2
commit
c0108517f6
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user