Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/utils/
DList.c45 void List_clearList(List_List *list) in List_clearList() argument
51 list->head = list->tail = NULL; in List_clearList()
61 List_Elem *List_get(List_List *list) in List_get() argument
68 elem = list->head; in List_get()
72 list->head = elem->next; in List_get()
77 list->tail = NULL; in List_get()
90 void List_insert(List_List *list, List_Elem *newElem, List_Elem *curElem) in List_insert() argument
102 list->head = newElem; in List_insert()
113 void List_put(List_List *list, List_Elem *elem) in List_put() argument
120 elem->prev = list->tail; in List_put()
[all …]
DList.h142 extern void List_clearList(List_List *list);
151 static inline bool List_empty(List_List *list) in List_empty() argument
153 return (list->head == NULL); in List_empty()
163 extern List_Elem *List_get(List_List *list);
175 static inline List_Elem *List_head(List_List *list) in List_head() argument
177 return (list->head); in List_head()
190 extern void List_insert(List_List *list, List_Elem *newElem,
230 extern void List_put(List_List *list, List_Elem *elem);
239 extern void List_putHead(List_List *list, List_Elem *elem);
248 extern void List_remove(List_List *list, List_Elem *elem);
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DList.c45 void List_clearList(List_List *list) in List_clearList() argument
51 list->head = list->tail = NULL; in List_clearList()
59 List_Elem *List_get(List_List *list) in List_get() argument
66 elem = list->head; in List_get()
71 list->head = elem->next; in List_get()
78 list->tail = NULL; in List_get()
90 void List_insert(List_List *list, List_Elem *newElem, List_Elem *curElem) in List_insert() argument
104 list->head = newElem; in List_insert()
114 void List_put(List_List *list, List_Elem *elem) in List_put() argument
121 elem->prev = list->tail; in List_put()
[all …]
DList.h144 extern void List_clearList(List_List *list);
153 static inline bool List_empty(List_List *list) in List_empty() argument
155 return (list->head == NULL); in List_empty()
165 extern List_Elem *List_get(List_List *list);
177 static inline List_Elem *List_head(List_List *list) in List_head() argument
179 return (list->head); in List_head()
192 extern void List_insert(List_List *list, List_Elem *newElem, List_Elem *curElem);
231 extern void List_put(List_List *list, List_Elem *elem);
240 extern void List_putHead(List_List *list, List_Elem *elem);
249 extern void List_remove(List_List *list, List_Elem *elem);
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.h183 static inline RCL_Buffer_TxBuffer *RCL_TxBuffer_get(List_List *list) in RCL_TxBuffer_get() argument
185 return (RCL_Buffer_TxBuffer *)List_get(list); in RCL_TxBuffer_get()
198 static inline RCL_Buffer_TxBuffer *RCL_TxBuffer_head(List_List *list) in RCL_TxBuffer_head() argument
200 return (RCL_Buffer_TxBuffer *) (list->head); in RCL_TxBuffer_head()
245 extern void RCL_TxBuffer_put(List_List *list, RCL_Buffer_TxBuffer *elem);
257 static inline RCL_MultiBuffer *RCL_MultiBuffer_head(List_List *list) in RCL_MultiBuffer_head() argument
259 return (RCL_MultiBuffer *) (list->head); in RCL_MultiBuffer_head()
288 static inline RCL_MultiBuffer *RCL_MultiBuffer_get(List_List *list) in RCL_MultiBuffer_get() argument
290 return (RCL_MultiBuffer *)List_get(list); in RCL_MultiBuffer_get()
334 extern RCL_Buffer_DataEntry *RCL_MultiBuffer_RxEntry_get(List_List *list, List_List *consumedBuffer…
[all …]
DRCL_Buffer.c53 static void List_consumeAndStore(List_List *list, List_List *consumedBuffers);
58 void RCL_TxBuffer_put(List_List *list, RCL_Buffer_TxBuffer *elem) in RCL_TxBuffer_put() argument
61 List_put(list, (List_Elem *)elem); in RCL_TxBuffer_put()
117 void RCL_MultiBuffer_put(List_List *list, RCL_MultiBuffer *elem) in RCL_MultiBuffer_put() argument
119 List_put(list, (List_Elem *)elem); in RCL_MultiBuffer_put()
127 RCL_Buffer_DataEntry *RCL_MultiBuffer_RxEntry_get(List_List *list, List_List *consumedBuffers) in RCL_MultiBuffer_RxEntry_get() argument
130 RCL_MultiBuffer *multiBuffer = (RCL_MultiBuffer *)list->head; in RCL_MultiBuffer_RxEntry_get()
142 List_consumeAndStore(list, consumedBuffers); in RCL_MultiBuffer_RxEntry_get()
143 multiBuffer = (RCL_MultiBuffer *) List_head(list); in RCL_MultiBuffer_RxEntry_get()
161 List_consumeAndStore(list, consumedBuffers); in RCL_MultiBuffer_RxEntry_get()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dcopylist.h198 __STATIC_INLINE void CopyList_apply(const uint32_t *list) in CopyList_apply() argument
200 HapiApplyCopyList(list); in CopyList_apply()
Dhapi.h53 void (*applyCopyList)(const uint32_t *list);
/hal_ti-latest/simplelink_lpf3/source/ti/boards/
DCMakeLists.txt9 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
/hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/
DCMakeLists.txt9 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/
DCMakeLists.txt9 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
/hal_ti-latest/simplelink_lpf3/
DCMakeLists.txt9 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c560 static RF_Cmd* RF_queueEnd(RF_Handle h, List_List* list) in RF_queueEnd() argument
567 List_Elem* pHead = List_head(list); in RF_queueEnd()