Home
last modified time | relevance | path

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

/hal_stm32-3.7.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
/hal_stm32-3.7.0/lib/stm32wba/hci/
Dstm_list.h34 uint8_t LST_is_empty (tListNode * listHead);
Dstm_list.c37 uint8_t LST_is_empty (tListNode * listHead) in LST_is_empty() function
Dflash_manager.c409 while((LST_is_empty (&fm_cb_pending_list) == false) && in FM_BackgroundProcess()