Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h1266 uint32_t nfcid1_last = p_reg->NFCID1.LAST; in nrf_nfct_nfcid1_get() local
1268 uint32_t nfcid1_last = p_reg->NFCID1_LAST; in nrf_nfct_nfcid1_get()
1299 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 24UL); in nrf_nfct_nfcid1_get()
1300 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 16UL); in nrf_nfct_nfcid1_get()
1301 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 8UL); in nrf_nfct_nfcid1_get()
1302 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 0UL); in nrf_nfct_nfcid1_get()