Searched refs:err_status (Results 1 – 1 of 1) sorted by relevance
772 uint32_t err_status = nrf_nfct_error_status_get(NRF_NFCT); in nrfx_nfct_irq_handler() local781 if (err_status & NRF_NFCT_ERROR_FRAMEDELAYTIMEOUT_MASK) in nrfx_nfct_irq_handler()790 err_status &= ~NRF_NFCT_ERROR_FRAMEDELAYTIMEOUT_MASK; in nrfx_nfct_irq_handler()791 if (err_status) in nrfx_nfct_irq_handler()793 NRFX_LOG_DEBUG("Error (0x%x)", (unsigned int) err_status); in nrfx_nfct_irq_handler()
Completed in 4 milliseconds