OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfc_hal_nv_co_write
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/int/
nfc_hal_nv_co.h
90
** Function
nfc_hal_nv_co_write
106
void
nfc_hal_nv_co_write
(const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c
191
nfc_hal_nv_co_write
(p, data_len, HC_F2_NV_BLOCK);
202
nfc_hal_nv_co_write
(p, data_len,HC_F3_NV_BLOCK);
209
nfc_hal_nv_co_write
(hci_netwk_cmd, 1, HC_F3_NV_BLOCK);
221
nfc_hal_nv_co_write
(p, data_len,HC_F4_NV_BLOCK);
229
nfc_hal_nv_co_write
(hci_netwk_cmd, 1, HC_F4_NV_BLOCK);
392
nfc_hal_nv_co_write
(hci_netwk_cmd, 1, HC_F3_NV_BLOCK);
400
nfc_hal_nv_co_write
(hci_netwk_cmd, 1, HC_F4_NV_BLOCK);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp
106
** Function
nfc_hal_nv_co_write
122
void
nfc_hal_nv_co_write
(const UINT8 *p_buf, UINT16 nbytes, UINT8 block)
function
Completed in 26 milliseconds