Home
last modified time | relevance | path

Searched refs:p_nfcid1_buff (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_nfct.c636 p_nfcid1_buff[0] = (uint8_t) (nfc_tag_header0 >> 0); in nrfx_nfct_nfcid1_default_bytes_get()
637 p_nfcid1_buff[1] = (uint8_t) (nfc_tag_header0 >> 8); in nrfx_nfct_nfcid1_default_bytes_get()
638 p_nfcid1_buff[2] = (uint8_t) (nfc_tag_header0 >> 16); in nrfx_nfct_nfcid1_default_bytes_get()
639 p_nfcid1_buff[3] = (uint8_t) (nfc_tag_header1 >> 0); in nrfx_nfct_nfcid1_default_bytes_get()
643 p_nfcid1_buff[4] = (uint8_t) (nfc_tag_header1 >> 8); in nrfx_nfct_nfcid1_default_bytes_get()
644 p_nfcid1_buff[5] = (uint8_t) (nfc_tag_header1 >> 16); in nrfx_nfct_nfcid1_default_bytes_get()
645 p_nfcid1_buff[6] = (uint8_t) (nfc_tag_header1 >> 24); in nrfx_nfct_nfcid1_default_bytes_get()
649 p_nfcid1_buff[7] = (uint8_t) (nfc_tag_header2 >> 0); in nrfx_nfct_nfcid1_default_bytes_get()
650 p_nfcid1_buff[8] = (uint8_t) (nfc_tag_header2 >> 8); in nrfx_nfct_nfcid1_default_bytes_get()
656 else if (p_nfcid1_buff[3] == 0x88) in nrfx_nfct_nfcid1_default_bytes_get()
[all …]
/external/platform/nrfx/drivers/include/
A Dnrfx_nfct.h285 nrfx_err_t nrfx_nfct_nfcid1_default_bytes_get(uint8_t * const p_nfcid1_buff,

Completed in 5 milliseconds