Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_nfct.c575 nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param) in nrfx_nfct_parameter_set() argument
577 NRFX_ASSERT(p_param); in nrfx_nfct_parameter_set()
579 switch (p_param->id) in nrfx_nfct_parameter_set()
583 uint32_t delay = p_param->data.fdt; in nrfx_nfct_parameter_set()
591 if (p_param->data.sel_res_protocol > NRF_NFCT_SELRES_PROTOCOL_NFCDEP_T4AT) in nrfx_nfct_parameter_set()
597 (nrf_nfct_selres_protocol_t) p_param->data.sel_res_protocol); in nrfx_nfct_parameter_set()
604 id_size_mask = nrf_nfct_nfcid1_size_to_sensres_size(p_param->data.nfcid1.id_size); in nrfx_nfct_parameter_set()
605 nrf_nfct_nfcid1_set(NRF_NFCT, p_param->data.nfcid1.p_id, id_size_mask); in nrfx_nfct_parameter_set()
/external/platform/nrfx/drivers/include/
A Dnrfx_nfct.h266 nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param);

Completed in 4 milliseconds