mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Added timeout to event wait
This commit is contained in:
@@ -48,9 +48,10 @@ namespace sta
|
||||
*/
|
||||
uint32_t wait(uint32_t flags, uint32_t timeout = osWaitForever) override;
|
||||
|
||||
uint32_t waitAll(uint32_t flags, uint32_t timeout = osWaitForever) override;
|
||||
private:
|
||||
osEventFlagsId_t event_id; /**< CMSIS RTOS2 Event Flag */
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
#endif // STA_RTOS_EVENT_HPP
|
||||
#endif // STA_RTOS_EVENT_HPP
|
||||
|
Reference in New Issue
Block a user