Searched refs:nfc_tag_header1 (Results 1 – 1 of 1) sorted by relevance
628 uint32_t nfc_tag_header1 = NRF_FICR->NFC.TAGHEADER1; in nrfx_nfct_nfcid1_default_bytes_get() local632 uint32_t nfc_tag_header1 = 0; in nrfx_nfct_nfcid1_default_bytes_get() local639 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()
Completed in 4 milliseconds