Searched refs:NRF_NFCT (Results 1 – 5 of 5) sorted by relevance
286 fdm = nrf_nfct_frame_delay_max_get(NRF_NFCT); in nrfx_nfct_reset()287 nfcid1_size = nrf_nfct_nfcid1_get(NRF_NFCT, nfcid1); in nrfx_nfct_reset()288 protocol = nrf_nfct_selres_protocol_get(NRF_NFCT); in nrfx_nfct_reset()289 int_enabled = nrf_nfct_int_enable_get(NRF_NFCT); in nrfx_nfct_reset()297 nrf_nfct_frame_delay_max_set(NRF_NFCT, fdm); in nrfx_nfct_reset()298 nrf_nfct_nfcid1_set(NRF_NFCT, nfcid1, nfcid1_size); in nrfx_nfct_reset()299 nrf_nfct_selres_protocol_set(NRF_NFCT, protocol); in nrfx_nfct_reset()305 nrf_nfct_int_enable(NRF_NFCT, int_enabled); in nrfx_nfct_reset()596 nrf_nfct_selres_protocol_set(NRF_NFCT, in nrfx_nfct_parameter_set()671 nrf_nfct_autocolres_enable(NRF_NFCT); in nrfx_nfct_autocolres_enable()[all …]
63 #define NRF_NFCT NRF_NFCT_S macro
2367 #define NRF_NFCT ((NRF_NFCT_Type*) NRF_NFCT_BASE) macro
2716 #define NRF_NFCT ((NRF_NFCT_Type*) NRF_NFCT_BASE) macro
2845 #define NRF_NFCT ((NRF_NFCT_Type*) NRF_NFCT_BASE) macro
Completed in 55 milliseconds