Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_twi.h273 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
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twi.c468 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 5 milliseconds