Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.c143 multiBuffer = (RCL_MultiBuffer *) List_head(list); in RCL_MultiBuffer_RxEntry_get()
194 listInfo->nextBuffer = (RCL_MultiBuffer *) List_head(list); in RCL_MultiBuffer_ListInfo_init()
270 return RxEntry_isAtEnd((RCL_MultiBuffer *)List_head(listInfo->multiBuffers), 0); in RCL_MultiBuffer_RxEntry_isLast()
/hal_ti-latest/simplelink/source/ti/drivers/utils/
DList.h175 static inline List_Elem *List_head(List_List *list) in List_head() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DList.h177 static inline List_Elem *List_head(List_List *list) in List_head() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c191 notifyLink = List_head(&notificationList); in setNextThresholds()
217 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c567 List_Elem* pHead = List_head(list); in RF_queueEnd()
734 RF_Cmd* pTempCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_cmdDispatchTime()
756 pCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_cmdDispatchTime()
1571 RF_Cmd* pHead = (RF_Cmd*)List_head(pPendQueue); in RF_howToSchedule()
2095 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_dispatchNextCmd()
2901 RF_Cmd* pCmd = (RF_Cmd*)List_head(&RF_cmdQ.pDone); in RF_radioOpDoneCb()
3009 if (List_head(&RF_cmdQ.pDone)) in RF_fsmPowerUpState()
3034 RF_Cmd* pNextCmd = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmPowerUpState()
3146 RF_Cmd* pCmdFirstPend = (RF_Cmd*)List_head(&RF_cmdQ.pPend); in RF_fsmSetupState()
3341 if (List_head(&RF_cmdQ.pPend)) in RF_fsmActiveState()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c272 notifyLink = List_head(&notificationList); in setNextThresholds()
298 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c226 notifyLink = List_head(&notificationList); in setNextThresholds()
252 List_Elem *notifyLink = List_head(&notificationList); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c1286 elem = List_head(&PowerCC26X2_module.notifyList); in notify()
DPowerCC32XX.c1160 elem = List_head(&PowerCC32XX_module.notifyList); in notify()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c1184 elem = List_head(&notifyList); in PowerCC23X0_notify()