Searched refs:RF_cmdDispatchTime (Results 1 – 1 of 1) sorted by relevance
461 static bool RF_cmdDispatchTime(uint32_t* dispatchTimeClockTicks, bool conflict, RF_Cmd*…723 static bool RF_cmdDispatchTime(uint32_t* dispatchTimeClockTicks, bool conflict, RF_Cmd** pAbsCmd) in RF_cmdDispatchTime() function1830 bool validCmdTime = RF_cmdDispatchTime(&deltaTimeCmdClockTicks, false, NULL); in RF_calculateDispatchTime()2138 …if (pNextCmd && (validTime = RF_cmdDispatchTime(&dispatchTimeClockTicks, !doDispatchNow, &pConflic… in RF_dispatchNextCmd()