Searched refs:nfc_tag_header0 (Results 1 – 1 of 1) sorted by relevance
627 uint32_t nfc_tag_header0 = NRF_FICR->NFC.TAGHEADER0; in nrfx_nfct_nfcid1_default_bytes_get() local631 uint32_t nfc_tag_header0 = 0x5F; in nrfx_nfct_nfcid1_default_bytes_get() local636 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()
Completed in 4 milliseconds