Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c458 static RF_Stat RF_abortCmd(RF_Handle h, RF_CmdHandle ch, bool graceful, bool flush, bool p…
3762 static RF_Stat RF_abortCmd(RF_Handle h, RF_CmdHandle ch, bool graceful, bool flush, bool preempt) in RF_abortCmd() argument
3833 if (flush) in RF_abortCmd()
3835 RF_discardPendCmd(h, (RF_Cmd*)List_head(&RF_cmdQ.pPend), flush, preempt); in RF_abortCmd()
3846 if (RF_discardPendCmd(h, pCmd, flush, preempt)) in RF_abortCmd()
5112 bool flush = (bool)(mode & RF_ABORT_FLUSH_ALL); in RF_cancelCmd() local
5116 return(RF_abortCmd(h, ch, graceful, flush, preempt)); in RF_cancelCmd()
5130 bool flush = true; in RF_flushCmd() local
5134 return(RF_abortCmd(h, ch, graceful, flush, preempt)); in RF_flushCmd()