Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twim.c59 (event == NRF_TWIM_EVENT_STOPPED ? "NRF_TWIM_EVENT_STOPPED" : \
416 nrf_twim_event_clear(p_twim, NRF_TWIM_EVENT_STOPPED); in twim_xfer()
535 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_STOPPED)) in twim_xfer()
537 nrf_twim_event_clear(p_twim, NRF_TWIM_EVENT_STOPPED); in twim_xfer()
538 NRFX_LOG_DEBUG("TWIM: Event: %s.", EVT_TO_STR_TWIM(NRF_TWIM_EVENT_STOPPED)); in twim_xfer()
647 return nrf_twim_event_address_get(p_instance->p_twim, NRF_TWIM_EVENT_STOPPED); in nrfx_twim_stopped_event_get()
682 if (!nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_STOPPED)) in twim_irq_handler()
702 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_STOPPED)) in twim_irq_handler()
704 NRFX_LOG_DEBUG("TWIM: Event: %s.", EVT_TO_STR_TWIM(NRF_TWIM_EVENT_STOPPED)); in twim_irq_handler()
705 nrf_twim_event_clear(p_twim, NRF_TWIM_EVENT_STOPPED); in twim_irq_handler()
/lk-master/external/platform/nrfx/hal/
A Dnrf_twim.h61 NRF_TWIM_EVENT_STOPPED = offsetof(NRF_TWIM_Type, EVENTS_STOPPED), ///< TWI stopped. enumerator

Completed in 5 milliseconds