Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h1284 uint32_t nfcid1_3rd_last = p_reg->NFCID1.THIRDLAST; in nrf_nfct_nfcid1_get() local
1286 uint32_t nfcid1_3rd_last = p_reg->NFCID1_3RD_LAST; in nrf_nfct_nfcid1_get()
1289 *p_nfcid1_buf++ = (uint8_t)(nfcid1_3rd_last >> 16UL); in nrf_nfct_nfcid1_get()
1290 *p_nfcid1_buf++ = (uint8_t)(nfcid1_3rd_last >> 8UL); in nrf_nfct_nfcid1_get()
1291 *p_nfcid1_buf++ = (uint8_t)(nfcid1_3rd_last >> 0UL); in nrf_nfct_nfcid1_get()