rsl10_error() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rsl10_error() function

Syntax

static const char *rsl10_error(enum rsl10_flash_status x);

Arguments

x

References

LocationReferrerText
rsl10.c:110
static const char *rsl10_error(enum rsl10_flash_status x)
rsl10.c:384rsl10_ll_flash_erase()
LOG_ERROR("RSL10 ERASE ERROR: '%s' (%d)", rsl10_error(algo_ret), algo_ret);
rsl10.c:481rsl10_ll_flash_write()
LOG_ERROR("RSL10 WRITE ERROR: '%s' (%d)", rsl10_error(algo_ret), algo_ret);
rsl10.c:541rsl10_mass_erase()
LOG_ERROR("RSL10 MASS ERASE ERROR: '%s' (%d)", rsl10_error(algo_ret), algo_ret);

Call Tree

Functions calling rsl10_error()
rsl10_error()
Data read by rsl10_error()
rsl10_error()