Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dtl_mbox.c151 while(LST_is_empty(&EvtQueue) == FALSE) in HW_IPCC_BLE_RxEvtNot()
238 while(LST_is_empty(&SystemEvtQueue) == FALSE) in HW_IPCC_SYS_EvtNot()
626 while ( FALSE == LST_is_empty (&LocalFreeBufQueue) ) in SendFreeBuf()
653 while(LST_is_empty(&TracesEvtQueue) == FALSE) in HW_IPCC_TRACES_EvtNot()
Dshci_tl.c105 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()
134 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()
Dstm_list.h33 uint8_t LST_is_empty (tListNode * listHead);
Dstm_list.c36 uint8_t LST_is_empty (tListNode * listHead) in LST_is_empty() function