Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_twis.h226 NRF_STATIC_INLINE bool nrf_twis_event_get_and_clear(NRF_TWIS_Type * p_reg, nrf_twis_event_t event);
673 NRF_STATIC_INLINE bool nrf_twis_event_get_and_clear(NRF_TWIS_Type * p_reg, nrf_twis_event_t event) in nrf_twis_event_get_and_clear() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c169 return (uint32_t)nrf_twis_event_get_and_clear(p_reg, ev) << nrfx_event_to_bitpos(ev); in nrfx_twis_event_bit_get()