OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USERIAL_Read
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
userial.h
250
UDRV_API extern UINT16
USERIAL_Read
(tUSERIAL_PORT, UINT8 *, UINT16);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c
246
len =
USERIAL_Read
(USERIAL_NFC_PORT, ((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len), p_cb->rcv_len);
353
len =
USERIAL_Read
(USERIAL_NFC_PORT, ((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len), p_cb->rcv_len);
nfc_hal_main.c
738
if (
USERIAL_Read
(USERIAL_NFC_PORT, &byte, 1) == 0)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
153
* It would be better to use some ring buffer from the
USERIAL_Read
() is reading
280
static tPERF_DATA perf_read = {"
USERIAL_Read
", 0, 0, 0, 9};
[
all
...]
Completed in 56 milliseconds