Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_nfct.c627 uint32_t nfc_tag_header0 = NRF_FICR->NFC.TAGHEADER0; in nrfx_nfct_nfcid1_default_bytes_get() local
631 uint32_t nfc_tag_header0 = 0x5F; in nrfx_nfct_nfcid1_default_bytes_get() local
636 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