Searched refs:nrf_twim_event_check (Results 1 – 2 of 2) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_twim.c | 441 while (!nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_TXSTARTED)) in twim_xfer() 529 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_SUSPENDED)) in twim_xfer() 535 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_STOPPED)) in twim_xfer() 542 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_ERROR)) in twim_xfer() 547 bool lasttx_triggered = nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_LASTTX); in twim_xfer() 655 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_TXSTARTED)) in twim_irq_handler() 678 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_ERROR)) in twim_irq_handler() 682 if (!nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_STOPPED)) in twim_irq_handler() 688 if (!(nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_LASTTX) && in twim_irq_handler() 702 if (nrf_twim_event_check(p_twim, NRF_TWIM_EVENT_STOPPED)) in twim_irq_handler()
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_twim.h | 164 NRF_STATIC_INLINE bool nrf_twim_event_check(NRF_TWIM_Type const * p_reg, 450 NRF_STATIC_INLINE bool nrf_twim_event_check(NRF_TWIM_Type const * p_reg, in nrf_twim_event_check() function
|
Completed in 5 milliseconds