Searched refs:flush (Results 1 – 1 of 1) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/drivers/rf/ |
| D | RFCC26X2_multiMode.c | 462 static RF_Stat RF_abortCmd(RF_Handle h, RF_CmdHandle ch, bool graceful, bool flush, bool p… 3802 static RF_Stat RF_abortCmd(RF_Handle h, RF_CmdHandle ch, bool graceful, bool flush, bool preempt) in RF_abortCmd() argument 3873 if (flush) in RF_abortCmd() 3875 RF_discardPendCmd(h, (RF_Cmd*)List_head(&RF_cmdQ.pPend), flush, preempt); in RF_abortCmd() 3886 if (RF_discardPendCmd(h, pCmd, flush, preempt)) in RF_abortCmd() 5155 bool flush = (bool)(mode & RF_ABORT_FLUSH_ALL); in RF_cancelCmd() local 5159 return(RF_abortCmd(h, ch, graceful, flush, preempt)); in RF_cancelCmd() 5173 bool flush = true; in RF_flushCmd() local 5177 return(RF_abortCmd(h, ch, graceful, flush, preempt)); in RF_flushCmd()
|