Lines Matching refs:err
563 nrfx_err_t err; in nrfx_nfct_rx() local
572 err = NRFX_ERROR_INVALID_ADDR; in nrfx_nfct_rx()
575 NRFX_LOG_ERROR_STRING_GET(err)); in nrfx_nfct_rx()
576 return err; in nrfx_nfct_rx()
606 nrfx_err_t err = NRFX_SUCCESS; in nrfx_nfct_tx() local
617 err = NRFX_ERROR_INVALID_ADDR; in nrfx_nfct_tx()
620 NRFX_LOG_ERROR_STRING_GET(err)); in nrfx_nfct_tx()
621 return err; in nrfx_nfct_tx()
630 err = NRFX_ERROR_BUSY; in nrfx_nfct_tx()
661 if (err == NRFX_SUCCESS) in nrfx_nfct_tx()
666 return err; in nrfx_nfct_tx()
676 nrfx_err_t err = NRFX_SUCCESS; in nrfx_nfct_bits_tx() local
687 err = NRFX_ERROR_INVALID_ADDR; in nrfx_nfct_bits_tx()
690 NRFX_LOG_ERROR_STRING_GET(err)); in nrfx_nfct_bits_tx()
691 return err; in nrfx_nfct_bits_tx()
707 err = NRFX_ERROR_BUSY; in nrfx_nfct_bits_tx()
738 if (err == NRFX_SUCCESS) in nrfx_nfct_bits_tx()
743 return err; in nrfx_nfct_bits_tx()