Home
last modified time | relevance | path

Searched refs:sel_res_protocol (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nfct.h124 …uint8_t sel_res_protocol; ///< NFC-A value of the 'Protocol' field in the SEL_RES frame… member
/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h956 nrf_nfct_selres_protocol_t sel_res_protocol);
1428 nrf_nfct_selres_protocol_t sel_res_protocol) in nrf_nfct_selres_protocol_set() argument
1431 ((uint32_t)sel_res_protocol << NFCT_SELRES_PROTOCOL_Pos); in nrf_nfct_selres_protocol_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h708 nrf_nfct_selres_protocol_t sel_res_protocol) in nrfy_nfct_selres_protocol_set() argument
710 nrf_nfct_selres_protocol_set(p_reg, sel_res_protocol); in nrfy_nfct_selres_protocol_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c834 if (p_param->data.sel_res_protocol > NRF_NFCT_SELRES_PROTOCOL_NFCDEP_T4AT) in nrfx_nfct_parameter_set()
840 (nrf_nfct_selres_protocol_t) p_param->data.sel_res_protocol); in nrfx_nfct_parameter_set()