Lines Matching refs:err_code

373     nrfx_err_t err_code = NRFX_SUCCESS;  in dppi_channel_enable()  local
377 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_channel_enable()
383 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_channel_enable()
384 return err_code; in dppi_channel_enable()
391 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_channel_disable() local
395 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_channel_disable()
400 err_code = NRFX_SUCCESS; in dppi_channel_disable()
402 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_channel_disable()
403 return err_code; in dppi_channel_disable()
427 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_channel_include_in_group() local
432 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_channel_include_in_group()
440 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_channel_include_in_group()
441 return err_code; in dppi_channel_include_in_group()
449 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_channel_remove_from_group() local
454 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_channel_remove_from_group()
462 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_channel_remove_from_group()
463 return err_code; in dppi_channel_remove_from_group()
470 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_group_clear() local
474 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_group_clear()
480 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_group_clear()
481 return err_code; in dppi_group_clear()
488 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_group_enable() local
492 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_group_enable()
498 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_group_enable()
499 return err_code; in dppi_group_enable()
506 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_group_disable() local
510 err_code = NRFX_ERROR_INVALID_PARAM; in dppi_group_disable()
516 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in dppi_group_disable()
517 return err_code; in dppi_group_disable()