Lines Matching refs:err_code
203 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_rramc_init() local
207 err_code = NRFX_ERROR_ALREADY; in nrfx_rramc_init()
210 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rramc_init()
211 return err_code; in nrfx_rramc_init()
216 err_code = rramc_configure(p_config); in nrfx_rramc_init()
217 if (err_code != NRFX_SUCCESS) in nrfx_rramc_init()
219 return err_code; in nrfx_rramc_init()
224 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rramc_init()
225 return err_code; in nrfx_rramc_init()
231 nrfx_err_t err_code; in nrfx_rramc_reconfigure() local
235 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_rramc_reconfigure()
238 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rramc_reconfigure()
239 return err_code; in nrfx_rramc_reconfigure()