Lines Matching refs:err_code
298 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_clock_init() local
301 err_code = NRFX_ERROR_ALREADY; in nrfx_clock_init()
315 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_clock_init()
316 return err_code; in nrfx_clock_init()
507 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_clock_calibration_start() local
512 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_clock_calibration_start()
516 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_clock_calibration_start()
520 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_clock_calibration_start()
523 if (err_code != NRFX_SUCCESS) in nrfx_clock_calibration_start()
527 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_clock_calibration_start()
528 return err_code; in nrfx_clock_calibration_start()
553 err_code = NRFX_ERROR_BUSY; in nrfx_clock_calibration_start()
556 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_clock_calibration_start()
557 return err_code; in nrfx_clock_calibration_start()
561 return err_code; in nrfx_clock_calibration_start()