Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c108 nrf_twis_event_clear(p_reg, NRF_TWIS_EVENT_STOPPED); in nrfx_twis_clear_all_events()
109 nrf_twis_event_clear(p_reg, NRF_TWIS_EVENT_ERROR); in nrfx_twis_clear_all_events()
110 nrf_twis_event_clear(p_reg, NRF_TWIS_EVENT_RXSTARTED); in nrfx_twis_clear_all_events()
111 nrf_twis_event_clear(p_reg, NRF_TWIS_EVENT_TXSTARTED); in nrfx_twis_clear_all_events()
112 nrf_twis_event_clear(p_reg, NRF_TWIS_EVENT_WRITE); in nrfx_twis_clear_all_events()
113 nrf_twis_event_clear(p_reg, NRF_TWIS_EVENT_READ); in nrfx_twis_clear_all_events()
/hal_nordic-latest/nrfx/hal/
Dnrf_twis.h202 NRF_STATIC_INLINE void nrf_twis_event_clear(NRF_TWIS_Type * p_reg, nrf_twis_event_t event);
662 NRF_STATIC_INLINE void nrf_twis_event_clear(NRF_TWIS_Type * p_reg, nrf_twis_event_t event) in nrf_twis_event_clear() function
678 nrf_twis_event_clear(p_reg, event); in nrf_twis_event_get_and_clear()