Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_nfct.c235 nrf_nfct_int_disable(NRF_NFCT, NRFX_NFCT_RX_INT_MASK | NRFX_NFCT_TX_INT_MASK); in nrfx_nfct_field_event_handler()
317 nrf_nfct_int_disable(NRF_NFCT, NRFX_NFCT_RX_INT_MASK | NRFX_NFCT_TX_INT_MASK); in nrfx_nfct_reset()
483 nrf_nfct_int_disable(NRF_NFCT, NRF_NFCT_DISABLE_ALL_INT); in nrfx_nfct_disable()
659 nrf_nfct_int_disable(NRF_NFCT, NRFX_NFCT_RX_INT_MASK | NRFX_NFCT_TX_INT_MASK); in nrfx_nfct_init_substate_force()
950 nrf_nfct_int_disable(NRF_NFCT, NRFX_NFCT_TX_INT_MASK); in nrfx_nfct_irq_handler()
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_nfct.h396 NRF_STATIC_INLINE void nrf_nfct_int_disable(NRF_NFCT_Type * p_reg, uint32_t mask);
969 NRF_STATIC_INLINE void nrf_nfct_int_disable(NRF_NFCT_Type * p_reg, uint32_t mask) in nrf_nfct_int_disable() function