Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c50 (event == NRF_SPIS_EVENT_END ? "NRF_SPIS_EVENT_END" : \
241 nrf_spis_event_clear(p_spis, NRF_SPIS_EVENT_END); in spis_configure()
622 if (nrf_spis_event_check(p_spis, NRF_SPIS_EVENT_END)) in irq_handler()
624 nrf_spis_event_clear(p_spis, NRF_SPIS_EVENT_END); in irq_handler()
625 NRFX_LOG_DEBUG("SPIS: Event: %s.", EVT_TO_STR(NRF_SPIS_EVENT_END)); in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_spis.h127NRF_SPIS_EVENT_END = offsetof(NRF_SPIS_Type, EVENTS_END), ///< Granted transact… enumerator