HomeSort by relevance Sort by last modified time
    Searched defs:tx_length (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/src/
phHciNfc.h 158 uint16_t tx_length; member in struct:phHciNfc_XchgInfo
phHciNfc_Generic.c 657 uint16_t tx_length = psHciContext->tx_total - 1 ; local
666 if ( tx_length > PHHCINFC_MAX_PACKET_DATA )
674 psHciContext->tx_remain = tx_length;
680 tx_length = PHHCINFC_MAX_PACKET_DATA ;
685 tx_length = PHHCINFC_MAX_PACKET_DATA ;
691 tx_length = psHciContext->tx_remain ;
700 , tx_length );
709 psHciContext->tx_remain = tx_length ;
713 tx_length++;
716 (uint8_t *)tx_data, tx_length );
    [all...]
phDnldNfc.c 2066 uint16_t tx_length = 0x00; local
2195 uint16_t tx_length = 0x00; local
2222 uint32_t tx_length = 0; local
3159 uint16_t tx_length = 0; local
    [all...]

Completed in 311 milliseconds