mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 19:17:34 +00:00
Fully changed timer to fully use std::function<>
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
*/
|
||||
#define STA_RTOS_THREAD_FLAG_TERMINATE ( 1UL << 30 )
|
||||
|
||||
/**
|
||||
* @brief Request thread start.
|
||||
*/
|
||||
#define STA_RTOS_THREAD_FLAG_START ( 1UL << 29 )
|
||||
|
||||
|
||||
#define STA_RTOS_THREAD_FLAGS_ERROR_CODE_BITS UINT32_C( 0x0000000F )
|
||||
#define STA_RTOS_THREAD_FLAGS_ERROR_CODE_EXT_BITS UINT32_C( 0x7FFFFFF0 )
|
||||
|
Reference in New Issue
Block a user