Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dshci_tl.c48 SHCI_TL_UserEventFlowStatus_t SHCI_TL_UserEventFlow; variable
56 PLACE_IN_SECTION("SYSTEM_DRIVER_CONTEXT") SHCI_TL_UserEventFlowStatus_t SHCI_TL_UserEventFlow;
105 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()
114 SHCI_TL_UserEventFlow = UserEvtRxParam.status; in shci_user_evt_proc()
118 SHCI_TL_UserEventFlow = SHCI_TL_UserEventFlow_Enable; in shci_user_evt_proc()
121 if(SHCI_TL_UserEventFlow != SHCI_TL_UserEventFlow_Disable) in shci_user_evt_proc()
134 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()
145 SHCI_TL_UserEventFlow = SHCI_TL_UserEventFlow_Enable; in shci_resume_flow()
191 SHCI_TL_UserEventFlow = SHCI_TL_UserEventFlow_Enable; in TlInit()