Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c859 nrfx_err_t nrfx_nfct_nfcid1_default_bytes_get(uint8_t * const p_nfcid1_buff, in nrfx_nfct_nfcid1_default_bytes_get() argument
863 NRFX_ASSERT(p_nfcid1_buff); in nrfx_nfct_nfcid1_default_bytes_get()
886 p_nfcid1_buff[0] = (uint8_t) (tag_header[0] >> 0); in nrfx_nfct_nfcid1_default_bytes_get()
887 p_nfcid1_buff[1] = (uint8_t) (tag_header[0] >> 8); in nrfx_nfct_nfcid1_default_bytes_get()
888 p_nfcid1_buff[2] = (uint8_t) (tag_header[0] >> 16); in nrfx_nfct_nfcid1_default_bytes_get()
889 p_nfcid1_buff[3] = (uint8_t) (tag_header[1] >> 0); in nrfx_nfct_nfcid1_default_bytes_get()
893 p_nfcid1_buff[4] = (uint8_t) (tag_header[1] >> 8); in nrfx_nfct_nfcid1_default_bytes_get()
894 p_nfcid1_buff[5] = (uint8_t) (tag_header[1] >> 16); in nrfx_nfct_nfcid1_default_bytes_get()
895 p_nfcid1_buff[6] = (uint8_t) (tag_header[1] >> 24); in nrfx_nfct_nfcid1_default_bytes_get()
899 p_nfcid1_buff[7] = (uint8_t) (tag_header[2] >> 0); in nrfx_nfct_nfcid1_default_bytes_get()
[all …]
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nfct.h323 nrfx_err_t nrfx_nfct_nfcid1_default_bytes_get(uint8_t * const p_nfcid1_buff,