Searched refs:nrf_twi_event_check (Results 1 – 2 of 2) sorted by relevance
340 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()
152 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