Searched refs:p_nfcid1_buf (Results 1 – 1 of 1) sorted by relevance
1137 *p_nfcid1_buf++ = (uint8_t)(nfcid1_2nd_last >> 16UL); in nrf_nfct_nfcid1_get()1138 *p_nfcid1_buf++ = (uint8_t)(nfcid1_2nd_last >> 8UL); in nrf_nfct_nfcid1_get()1139 *p_nfcid1_buf++ = (uint8_t)(nfcid1_2nd_last >> 0UL); in nrf_nfct_nfcid1_get()1142 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 24UL); in nrf_nfct_nfcid1_get()1143 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 16UL); in nrf_nfct_nfcid1_get()1144 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 8UL); in nrf_nfct_nfcid1_get()1145 *p_nfcid1_buf++ = (uint8_t)(nfcid1_last >> 0UL); in nrf_nfct_nfcid1_get()1164 p_nfcid1_buf += 3UL; in nrf_nfct_nfcid1_set()1169 p_nfcid1_buf += 3UL; in nrf_nfct_nfcid1_set()1172 p_reg->NFCID1_LAST = ((uint32_t)p_nfcid1_buf[0] << 24UL) | in nrf_nfct_nfcid1_set()[all …]
Completed in 13 milliseconds