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 | 245 …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() 351 …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 | 538 if (USERIAL_Read (USERIAL_NFC_PORT, &byte, 1) == 0) in nfc_hal_main_task()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 1054 UDRV_API UINT16 USERIAL_Read(tUSERIAL_PORT port, UINT8 *p_data, UINT16 len) in USERIAL_Read() function 1574 USERIAL_Read(port, spi_negotiation, sizeof ( spi_negotiation )); in USERIAL_PowerupDevice()
|