Searched refs:nrf_twi_errorsrc_get_and_clear (Results 1 – 2 of 2) sorted by relevance
273 NRF_STATIC_INLINE uint32_t nrf_twi_errorsrc_get_and_clear(NRF_TWI_Type * p_reg);422 NRF_STATIC_INLINE uint32_t nrf_twi_errorsrc_get_and_clear(NRF_TWI_Type * p_reg) in nrf_twi_errorsrc_get_and_clear() function
468 uint32_t errorsrc = nrf_twi_errorsrc_get_and_clear(p_twi); in twi_tx_start_transfer()541 uint32_t errorsrc = nrf_twi_errorsrc_get_and_clear(p_twi); in twi_rx_start_transfer()703 uint32_t errorsrc = nrf_twi_errorsrc_get_and_clear(p_twi); in twi_irq_handler()
Completed in 7 milliseconds