Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h340 } nrf_nfct_selres_protocol_t; typedef
945 nrf_nfct_selres_protocol_t nrf_nfct_selres_protocol_get(NRF_NFCT_Type const * p_reg);
956 nrf_nfct_selres_protocol_t sel_res_protocol);
1421 nrf_nfct_selres_protocol_t nrf_nfct_selres_protocol_get(NRF_NFCT_Type const * p_reg) in nrf_nfct_selres_protocol_get()
1423 return (nrf_nfct_selres_protocol_t)((p_reg->SELRES & NFCT_SELRES_PROTOCOL_Msk) >> in nrf_nfct_selres_protocol_get()
1428 nrf_nfct_selres_protocol_t sel_res_protocol) in nrf_nfct_selres_protocol_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h120nrf_nfct_selres_protocol_t protocol; ///< NFC protocol type.
698 nrf_nfct_selres_protocol_t nrfy_nfct_selres_protocol_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_selres_protocol_get()
701 nrf_nfct_selres_protocol_t protocol = nrf_nfct_selres_protocol_get(p_reg); in nrfy_nfct_selres_protocol_get()
708 nrf_nfct_selres_protocol_t sel_res_protocol) in nrfy_nfct_selres_protocol_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c840 (nrf_nfct_selres_protocol_t) p_param->data.sel_res_protocol); in nrfx_nfct_parameter_set()