Searched refs:dwIndex (Results 1 – 1 of 1) sorted by relevance
143 uint32_t dwIndex; in phOsalNfc_Timer_Start() local146 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_Timer_Start()147 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Start()150 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Start()197 uint32_t dwIndex; in phOsalNfc_Timer_Stop() local199 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_Timer_Stop()200 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex]; in phOsalNfc_Timer_Stop()203 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) && in phOsalNfc_Timer_Stop()243 uint32_t dwIndex; in phOsalNfc_Timer_Delete() local245 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_Timer_Delete()[all …]