Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c1042 uint32_t err_status = nrfy_nfct_error_status_get(NRF_NFCT); in nrfx_nfct_irq_handler() local
1050 if (err_status & NRF_NFCT_ERROR_FRAMEDELAYTIMEOUT_MASK) in nrfx_nfct_irq_handler()
1059 err_status &= (uint32_t)~NRF_NFCT_ERROR_FRAMEDELAYTIMEOUT_MASK; in nrfx_nfct_irq_handler()
1060 if (err_status) in nrfx_nfct_irq_handler()
1062 NRFX_LOG_DEBUG("Error (0x%x)", (unsigned int) err_status); in nrfx_nfct_irq_handler()