Searched refs:RegTimeCnt (Results 1 – 2 of 2) sorted by relevance
210 uint32_t RegTimeCnt, in phOsalNfc_Timer_Start() argument225 its.it_value.tv_sec = RegTimeCnt / 1000; in phOsalNfc_Timer_Start()226 its.it_value.tv_nsec = 1000000 * (RegTimeCnt % 1000); in phOsalNfc_Timer_Start()
150 uint32_t RegTimeCnt,