Searched defs:timerstarted (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLlcNfc_Timer.c181 uint8_t timerstarted = 0; local
197 timerstarted = (uint8_t)
201 if (0 == timerstarted)
229 timerstarted = (uint8_t)
236 PH_LLCNFC_DEBUG("GUARD TIMER STARTED : 0x%02X\n", timerstarted);
238 if (0 == timerstarted)
281 timerstarted = TRUE;
291 timerstarted = (uint8_t)GET_BITS8 (
296 if (FALSE == timerstarted)
324 (FALSE == timerstarted))
[all...]

Completed in 135 milliseconds