aclrtCntNotifyWaitMode
typedef enum {
ACL_RT_CNT_NOTIFY_WAIT_LESS_MODE = 0, // If CntNotify current count < Value, cancel the wait.
ACL_RT_CNT_NOTIFY_WAIT_EQUAL_MODE = 1, // If CntNotify current count = Value, cancel the wait.
ACL_RT_CNT_NOTIFY_WAIT_BIGGER_MODE = 2, // If CntNotify current count > Value, cancel the wait.
ACL_RT_CNT_NOTIFY_WAIT_BIGGER_OR_EQUAL_MODE = 3, // If CntNotify current count ≥ Value, cancel the wait.
ACL_RT_CNT_NOTIFY_WAIT_EQUAL_WITH_BITMASK_MODE = 4, // If CntNotify current count & Value = Value, cancel the wait.
} aclrtCntNotifyWaitMode;
Parent topic: Data Types and Operation APIs