Searched refs:nfcid1_3rd_last (Results 1 – 1 of 1) sorted by relevance
1130 uint32_t nfcid1_3rd_last = p_reg->NFCID1_3RD_LAST; in nrf_nfct_nfcid1_get() local1132 *p_nfcid1_buf++ = (uint8_t)(nfcid1_3rd_last >> 16UL); in nrf_nfct_nfcid1_get()1133 *p_nfcid1_buf++ = (uint8_t)(nfcid1_3rd_last >> 8UL); in nrf_nfct_nfcid1_get()1134 *p_nfcid1_buf++ = (uint8_t)(nfcid1_3rd_last >> 0UL); in nrf_nfct_nfcid1_get()
Completed in 7 milliseconds