Searched refs:nrf_nfct_int_enable (Results 1 – 2 of 2) sorted by relevance
314 nrf_nfct_int_enable(NRF_NFCT, int_enabled); in nrfx_nfct_reset()417 nrf_nfct_int_enable(NRF_NFCT, rxtx_int_mask & m_nfct_cb.config.rxtx_int_mask); in nrfx_nfct_rxtx_int_enable()471 nrf_nfct_int_enable(NRF_NFCT, NRF_NFCT_INT_FIELDDETECTED_MASK | in nrfx_nfct_enable()475 nrf_nfct_int_enable(NRF_NFCT, NRF_NFCT_INT_FIELDLOST_MASK); in nrfx_nfct_enable()
369 NRF_STATIC_INLINE void nrf_nfct_int_enable(NRF_NFCT_Type * p_reg, uint32_t mask);954 NRF_STATIC_INLINE void nrf_nfct_int_enable(NRF_NFCT_Type * p_reg, uint32_t mask) in nrf_nfct_int_enable() function