jaylink_error::JAYLINK_ERR_DEV is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjaylink_error::JAYLINK_ERR_DEV

jaylink_error::JAYLINK_ERR_DEV

Device: unspecified error.

Syntax

JAYLINK_ERR_DEV = -1000;

References

LocationReferrerText
libjaylink.h:64
JAYLINK_ERR_DEV = -1000,
emucom.c:148jaylink_emucom_read()
return JAYLINK_ERR_DEV;
emucom.c:275jaylink_emucom_write()
return JAYLINK_ERR_DEV;
error.c:61jaylink_strerror()
case JAYLINK_ERR_DEV:
error.c:107jaylink_strerror_name()
case JAYLINK_ERR_DEV:
fileio.c:174jaylink_file_read()
return JAYLINK_ERR_DEV;
fileio.c:309jaylink_file_write()
return JAYLINK_ERR_DEV;
fileio.c:404jaylink_file_get_size()
return JAYLINK_ERR_DEV;
fileio.c:496jaylink_file_delete()
return JAYLINK_ERR_DEV;
jtag.c:171jaylink_jtag_io()
return JAYLINK_ERR_DEV;
swd.c:144jaylink_swd_io()
return JAYLINK_ERR_DEV;
swo.c:131jaylink_swo_start()
return JAYLINK_ERR_DEV;
swo.c:199jaylink_swo_stop()
return JAYLINK_ERR_DEV;
swo.c:307jaylink_swo_read()
return JAYLINK_ERR_DEV;
swo.c:399jaylink_swo_get_speeds()
return JAYLINK_ERR_DEV;

Data Use

Functions using jaylink_error::JAYLINK_ERR_DEV
jaylink_error::JAYLINK_ERR_DEV
jaylink_emucom_read()
jaylink_emucom_write()
jaylink_strerror()
jaylink_jtag_io()
jaylink_swd_io()
jaylink_swo_stop()
jaylink_swo_read()
all items filtered out