Searched refs:gpphTmlUwb_Context (Results 1 – 1 of 1) sorted by relevance
39 static phTmlUwb_Context_t* gpphTmlUwb_Context; variable85 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 …]