Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/tml/
DphOsalNfc_Timer.cc143 uint32_t dwIndex; in phOsalNfc_Timer_Start() local
146 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() local
199 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() local
245 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_Timer_Delete()
[all …]