Searched refs:pParams (Results 1 – 3 of 3) sorted by relevance
49 static void phOsalNfc_DeferredCall(void* pParams);315 static void phOsalNfc_DeferredCall(void* pParams) { in phOsalNfc_DeferredCall() argument319 if (NULL != pParams) { in phOsalNfc_DeferredCall()321 dwIndex = (uintptr_t)pParams - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_DeferredCall()325 pTimerHandle->Application_callback((uintptr_t)pParams, in phOsalNfc_DeferredCall()
97 void* pParams);202 void* pParams; member
48 static void phTmlNfc_ReadDeferredCb(void* pParams);49 static void phTmlNfc_WriteDeferredCb(void* pParams);906 static void phTmlNfc_ReadDeferredCb(void* pParams) { in phTmlNfc_ReadDeferredCb() argument908 phTmlNfc_TransactInfo_t* pTransactionInfo = (phTmlNfc_TransactInfo_t*)pParams; in phTmlNfc_ReadDeferredCb()929 static void phTmlNfc_WriteDeferredCb(void* pParams) { in phTmlNfc_WriteDeferredCb() argument931 phTmlNfc_TransactInfo_t* pTransactionInfo = (phTmlNfc_TransactInfo_t*)pParams; in phTmlNfc_WriteDeferredCb()