Home
last modified time | relevance | path

Searched refs:SEQ_STATE_LOOP (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/demos/snd/seq/src/
Dseq.c23 #define SEQ_STATE_LOOP 0x04 /* Loop flag */ macro
149 else if (handle->state & SEQ_STATE_LOOP) in SeqMain()
153 handle->state &= ~SEQ_STATE_LOOP; in SeqMain()
247 handle->state |= SEQ_STATE_LOOP; in SeqExecMetaEvent()