Searched refs:ev (Results 1 – 1 of 1) sorted by relevance
267 uint32_t ev = 0; in nrfx_twis_state_machine() local278 while (0 != ev) in nrfx_twis_state_machine()286 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_STOPPED); in nrfx_twis_state_machine()302 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_READ); in nrfx_twis_state_machine()303 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_TXSTARTED); in nrfx_twis_state_machine()304 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_WRITE); in nrfx_twis_state_machine()305 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_RXSTARTED); in nrfx_twis_state_machine()321 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_READ); in nrfx_twis_state_machine()323 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_WRITE); in nrfx_twis_state_machine()368 ev = nrfx_twis_clear_bit(ev, NRF_TWIS_EVENT_STOPPED); in nrfx_twis_state_machine()[all …]
Completed in 3 milliseconds