Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/lib/stm32wb/hci/
Dshci_tl.c74 void shci_init(void(* UserEvtRx)(void* pData), void* pConf) in shci_init()
77 shciContext.UserEvtRx = UserEvtRx; in shci_init()
109 if (shciContext.UserEvtRx != NULL) in shci_user_evt_proc()
113 shciContext.UserEvtRx((void *)&UserEvtRxParam); in shci_user_evt_proc()
Dhci_tl.h70 void (* UserEvtRx) (void * pData); /**< ACI events callback function pointer */ member
185 void hci_init(void(* UserEvtRx)(void* pData), void* pConf);
Dshci_tl.h67 void (* UserEvtRx) (void * pData); /**< User System events callback function pointer */ member
167 void shci_init(void(* UserEvtRx)(void* pData), void* pConf);