Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_twi.h174 NRF_STATIC_INLINE uint32_t nrf_twi_event_address_get(NRF_TWI_Type const * p_reg,
366 NRF_STATIC_INLINE uint32_t nrf_twi_event_address_get(NRF_TWI_Type const * p_reg, in nrf_twi_event_address_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twi.c723 return nrf_twi_event_address_get(p_instance->p_twi, NRF_TWI_EVENT_STOPPED); in nrfx_twi_stopped_event_get()