Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twi.c340 if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_STOPPED)) in twi_transfer()
359 else if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_ERROR)) in twi_transfer()
368 if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_TXDSENT)) in twi_transfer()
373 if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_ERROR)) in twi_transfer()
388 else if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_RXDREADY)) in twi_transfer()
392 if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_ERROR)) in twi_transfer()
/lk-master/external/platform/nrfx/hal/
A Dnrf_twi.h152 NRF_STATIC_INLINE bool nrf_twi_event_check(NRF_TWI_Type const * p_reg,
330 NRF_STATIC_INLINE bool nrf_twi_event_check(NRF_TWI_Type const * p_reg, in nrf_twi_event_check() function

Completed in 4 milliseconds