Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nfct.h125 …nrfx_nfct_nfcid1_t nfcid1; ///< NFC-A NFCID1 value (tag identifier). Filled when nrfx_nf… member
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h118 uint8_t nfcid1[NRF_NFCT_SENSRES_NFCID1_SIZE_TRIPLE]; ///< NFCID1 value. member
214 p_params->nfcid1_size = nrf_nfct_nfcid1_get(p_reg, p_params->nfcid1); in nrfy_nfct_parameters_save()
232 nrf_nfct_nfcid1_set(p_reg, p_params->nfcid1, p_params->nfcid1_size); in nrfy_nfct_parameters_restore()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c847 id_size_mask = nfct_nfcid1_size_to_sensres_size(p_param->data.nfcid1.id_size); in nrfx_nfct_parameter_set()
848 nrfy_nfct_nfcid1_set(NRF_NFCT, p_param->data.nfcid1.p_id, id_size_mask); in nrfx_nfct_parameter_set()