Home
last modified time | relevance | path

Searched refs:wLength (Results 1 – 14 of 14) sorted by relevance

/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.cc209 gpphTmlUwb_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlUwb_TmlReaderThread()
219 tTransactionInfo.wLength = gpphTmlUwb_Context->tReadInfo.wLength; in phTmlUwb_TmlReaderThread()
295 gpphTmlUwb_Context->tWriteInfo.wLength); in phTmlUwb_TmlWriterThread()
306 gpphTmlUwb_Context->tWriteInfo.wLength); in phTmlUwb_TmlWriterThread()
319 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlUwb_TmlWriterThread()
442 tHAL_UWB_STATUS phTmlUwb_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlUwb_Write() argument
451 (PH_TMLUWB_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlUwb_Write()
459 gpphTmlUwb_Context->tWriteInfo.wLength = wLength; in phTmlUwb_Write()
504 tHAL_UWB_STATUS phTmlUwb_StartRead(uint8_t* pBuffer, uint16_t wLength, in phTmlUwb_StartRead() argument
513 if (!pBuffer || wLength < 1 || !pTmlReadComplete) { in phTmlUwb_StartRead()
[all …]
DphTmlUwb.h68 uint16_t wLength; /* Data size of the Transaction*/ member
93 uint16_t wLength; /*Length of data read/written */ member
139 tHAL_UWB_STATUS phTmlUwb_Write(uint8_t* pBuffer, uint16_t wLength,
145 tHAL_UWB_STATUS phTmlUwb_StartRead(uint8_t* pBuffer, uint16_t wLength,
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc.cc375 gpphTmlNfc_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlNfc_TmlThread()
378 gpphTmlNfc_Context->tReadInfo.wLength); in phTmlNfc_TmlThread()
387 tTransactionInfo.wLength = gpphTmlNfc_Context->tReadInfo.wLength; in phTmlNfc_TmlThread()
458 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread()
476 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread()
488 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlNfc_TmlWriterThread()
657 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Write() argument
666 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlNfc_Write()
674 gpphTmlNfc_Context->tWriteInfo.wLength = wLength; in phTmlNfc_Write()
753 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Read() argument
[all …]
DphTmlNfc.h76 uint16_t wLength; /* Data size of the Transaction*/ member
136 uint16_t wLength; /*Length of data read/written */ member
215 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength,
218 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength,
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphTmlNfc.h91 uint16_t wLength; /* Data size of the Transaction*/ member
159 uint16_t wLength; /*Length of data read/written */ member
241 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength,
244 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength,
DphTmlNfc.cc362 gpphTmlNfc_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlNfc_TmlThread()
365 gpphTmlNfc_Context->tReadInfo.wLength); in phTmlNfc_TmlThread()
374 tTransactionInfo.wLength = gpphTmlNfc_Context->tReadInfo.wLength; in phTmlNfc_TmlThread()
449 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread()
469 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread()
481 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlNfc_TmlWriterThread()
649 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Write() argument
658 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlNfc_Write()
666 gpphTmlNfc_Context->tWriteInfo.wLength = wLength; in phTmlNfc_Write()
721 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Read() argument
[all …]
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc_Internal.cc841 if ((PH_DL_STATUS_OK != pInfo->wStatus) || (0 == pInfo->wLength) || in phDnldNfc_ProcessFrame()
850 (pInfo->wLength)); in phDnldNfc_ProcessFrame()
852 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame()
857 if (pInfo->wLength <= PHDNLDNFC_FRAME_CRC_LEN) { in phDnldNfc_ProcessFrame()
865 (pInfo->pBuff), ((pInfo->wLength) - PHDNLDNFC_FRAME_CRC_LEN)); in phDnldNfc_ProcessFrame()
868 wRecvdCrc = (((uint16_t)(pInfo->pBuff[(pInfo->wLength) - 2]) << 8U) | in phDnldNfc_ProcessFrame()
869 (pInfo->pBuff[(pInfo->wLength) - 1])); in phDnldNfc_ProcessFrame()
876 wPldLen = ((pInfo->wLength) - in phDnldNfc_ProcessFrame()
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc_Internal.cc854 if ((PH_DL_STATUS_OK != pInfo->wStatus) || (0 == pInfo->wLength) || in phDnldNfc_ProcessFrame()
863 (pInfo->wLength)); in phDnldNfc_ProcessFrame()
865 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame()
870 if (pInfo->wLength <= PHDNLDNFC_FRAME_CRC_LEN) { in phDnldNfc_ProcessFrame()
878 (pInfo->pBuff), ((pInfo->wLength) - PHDNLDNFC_FRAME_CRC_LEN)); in phDnldNfc_ProcessFrame()
881 wRecvdCrc = (((uint16_t)(pInfo->pBuff[(pInfo->wLength) - 2]) << 8U) | in phDnldNfc_ProcessFrame()
882 (pInfo->pBuff[(pInfo->wLength) - 1])); in phDnldNfc_ProcessFrame()
889 wPldLen = ((pInfo->wLength) - in phDnldNfc_ProcessFrame()
/hardware/nxp/nfc/snxxx/halimpl/self-test/
DphNxpNciHal_SelfTest.cc532 if ((act->wLength == 0x05) && in st_validator_testSWP1_vltg()
803 if (exp->len <= act->wLength && in st_validator_testEquals()
/hardware/nxp/nfc/pn8x/halimpl/self-test/
DphNxpNciHal_SelfTest.cc532 if ((act->wLength == 0x05) && in st_validator_testSWP1_vltg()
803 if (exp->len <= act->wLength && in st_validator_testEquals()
/hardware/nxp/nfc/snxxx/halimpl/recovery/
DphNxpNciHal_Recovery.cc100 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_callback()
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.cc496 for (int32_t index = 0; index < pInfo->wLength; ) in phNxpUciHal_read_complete()
517 phNxpUciHal_rx_handler_check(pInfo->wLength, pInfo->pBuff); in phNxpUciHal_read_complete()
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc1152 if (pInfo->wLength > 0 && ((pInfo->pBuff[0] & NCI_MT_MASK) == NCI_MT_RSP) && in phNxpNciHal_read_complete()
1158 if (pInfo->wLength > 2 && pInfo->pBuff[0] == 0x4F && in phNxpNciHal_read_complete()
1161 nxpncihal_ctrl.rx_ese_data_len = pInfo->wLength; in phNxpNciHal_read_complete()
1165 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_complete()
1170 phNxpNciHal_print_res_status(pInfo->pBuff, &pInfo->wLength); in phNxpNciHal_read_complete()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.cc1350 if (IS_CHIP_TYPE_LE(sn100u) && pInfo->wLength > 2 && in phNxpNciHal_read_complete()
1354 nxpncihal_ctrl.rx_ese_data_len = pInfo->wLength; in phNxpNciHal_read_complete()
1358 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_complete()
1365 phNxpNciHal_print_res_status(pInfo->pBuff, &pInfo->wLength); in phNxpNciHal_read_complete()