Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c461 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() function
1830 bool validCmdTime = RF_cmdDispatchTime(&deltaTimeCmdClockTicks, false, NULL); in RF_calculateDispatchTime()
2138 …if (pNextCmd && (validTime = RF_cmdDispatchTime(&dispatchTimeClockTicks, !doDispatchNow, &pConflic… in RF_dispatchNextCmd()