Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.cc39 static phTmlUwb_Context_t* gpphTmlUwb_Context; variable
85 if (NULL != gpphTmlUwb_Context) { in phTmlUwb_Init()
95 gpphTmlUwb_Context = in phTmlUwb_Init()
98 if (NULL == gpphTmlUwb_Context) { in phTmlUwb_Init()
102 memset(gpphTmlUwb_Context, PH_TMLUWB_RESET_VALUE, in phTmlUwb_Init()
106 wInitStatus = phTmlUwb_spi_open_and_configure(pDevName, &(gpphTmlUwb_Context->pDevHandle)); in phTmlUwb_Init()
110 gpphTmlUwb_Context->pDevHandle = NULL; in phTmlUwb_Init()
112 gpphTmlUwb_Context->tWriteInfo.bThreadBusy = false; in phTmlUwb_Init()
113 gpphTmlUwb_Context->pClientMq = pClientMq; in phTmlUwb_Init()
115 … setDeviceHandle(gpphTmlUwb_Context->pDevHandle); // To set device handle for FW download usecase in phTmlUwb_Init()
[all …]