Searched refs:nfc_tag_header2 (Results 1 – 1 of 1) sorted by relevance
629 uint32_t nfc_tag_header2 = NRF_FICR->NFC.TAGHEADER2; in nrfx_nfct_nfcid1_default_bytes_get() local633 uint32_t nfc_tag_header2 = 0; in nrfx_nfct_nfcid1_default_bytes_get() local649 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