Searched refs:timeoutHx (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/hal/
H A DphNxpNciHal.c1522 unsigned int timeoutHx = 0x0000; local
1526 sscanf ((char*)tmpbuffer,"%x", &timeoutHx);
1528 swp_switch_timeout_cmd[7]= (timeoutHx & 0xFF);
1529 swp_switch_timeout_cmd[8]= ((timeoutHx & 0xFF00) >> 8);

Completed in 207 milliseconds