Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 6 of 6) 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()
Dapp_common.h42 #undef FALSE
43 #define FALSE 0 macro
Dutilities_common.h43 #undef FALSE
44 #define FALSE 0 macro
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()
Dstm32_wpan_common.h56 #undef FALSE
57 #define FALSE 0U macro
Dstm_list.c49 return_value = FALSE; in LST_is_empty()