Searched refs:NRF_TWI_EVENT_STOPPED (Results 1 – 2 of 2) sorted by relevance
56 (event == NRF_TWI_EVENT_STOPPED ? "NRF_TWI_EVENT_STOPPED" : \340 if (nrf_twi_event_check(p_twi, NRF_TWI_EVENT_STOPPED)) in twi_transfer()342 nrf_twi_event_clear(p_twi, NRF_TWI_EVENT_STOPPED); in twi_transfer()343 NRFX_LOG_DEBUG("TWI: Event: %s.", EVT_TO_STR_TWI(NRF_TWI_EVENT_STOPPED)); in twi_transfer()430 nrf_twi_event_clear(p_twi, NRF_TWI_EVENT_STOPPED); in twi_tx_start_transfer()499 nrf_twi_event_clear(p_twi, NRF_TWI_EVENT_STOPPED); in twi_rx_start_transfer()665 return nrf_twi_event_address_get(p_instance->p_twi, NRF_TWI_EVENT_STOPPED); in nrfx_twi_stopped_event_get()
61 NRF_TWI_EVENT_STOPPED = offsetof(NRF_TWI_Type, EVENTS_STOPPED), ///< TWI stopped. enumerator
Completed in 4 milliseconds