Home
last modified time | relevance | path

Searched refs:nrf_twis_rx_amount_get (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twis.h418 return nrf_twis_rx_amount_get(p_instance->p_reg); in nrfx_twis_rx_amount()
/hal_nordic-latest/nrfx/hal/
Dnrf_twis.h464 NRF_STATIC_INLINE size_t nrf_twis_rx_amount_get(NRF_TWIS_Type const * p_reg);
834 NRF_STATIC_INLINE size_t nrf_twis_rx_amount_get(NRF_TWIS_Type const * p_reg) in nrf_twis_rx_amount_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c399 evdata.data.rx_amount = nrf_twis_rx_amount_get(p_reg); in irq_handler()