Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_nfct.c629 uint32_t nfc_tag_header2 = NRF_FICR->NFC.TAGHEADER2; in nrfx_nfct_nfcid1_default_bytes_get() local
633 uint32_t nfc_tag_header2 = 0; in nrfx_nfct_nfcid1_default_bytes_get() local
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()
651 p_nfcid1_buff[9] = (uint8_t) (nfc_tag_header2 >> 16); in nrfx_nfct_nfcid1_default_bytes_get()

Completed in 3 milliseconds