Browse Source

merge branches

tags/v1.5.1
yanghaoran 3 years ago
parent
commit
478bbe21a5
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      third_party/fwkacllib/inc/runtime/event.h

+ 5
- 0
third_party/fwkacllib/inc/runtime/event.h View File

@@ -46,6 +46,11 @@ typedef enum rtEventWaitStatus {
#define RT_EVENT_DDSYNC 0x04U
#define RT_EVENT_TIME_LINE 0x08U

#define RT_EVENT_DDSYNC_NS 0x01U
#define RT_EVENT_STREAM_MARK 0x02U
#define RT_EVENT_DDSYNC 0x04U
#define RT_EVENT_TIME_LINE 0x08U

/**
* @ingroup dvrt_event
* @brief create event instance


Loading…
Cancel
Save