Searched refs:USERIAL_Read (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | userial.h | 250 UDRV_API extern UINT16 USERIAL_Read(tUSERIAL_PORT, UINT8 *, UINT16);
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_nci.c | 246 …len = USERIAL_Read (USERIAL_NFC_PORT, ((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset +… in nfc_hal_nci_receive_nci_msg() 353 …len = USERIAL_Read (USERIAL_NFC_PORT, ((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset +… in nfc_hal_nci_receive_bt_msg()
|
D | nfc_hal_main.c | 696 if (USERIAL_Read (USERIAL_NFC_PORT, &byte, 1) == 0) in nfc_hal_main_task()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 1142 UDRV_API UINT16 USERIAL_Read(tUSERIAL_PORT port, UINT8 *p_data, UINT16 len) in USERIAL_Read() function 1462 USERIAL_Read(port, res, sizeof ( res )); in USERIAL_Close() 1714 USERIAL_Read(port, spi_nego_res, sizeof ( spi_nego_res )); in USERIAL_PowerupDevice()
|