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

/external/libnfc-nxp/src/
H A DphHciNfc_Generic.h708 volatile uint16_t rx_total; member in struct:phHciNfc_sContext
H A DphDnldNfc.c462 uint16_t rx_total; member in struct:phDnldNfc_RxInfo
2601 if(( psDnldContext->rx_info.rx_total == 0 )
2605 psDnldContext->rx_info.rx_total =
2608 if( psDnldContext->rx_info.rx_total + PHDNLD_MIN_PACKET == length )
2612 psDnldContext->rx_info.rx_total);
2622 (uint8_t)((psDnldContext->rx_info.rx_total <= PHDNLD_MAX_PACKET)?
2623 psDnldContext->rx_info.rx_total: PHDNLD_MAX_PACKET) ); */
2626 (psDnldContext->rx_info.rx_total + PHDNLD_MIN_PACKET));
2634 psDnldContext->rx_info.rx_total = 0 ;
3106 psDnldContext->rx_info.rx_total
[all...]

Completed in 80 milliseconds