Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1686 } RF_ScheduleStatus; typedef
1706 typedef RF_ScheduleStatus (*RF_SubmitHook)(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_Li…
2024 extern RF_ScheduleStatus RF_defaultSubmitPolicy(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, Li…
DRFCC26X2_multiMode.c470 static RF_ScheduleStatus RF_howToSchedule(RF_Cmd* newCmd, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List…
1565 static RF_ScheduleStatus RF_howToSchedule(RF_Cmd* newCmd, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List… in RF_howToSchedule()
1568 volatile RF_ScheduleStatus status = RF_ScheduleStatusError; in RF_howToSchedule()
1631 RF_ScheduleStatus RF_defaultSubmitPolicy(RF_Cmd* pCmdNew, RF_Cmd* pCmdBg, RF_Cmd* pCmdFg, List_List… in RF_defaultSubmitPolicy()
1638RF_ScheduleStatus status = RF_howToSchedule(pCmdNew, pCmdBg, pCmdFg, pPendQueue, pDoneQueue, &pIns… in RF_defaultSubmitPolicy()
4806 RF_ScheduleStatus status; in RF_scheduleCmd()