Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_spim.h281 __STATIC_INLINE bool nrf_spim_int_enable_check(NRF_SPIM_Type * p_reg,
600 __STATIC_INLINE bool nrf_spim_int_enable_check(NRF_SPIM_Type * p_reg, in nrf_spim_int_enable_check() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_spim.c628 if ((nrf_spim_int_enable_check(p_spim, NRF_SPIM_INT_STARTED_MASK)) && in irq_handler()