Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_twim.h326 __STATIC_INLINE uint32_t nrf_twim_errorsrc_get_and_clear(NRF_TWIM_Type * p_reg);
514 __STATIC_INLINE uint32_t nrf_twim_errorsrc_get_and_clear(NRF_TWIM_Type * p_reg) in nrf_twim_errorsrc_get_and_clear() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_twim.c468 uint32_t errorsrc = nrf_twim_errorsrc_get_and_clear(p_twim); in twim_xfer()
641 uint32_t errorsrc = nrf_twim_errorsrc_get_and_clear(p_twim); in twim_irq_handler()